Clipsidian
Clipsidian lets you capture in-browser selected content and send it directly to your Obsidian vault.
¿Qué es Clipsidian?
Clipsidian es una extensión de Chrome desarrollada por https://niondevi.github.io/clipsidian, y su función principal es "Clipsidian lets you capture in-browser selected content and send it directly to your Obsidian vault.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Clipsidian
Descarga archivos de extensión Clipsidian en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Copy selected web page content to your Obsidian notes: - In your web browser, select the content you want to add to your Obsidian vault. - Right-click on the highlighted content. - From the context menu, select a clipping action. Obsidian should open (if it isn't already open) and your clipping should be saved! Configure your clipping actions: - Open the Clipsidian extension options in your browser and set up as many clipping actions as you need. Choose where to save each clipping, append them to existing notes or create new ones dynamically with placeholders like {date}. Key Features: Customizable Web Clipping: - Easily collect clippings and keep them organized. Define your own clipping actions with Clipsidian, precisely choosing the destination for every web clipping within your many vaults. Dynamic Target Note Paths: - With the ability to use placeholders like {title}, {date}, and {time} in your target note paths, Clipsidian allows for seamless organization of your clippings. This dynamic functionality enables you to save clips to specific notes based on the clipped page or time of clipping. Enriched Clipping Templates: - Auto-embed valuable metadata with placeholders like {date}, {time}, page {title} and page {url} with every web clipping. Flexible Date and Time Formatting: - Customize how the {date} and {time} placeholders appear in your clippings. Clipsidian let's you change the format of your dates and times, including setting the locale to match your language. - Example: {date:LLLL dd, yyyy} turns into January 1st, 2000
Información Básica de la Extensión
Nombre | Clipsidian |
ID | godifeadkmaeijlkpplkdofmohbnlhod |
URL Oficial | https://chromewebstore.google.com/detail/clipsidian/godifeadkmaeijlkpplkdofmohbnlhod |
Descripción | Clipsidian lets you capture in-browser selected content and send it directly to your Obsidian vault. |
Tamaño del Archivo | 308 KB |
Cantidad de Instalaciones | 82 |
Versión Actual | 1.0.0 |
Última Actualización | 2023-07-28 |
Fecha de Publicación | 2023-07-28 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://niondevi.github.io/clipsidian |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://niondevi.github.io/clipsidian/ |
URL de la Página de Ayuda | https://github.com/niondevi/clipsidian/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clipsidian", "version": "1.0.0", "default_locale": "en", "author": "\u0274\u0131o\u1d0e", "description": "Clipsidian lets you capture in-browser selected content and send it directly to your Obsidian vault.", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "permissions": [ "contextMenus", "tabs", "storage", "activeTab", "scripting" ], "background": { "service_worker": "background.js", "type": "module" }, "options_page": "options\/options.html", "action": { "default_icon": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" } } } |