Clipsidian

Clipsidian lets you capture in-browser selected content and send it directly to your Obsidian vault.

什么是Clipsidian?

Clipsidian是由https://niondevi.github.io/clipsidian开发的Chrome扩展程序,该扩展的主要功能是“Clipsidian lets you capture in-browser selected content and send it directly to your Obsidian vault.”。

扩展截图

screenshot
screenshot
screenshot

下载Clipsidian扩展crx文件

下载Clipsidian扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Clipsidian Clipsidian
ID godifeadkmaeijlkpplkdofmohbnlhod
官方URL https://chromewebstore.google.com/detail/clipsidian/godifeadkmaeijlkpplkdofmohbnlhod
简介 Clipsidian lets you capture in-browser selected content and send it directly to your Obsidian vault.
文件大小 308 KB
安装次数 82
当前版本 1.0.0
更新时间 2023-07-28
上架时间 2023-07-28
评分 5.00/5 共1次评分
开发者 https://niondevi.github.io/clipsidian
电子邮箱 [email protected]
付费类型 free
扩展官网 https://niondevi.github.io/clipsidian/
帮助页面URL https://github.com/niondevi/clipsidian/issues
支持的语言 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"
        }
    }
}