This is an extension that allows you to quickly create template-based notes from the command palette.
Adds a new note with simple operations.
Adds a new note using a specified template.
- Select the target folder in the Explorer. (If no folder is selected, this command cannot be executed.)
- Run
Quiq Notes: Create New Notefrom the Command Palette. - Enter a title. (If left empty, the default title is used. Date/time placeholders such as
{date}are replaced in the file name.) - Select a file extension. (This is shown only when extensions are configured. If not configured,
.mdis always used.) - Select a template. (Shown only when template files exist. The first entry is
Not applicable.) - The note is created and opened in the editor. (If a file with the same name already exists, a sequential number is appended.)
- Run
Quiq Notes: Create New Templatefrom the Command Palette. (You must configure the template folder in the settings beforehand.) - Enter a template name.
- The template is created and opened in the editor. (The file extension is always
.txt.)
- Run
Quiq Notes: Open Templatefrom the Command Palette. (You must configure the template folder in the settings beforehand.) - Choose a template from the list and it will be opened in the editor.
- Run
Quiq Notes: Delete Templatefrom the Command Palette. (You must configure the template folder in the settings beforehand.) - Select a template from the list, and confirm deletion by choosing OK in the confirmation dialog.
| Key | Default | Description |
|---|---|---|
quiqNotes.fileName |
NewNote |
Default title when none is entered. |
quiqNotes.fileExtensions |
(blank) | Comma-separated extensions (e.g., md,txt). Blank uses .md and hides the picker. |
quiqNotes.fileFormat |
{date}_{datetime}_{title}.{ext} |
Filename format. Placeholders: {date}, {date_mdy}, {date_dmy}, {datetime}, {title}, {ext}. |
quiqNotes.templateFolder |
(blank) | Absolute or workspace-relative template folder path. |
When a template is selected, the template body also supports these placeholders:
{date}, {date_mdy}, {date_dmy}, {datetime}, {title}, {ext}.
The note title input also supports {date}, {date_mdy}, {date_dmy}, {datetime} for file name expansion.
This extension does not send any usage data (telemetry).
MIT

