A desktop app for managing document templates with variable substitution, rendering, and export capabilities.
Supported platforms:
Base templates are stored in the templates/ directory as Markdown files with YAML front matter defining the template name, description, and variables. See example.md and commercial.md for reference.
- Creating a template
- Template variables
- Searching
- Exporting a document
- Documents can have metadata/files
- You can create a new template from scratch or clone an existing one.
- Can have a type:
text,textarea,number,date. - Can be marked as
requiredor have adefaultvalue. - These are denoted by double curly braces within the content, e.g.,
{{variable_name}}.
- You can use the search bar to search for templates/documents.
- The search matches against any content within the documents/templates.
- You can download the rendered document in either
.md(Markdown) or.txt(Plain Text) formats.
- You can add metadata to documents, which is saved alongside the rendered document.
- This can be for organizational purposes or to store additional information.





