Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Quiq NotesNew to Visual Studio Code? Get it now.
Quiq Notes

Quiq Notes

Knworks

|
5 installs
| (0) | Free
A VS Code extension that lets you create notes from the Command Palette in a minimal number of steps. By configuring templates, you can easily standardize the format of your notes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quiq Notes

A VS Code extension that lets you create notes from the Command Palette in a minimal number of steps.
By configuring templates, you can easily standardize the format of your notes.

Quick Start

Adds a new note with simple operations.

Quick Start1

Adds a new note using a specified template.

Quick Start2

Commands & Usage

Quiq Notes: Create New Note

  1. Select the target folder in the Explorer. (If no folder is selected, this command cannot be executed.)
  2. Run Quiq Notes: Create New Note from the Command Palette.
  3. Enter a title. (If left empty, the default title is used.)
  4. Select a file extension. (This is shown only when extensions are configured. If not configured, .md is always used.)
  5. Select a template. (Shown only when template files exist. The first entry is Not applicable.)
  6. The note is created and opened in the editor. (If a file with the same name already exists, a sequential number is appended.)

Quiq Notes: Create New Template

  1. Run Quiq Notes: Create New Template from the Command Palette. (You must configure the template folder in the settings beforehand.)
  2. Enter a template name.
  3. The template is created and opened in the editor. (The file extension is always .txt.)

Quiq Notes: Open Template

  1. Run Quiq Notes: Open Template from the Command Palette. (You must configure the template folder in the settings beforehand.)
  2. Choose a template from the list and it will be opened in the editor.

Quiq Notes: Delete Template

  1. Run Quiq Notes: Delete Template from the Command Palette. (You must configure the template folder in the settings beforehand.)
  2. Select a template from the list, and confirm deletion by choosing OK in the confirmation dialog.

Settings

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}, {datetime}, {title}, {ext}.
quiqNotes.templateFolder (blank) Absolute or workspace-relative template folder path.

Privacy / Telemetry

This extension does not send any usage data (telemetry).

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft