Skip to content

Template creation

Templates remove repeated setup: folder layout, @system files, and reusable prompts.

Template types

  • system — curated presets for everyone (read-only).
  • user — yours to create, edit, copy, and delete.

Built-in presets (examples)

novel, zhihu, tech-blog, horror, science, blank — names may vary by product version; the wizard lists what is available.

Five ways to create / apply

  1. Pick a system template in the new-project wizard.
  2. Start from blank (minimal skeleton).
  3. Create a user template under Settings → Templates.
  4. Duplicate any template you can see into your user space.
  5. Extract a project’s @system into a new reusable template.

Typical folder skeleton

text
My Project/
├── @system/
│   ├── writing-style.md
│   ├── glossary.md
│   └── review-checklist.md
├── 01-intro/
├── 02-body/
└── 99-appendix/

Where to manage templates

GoalWhere to do itResult
Browse templatesNew-project wizard, Settings → TemplatesSee system templates and your own templates
View detailsTemplate detail panelPreview description, file count, and @system files
Create a user templateSettings → TemplatesCreate a template that belongs to your account
Duplicate a templateTemplate actionsCopy a system or user template into your own space
Edit/delete user templatesTemplate actionsUpdate template info or remove templates you no longer use
Manage template filesTemplate file listAdd, edit, or remove @system files and prompt snippets
Apply to a projectNew-project wizardStart a project with the selected settings and structure
Extract from a projectTemplate toolsTurn a mature project’s @system into a reusable template

Web + desktop

  • Wizard shows cards with icon, color, description, file count.
  • Settings: My templates vs System; user templates are fully editable.
  • Desktop local mode supports local template management where available; local templates are not automatically two-way synced to the cloud.

See also