mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 05:45:04 +00:00
38 lines
726 B
JSON
38 lines
726 B
JSON
{
|
|
"id": "creative-writing",
|
|
"name": "Creative Writing",
|
|
"description": "Workflow for novelists and creative writers",
|
|
"authorGithub": "soler1212",
|
|
"statuses": [
|
|
{
|
|
"name": "idea",
|
|
"icon": "🧠",
|
|
"color": "#FFD700",
|
|
"templateId": "creative-writing"
|
|
},
|
|
{
|
|
"name": "outline",
|
|
"icon": "🗺️",
|
|
"color": "#87CEEB",
|
|
"templateId": "creative-writing"
|
|
},
|
|
{
|
|
"name": "first-draft",
|
|
"icon": "✍️",
|
|
"color": "#FFA07A",
|
|
"templateId": "creative-writing"
|
|
},
|
|
{
|
|
"name": "revision",
|
|
"icon": "🔍",
|
|
"color": "#DA70D6",
|
|
"templateId": "creative-writing"
|
|
},
|
|
{
|
|
"name": "final-polish",
|
|
"icon": "✨",
|
|
"color": "#32CD32",
|
|
"templateId": "creative-writing"
|
|
}
|
|
]
|
|
}
|