devonthesofa_obsidian-note-.../templates/predefined/academic.json

50 lines
877 B
JSON

{
"id": "academic",
"name": "Academic research",
"description": "Status workflow for academic research and writing",
"authorGithub": "soler1212",
"statuses": [
{
"name": "research",
"icon": "🔍",
"color": "#2196F3",
"templateId": "academic"
},
{
"name": "outline",
"icon": "📑",
"color": "#9E9E9E",
"templateId": "academic"
},
{
"name": "draft",
"icon": "✏️",
"color": "#FFC107",
"templateId": "academic"
},
{
"name": "review",
"icon": "🔬",
"color": "#9C27B0",
"templateId": "academic"
},
{
"name": "revision",
"icon": "📝",
"color": "#FF5722",
"templateId": "academic"
},
{
"name": "final",
"icon": "📚",
"color": "#4CAF50",
"templateId": "academic"
},
{
"name": "published",
"icon": "🎓",
"color": "#795548",
"templateId": "academic"
}
]
}