G

obsidian webclipper json sample

public
Guest Dec 01, 2024 Never 45
Clone
JSON obsidianwebclipperjson 56 lines (56 loc) | 1.71 KB
1
{
2
"schemaVersion": "0.1.0",
3
"name": "obsidian-clipper-openai",
4
"behavior": "create",
5
"noteContentFormat": "## Summary\n{{\"A summary of the page. Cover everything important, be verbose if needed. Ideally use point forms, divide into sections if necessary. Add any quantitative results. Create tables to organize information where it makes sense.\"}}\n*(summary generated by GPT 4o)*",
6
"properties": [
7
{
8
"name": "source",
9
"value": "{{\\\"Source of this page: the group, organization, or website. If multiple, use as a comma-separated list\\\"|split:\\\", \\\"|wikilink|join}}",
10
"type": "text"
11
},
12
{
13
"name": "published",
14
"value": "{{published}}",
15
"type": "date"
16
},
17
{
18
"name": "topics",
19
"value": "{{\\\"Generate a list of less than 5 tags that cover the main topics on this page. Words must begin with a capital letter..\\\"|split:\\\", \\\"|wikilink|join}}",
20
"type": "text"
21
},
22
{
23
"name": "title",
24
"value": "{{title}}",
25
"type": "text"
26
},
27
{
28
"name": "description",
29
"value": "{{\\\"A brief summary of this page\\\"}}",
30
"type": "text"
31
},
32
{
33
"name": "author",
34
"value": "{{\\\"Authors of this page\\\"|split:\\\", \\\"|wikilink|join}}",
35
"type": "multitext"
36
},
37
{
38
"name": "link",
39
"value": "{{url}}",
40
"type": "text"
41
},
42
{
43
"name": "created",
44
"value": "{{date}}",
45
"type": "date"
46
},
47
{
48
"name": "tags",
49
"value": "clippings,{{\\\"1 or 2 words in lowercase describing the type of this page. a type can be multiple words if hyphenated\\\"}}",
50
"type": "multitext"
51
}
52
],
53
"triggers": [],
54
"noteNameFormat": "WebClipper--{{\"provide a title for this page in 10 words or less\"}} ",
55
"path": "Clippings"
56
}