Commit 57e1f78

xxwhirlpool  ·  2026-05-28 20:57:56 -0400 EDT
parent f7f3325
leaflet obsidian web clipper template
1 files changed,  +48, -0
+48, -0
 1@@ -0,0 +1,48 @@
 2+{
 3+	"schemaVersion": "0.1.0",
 4+	"name": "Leaflet",
 5+	"behavior": "create",
 6+	"noteContentFormat": "{{selectorHtml:.postContent|markdown}}",
 7+	"properties": [
 8+		{
 9+			"name": "created",
10+			"value": "{{time|date:\\\"YYYY-MM-DDTHH:mm:ssZ\\\"}}",
11+			"type": "date"
12+		},
13+		{
14+			"name": "url",
15+			"value": "{{url}}",
16+			"type": "multitext"
17+		},
18+		{
19+			"name": "title",
20+			"value": "{{title}}",
21+			"type": "text"
22+		},
23+		{
24+			"name": "author",
25+			"value": "{{selectorHtml:.postInfo>div>button span|first|markdown}}",
26+			"type": "multitext"
27+		},
28+		{
29+			"name": "published",
30+			"value": "{{published|date:\\\"YYYY-MM-DD\\\"}}",
31+			"type": "date"
32+		},
33+		{
34+			"name": "description",
35+			"value": "{{description}}",
36+			"type": "text"
37+		},
38+		{
39+			"name": "tags",
40+			"value": "clippings-articles",
41+			"type": "multitext"
42+		}
43+	],
44+	"triggers": [
45+		"leaflet.pub"
46+	],
47+	"noteNameFormat": "{{title}}",
48+	"path": "clippings/articles"
49+}