diff --git a/constants/predefinedTemplates.ts b/constants/predefinedTemplates.ts index 1cf7acb..62e0e77 100644 --- a/constants/predefinedTemplates.ts +++ b/constants/predefinedTemplates.ts @@ -8,6 +8,8 @@ export const PREDEFINED_TEMPLATES: StatusTemplate[] = [ id: "academic", name: "Academic research", description: "Status workflow for academic research and writing", + author: "Obsidian Note Status", + github: "https://github.com/devonthesofa/obsidian-note-status", statuses: [ { name: "research", @@ -58,6 +60,8 @@ export const PREDEFINED_TEMPLATES: StatusTemplate[] = [ name: "Colorful workflow", description: "A colorful set of workflow statuses with descriptive icons", + author: "Obsidian Note Status", + github: "https://github.com/devonthesofa/obsidian-note-status", statuses: [ { name: "idea", @@ -158,6 +162,8 @@ export const PREDEFINED_TEMPLATES: StatusTemplate[] = [ id: "minimal", name: "Minimal workflow", description: "A simplified set of essential workflow statuses", + author: "Obsidian Note Status", + github: "https://github.com/devonthesofa/obsidian-note-status", statuses: [ { name: "todo", @@ -189,6 +195,8 @@ export const PREDEFINED_TEMPLATES: StatusTemplate[] = [ id: "project", name: "Project management", description: "Status workflow for project management and tracking", + author: "Obsidian Note Status", + github: "https://github.com/devonthesofa/obsidian-note-status", statuses: [ { name: "planning", diff --git a/templates/academic.json b/templates/academic.json index fb46483..86bff2c 100644 --- a/templates/academic.json +++ b/templates/academic.json @@ -2,6 +2,8 @@ "id": "academic", "name": "Academic research", "description": "Status workflow for academic research and writing", + "author": "Obsidian Note Status", + "github": "https://github.com/devonthesofa/obsidian-note-status", "statuses": [ { "name": "research", diff --git a/templates/colorful.json b/templates/colorful.json index 15955ea..182aedb 100644 --- a/templates/colorful.json +++ b/templates/colorful.json @@ -2,6 +2,8 @@ "id": "colorful", "name": "Colorful workflow", "description": "A colorful set of workflow statuses with descriptive icons", + "author": "Obsidian Note Status", + "github": "https://github.com/devonthesofa/obsidian-note-status", "statuses": [ { "name": "idea", diff --git a/templates/minimal.json b/templates/minimal.json index cb8e8ca..7de688e 100644 --- a/templates/minimal.json +++ b/templates/minimal.json @@ -2,6 +2,8 @@ "id": "minimal", "name": "Minimal workflow", "description": "A simplified set of essential workflow statuses", + "author": "Obsidian Note Status", + "github": "https://github.com/devonthesofa/obsidian-note-status", "statuses": [ { "name": "todo", diff --git a/templates/project.json b/templates/project.json index 43a5304..cd2cc2c 100644 --- a/templates/project.json +++ b/templates/project.json @@ -2,6 +2,8 @@ "id": "project", "name": "Project management", "description": "Status workflow for project management and tracking", + "author": "Obsidian Note Status", + "github": "https://github.com/devonthesofa/obsidian-note-status", "statuses": [ { "name": "planning",