New community gap (3rd scan). Source: community research + code check.
What users want: templates computed at insertion time — date math, interactive prompts, pick-lists, cursor placement. noteser's templates are currently static (verified: createFromTemplate sets content: template.content verbatim in src/stores/noteStore.ts, only a hardcoded weekly-review special case), and users can't even define their own (only DEFAULT_TEMPLATES).
Evidence:
Demand: High & durable — Templater is one of the most-installed Obsidian plugins.
noteser fit: High — pure client-side string templating, no storage interaction.
How: user-defined templates (persisted) + a substitution pass resolving {{date}}, {{date+3d}}, {{title}}, {{cursor}}, and {{prompt:...}} before insert.
Evidence strength: secondary (forum snippets + plugin reputation).
New community gap (3rd scan). Source: community research + code check.
What users want: templates computed at insertion time — date math, interactive prompts, pick-lists, cursor placement. noteser's templates are currently static (verified:
createFromTemplatesetscontent: template.contentverbatim insrc/stores/noteStore.ts, only a hardcoded weekly-review special case), and users can't even define their own (onlyDEFAULT_TEMPLATES).Evidence:
Demand: High & durable — Templater is one of the most-installed Obsidian plugins.
noteser fit: High — pure client-side string templating, no storage interaction.
How: user-defined templates (persisted) + a substitution pass resolving
{{date}},{{date+3d}},{{title}},{{cursor}}, and{{prompt:...}}before insert.Evidence strength: secondary (forum snippets + plugin reputation).