-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyoutube-clipper.json
38 lines (38 loc) · 997 Bytes
/
youtube-clipper.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"schemaVersion": "0.1.0",
"name": "Youtube",
"behavior": "create",
"noteContentFormat": ">[!summary]- Summary\n{{\"a bulleted summary of the youtube transcript\"|blockquote}}\n\n{{content}}\n\n# Transcript\n{{selectorHtml:.ytd-transcript-segment-list-renderer|replace:\\\" \\\":\\\" \\\"|join|markdown}}",
"properties": [
{
"name": "title",
"value": "{{title}}",
"type": "text"
},
{
"name": "description",
"value": "{{\\\"a one sentence description of the content\\\"}}",
"type": "text"
},
{
"name": "tags",
"value": "{{\\\"an array of tags for an obsidian vault, using snake case when there are multiple words. Omit the words tags:, return only the tags themselves.\\\"}}",
"type": "multitext"
},
{
"name": "url",
"value": "{{url}}",
"type": "text"
},
{
"name": "clipdate",
"value": "{{date}}",
"type": "date"
}
],
"triggers": [
"https://www.youtube.com"
],
"noteNameFormat": "{{title}}",
"path": "_📥 Inbox"
}