obsidian
Obsidian Web Clipper Templates
{
"schemaVersion": "0.1.0",
"name": "Default",
"behavior": "create",
"noteContentFormat": "",
"properties": [
{
"name": "title",
"value": "{{title}}",
"type": "text"
},
{
"name": "source",
"value": "{{url}}",
"type": "text"
},
{
"name": "author",
"value": "{{author|split:\\\", \\\"|wikilink|join}}",
"type": "multitext"
},
{
"name": "published",
"value": "{{published}}",
"type": "date"
},
{
"name": "created",
"value": "{{date}}",
"type": "date"
},
{
"name": "description",
"value": "{{description}}",
"type": "text"
},
{
"name": "tags",
"value": "clippings",
"type": "multitext"
}
],
"triggers": [],
"noteNameFormat": "{{title}}",
"path": "0-Inbox/"
}