20 lines
1.2 KiB
JSON
20 lines
1.2 KiB
JSON
{
|
|
"schemaVersion": "0.1.0",
|
|
"name": "🎬 YouTube (LLM Wiki)",
|
|
"behavior": "create",
|
|
"noteNameFormat": "{{date}}_{{title}}",
|
|
"path": "raw/videos",
|
|
"noteContentFormat": "---\ntype: youtube\ntitle: \"{{title}}\"\nurl: \"{{url}}\"\nchannel: \"{{author}}\"\npublished: \"{{published}}\"\nclipped: {{date}}\ntags:\n - raw\n - youtube\ndescription: \"{{description}}\"\nwiki_status: not-compiled\n---\n\n## 핵심 포인트\n<!-- 시청 중 인상적인 내용 직접 작성 -->\n\n## 하이라이트\n{{highlights}}\n\n## 트랜스크립트 / 요약\n{{content}}",
|
|
"properties": [
|
|
{ "name": "type", "value": "youtube", "type": "text" },
|
|
{ "name": "title", "value": "{{title}}", "type": "text" },
|
|
{ "name": "url", "value": "{{url}}", "type": "text" },
|
|
{ "name": "channel", "value": "{{author}}", "type": "text" },
|
|
{ "name": "published", "value": "{{published}}", "type": "text" },
|
|
{ "name": "clipped", "value": "{{date}}", "type": "date" },
|
|
{ "name": "tags", "value": "raw,youtube", "type": "multitext" },
|
|
{ "name": "description", "value": "{{description}}", "type": "text" },
|
|
{ "name": "wiki_status", "value": "not-compiled", "type": "text" }
|
|
]
|
|
}
|