53 lines
804 B
Markdown
53 lines
804 B
Markdown
|
|
<%*
|
|
const year = tp.date.now("YYYY");
|
|
const date = tp.date.now("YYYY-MM-DD");
|
|
const baseFolder = "20 Work/Ideas";
|
|
const yearFolder = `${baseFolder}/${year}`;
|
|
if (!app.vault.getAbstractFileByPath(yearFolder)) {
|
|
await app.vault.createFolder(yearFolder);
|
|
}
|
|
await tp.file.move(`${yearFolder}/${date}`);
|
|
|
|
-%>
|
|
# {{title}}
|
|
|
|
**Date:** {{date}}
|
|
**Status:** 💡 Idea
|
|
|
|
## The Idea
|
|
|
|
Describe the idea simply.
|
|
|
|
## Problem / Opportunity
|
|
|
|
What problem does this solve or what opportunity does it create?
|
|
|
|
## Why It Matters
|
|
|
|
What is the potential business value?
|
|
|
|
## Who Benefits?
|
|
|
|
-
|
|
|
|
## Possible Approach
|
|
|
|
How could this work?
|
|
|
|
## Effort
|
|
|
|
**Estimated complexity:** Low / Medium / High
|
|
|
|
## Risks / Questions
|
|
|
|
-
|
|
-
|
|
|
|
## Next Step
|
|
|
|
What is the smallest action needed to validate this idea?
|
|
|
|
## Related
|
|
|
|
- [[]] |