Daniel Lyons' Notes

Obsidian Web Clipper

This is an official browser extension which makes it easy to "clip" or save content from websites into your Obsidian vault.

Helpful Resources

Templates

Variables

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

Variable Filters

See docs
Filters allow you to modify variables in Web Clipper templates. Filters are applied to variables using the syntax {{variable|filter}}.

  • Filters work for any kind of variable including promptmetaselector, and schema variables.
  • Filters can be chained, e.g. {{variable|filter1|filter2}}, and are applied in the order they are added.

Interpreter

Obsidian Web Clipper
Interactive graph
On this page
Helpful Resources
Templates
Variables
Variable Filters
Interpreter