dots


dots / misc / obsidian / clipper / templates
xxwhirlpool  ·  2026-04-09

wikipedia-clipper.json

 1{
 2	"schemaVersion": "0.1.0",
 3	"name": "Wikipedia",
 4	"behavior": "create",
 5	"noteContentFormat": "{{selectorHtml:#mw-content-text|remove_html:(\".navbox,.printfooter,.side-box,.infobox-image,.mw-editsection\")|markdown}}",
 6	"properties": [
 7		{
 8			"name": "url",
 9			"value": "{{url}}",
10			"type": "multitext"
11		},
12		{
13			"name": "title",
14			"value": "{{title}}",
15			"type": "text"
16		},
17		{
18			"name": "tags",
19			"value": "clippings-wikipedia",
20			"type": "multitext"
21		},
22		{
23			"name": "created",
24			"value": "{{date|date:\\\"YYYY-MM-DD\\\"}}",
25			"type": "date"
26		}
27	],
28	"triggers": [
29		"https://en.wikipedia.org"
30	],
31	"noteNameFormat": "{{title}}",
32	"path": "clippings/wikipedia"
33}