Skip to content

Instantly share code, notes, and snippets.

@jhartikainen
Created May 13, 2026 10:26
Show Gist options
  • Select an option

  • Save jhartikainen/c4ffdf3a07ce5ab582419bd723da5369 to your computer and use it in GitHub Desktop.

Select an option

Save jhartikainen/c4ffdf3a07ce5ab582419bd723da5369 to your computer and use it in GitHub Desktop.
Obsidian Web Clipper template for using with Miniflux
{
"schemaVersion": "0.1.0",
"name": "Miniflux",
"behavior": "create",
"noteContentFormat": "{{content}}",
"properties": [
{
"name": "title",
"value": "{{title}}",
"type": "text"
},
{
"name": "published",
"value": "{{published}}",
"type": "date"
},
{
"name": "tags",
"value": "clippings, articles",
"type": "multitext"
},
{
"name": "source",
"value": "{{selector:.entry-external-link>a?href}}",
"type": "text"
},
{
"name": "author",
"value": "{{selector:.entry-author>em|wikilink}}",
"type": "multitext"
},
{
"name": "created",
"value": "{{date}}",
"type": "date"
}
],
"triggers": [],
"noteNameFormat": "{{title}}",
"path": "Clippings"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment