Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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