{ "schemaVersion": "0.1.0", "name": "🔬 Research / Paper (LLM Wiki)", "behavior": "create", "noteNameFormat": "{{date}}_{{title}}", "path": "raw/papers", "noteContentFormat": "---\ntype: research\ntitle: \"{{title}}\"\nurl: \"{{url}}\"\nauthor: \"{{author}}\"\njournal: \"\"\ndoi: \"\"\nyear: \"{{published}}\"\nclipped: {{date}}\ntags:\n - raw\n - paper\n - research\ndescription: \"{{description}}\"\nwiki_status: not-compiled\n---\n\n## 연구 질문\n\n\n## 핵심 발견\n\n\n## 정리 기준\n\n\n## 하이라이트\n{{highlights}}\n\n## 본문\n{{content}}", "properties": [ { "name": "type", "value": "research", "type": "text" }, { "name": "title", "value": "{{title}}", "type": "text" }, { "name": "url", "value": "{{url}}", "type": "text" }, { "name": "author", "value": "{{author}}", "type": "text" }, { "name": "journal", "value": "", "type": "text" }, { "name": "doi", "value": "", "type": "text" }, { "name": "year", "value": "{{published}}", "type": "text" }, { "name": "clipped", "value": "{{date}}", "type": "date" }, { "name": "tags", "value": "raw,paper,research", "type": "multitext" }, { "name": "description", "value": "{{description}}", "type": "text" }, { "name": "wiki_status", "value": "not-compiled", "type": "text" } ] }