modify template
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"schemaVersion": "0.1.0",
|
||||
"name": "🔬 Research (LLM Wiki)",
|
||||
"name": "🔬 Research / Paper (LLM Wiki)",
|
||||
"behavior": "create",
|
||||
"noteNameFormat": "{{date}}_{{title}}",
|
||||
"path": "raw/articles",
|
||||
"noteContentFormat": "---\ntype: research\ntitle: \"{{title}}\"\nurl: \"{{url}}\"\nauthor: \"{{author}}\"\njournal: \"\"\ndoi: \"\"\nyear: \"{{published}}\"\nclipped: {{date}}\ntags:\n - raw\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}}",
|
||||
"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" },
|
||||
@@ -14,7 +14,7 @@
|
||||
{ "name": "doi", "value": "", "type": "text" },
|
||||
{ "name": "year", "value": "{{published}}", "type": "text" },
|
||||
{ "name": "clipped", "value": "{{date}}", "type": "date" },
|
||||
{ "name": "tags", "value": "raw,research", "type": "multitext" },
|
||||
{ "name": "tags", "value": "raw,paper,research", "type": "multitext" },
|
||||
{ "name": "description", "value": "{{description}}", "type": "text" },
|
||||
{ "name": "wiki_status", "value": "not-compiled", "type": "text" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user