First release. Chrome and Brave only for now, Firefox and Safari to come later. See readme for details.
⚠️ Not yet available on the Chrome Web Store. Please be aware this is a beta and things are still changing. To install drag and drop the .zip
file in chrome://extensions/
Clipping
By default, clicking the bookmarklet creates a new Obsidian file from the main body of the article. Alternatively you can choose to create a file from a selection, by either selecting all (Ctrl/Cmd+A
), or just a portion of the page.
- Use the Obsidian icon to open the clipper save content to your vault
- Edit file name, properties, content, and note location
- Define saved vaults in Settings
- Hotkeys to open the clipper and quick clip
Templates
- Create and edit custom templates
- Support for note name, location, vault, properties, and note body
- Support for appending to daily note or specific note
- Export templates to JSON
- Import templates via button or drag and drop
- Template triggers allow you to automatically load a template when visiting page — also works with regex and schema.org rules
Find example templates in clipper templates repo.
Variables
- Preset variables can be used to pre-fill data including meta content and schema.org
- Selector variables can be used to extract any content from the page
- Variables can used anywhere in a template
- Use the
...
icon in the extension popup to access the current page variable for use in templates
Filters
- A large number of filters available to manipulate data from variables, including
blockquote
,callout
,capitalize
,camel
,date
,first
,join
,kebab
,last
,list
,object
,pascal
,slice
,snake
,split
,table
,title
,trim
,upper
,wikilink
- Filters can be chained