{ "schemaVersion": "0.1.0", "name": "πŸ“„ Article (LLM Wiki)", "behavior": "create", "noteNameFormat": "{{date}}_{{title}}", "path": "raw/articles", "noteContentFormat": "---\ntype: article\ntitle: \"{{title}}\"\nurl: \"{{url}}\"\nauthor: \"{{author}}\"\npublished: \"{{published}}\"\nclipped: {{date}}\ntags:\n - raw\n - article\ndomain: \"{{domain}}\"\ndescription: \"{{description}}\"\nwiki_status: not-compiled\n---\n\n## 핡심 μš”μ•½\n\n\n## ν•˜μ΄λΌμ΄νŠΈ\n{{highlights}}\n\n## λ³Έλ¬Έ\n{{content}}", "properties": [ { "name": "type", "value": "article", "type": "text" }, { "name": "title", "value": "{{title}}", "type": "text" }, { "name": "url", "value": "{{url}}", "type": "text" }, { "name": "author", "value": "{{author}}", "type": "text" }, { "name": "published", "value": "{{published}}", "type": "text" }, { "name": "clipped", "value": "{{date}}", "type": "date" }, { "name": "tags", "value": "raw,article", "type": "multitext" }, { "name": "domain", "value": "{{domain}}", "type": "text" }, { "name": "description", "value": "{{description}}", "type": "text" }, { "name": "wiki_status", "value": "not-compiled", "type": "text" } ] }