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."입니다.
확장 프로그램 스크린샷
Clipsidian 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } } |