publish: trueThis is an official browser extension which makes it easy to "clip" or save content from websites into your Obsidian vault.
See docs
| Variable | Description |
|---|---|
{{author}} |
Author of the page |
{{content}} |
Article content, highlights, or selection, in Markdown format |
{{contentHtml}} |
Article content, highlights, or selection, in HTML format |
{{date}} |
Current date, can be formatted using the date filter |
{{description}} |
Description or excerpt |
{{domain}} |
Domain |
{{favicon}} |
Favicon URL |
{{fullHtml}} |
Unprocessed HTML for the full page content |
{{highlights}} |
Highlights with text and timestamps |
{{image}} |
Social share image URL |
{{published}} |
Published date, can be formatted using the date filter |
{{site}} |
Site name or publisher |
{{title}} |
Title of the page |
{{time}} |
Current date and time |
{{url}} |
Current URL |
See docs
Filters allow you to modify variables in Web Clipper templates. Filters are applied to variables using the syntax {{variable|filter}}.
prompt, meta, selector, and schema variables.{{variable|filter1|filter2}}, and are applied in the order they are added.