mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 12:30:24 +00:00
40 lines
998 B
JSON
40 lines
998 B
JSON
{
|
|
"id": "research-note",
|
|
"name": "Research-note",
|
|
"description": "Workflow for managing first iteration of note-taking, starting second iteration, reviewing, and completing",
|
|
"authorGithub": "JuliaHusar",
|
|
"statuses": [
|
|
{
|
|
"name": "First Pass",
|
|
"icon": "",
|
|
"lucideIcon": "",
|
|
"color": "#eb2424",
|
|
"templateId": "research-note",
|
|
"description": "Note creation and initial addition of content"
|
|
},
|
|
{
|
|
"name": "Second Pass",
|
|
"icon": "🕵️♀️",
|
|
"lucideIcon": "",
|
|
"color": "#f29718",
|
|
"templateId": "research-note",
|
|
"description": "Adding additional information to note"
|
|
},
|
|
{
|
|
"name": "Review",
|
|
"icon": "👩💻",
|
|
"lucideIcon": "",
|
|
"color": "#ede61d",
|
|
"templateId": "research-note",
|
|
"description": "Reviewing note and adding anything that might be missed"
|
|
},
|
|
{
|
|
"name": "Complete",
|
|
"icon": "✅",
|
|
"lucideIcon": "",
|
|
"color": "#41c511",
|
|
"templateId": "research-note",
|
|
"description": "Note is complete"
|
|
}
|
|
]
|
|
}
|