Skip to content

Dynamic templates (date math, prompts, cursor) + user-defined templates #134

@ipapakonstantinou

Description

@ipapakonstantinou

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions