The document is under construction.

Quick Notes

A widget that lets you quickly jot down notes, either for a specific website or globally.

Overview

Quick Notes is a widget that allows you to create and manage simple notes on a per-website or global level. You can use it to quickly capture development ideas, checklists—all without leaving your workflow.

Key Features

  • Website-specific / Global Notes: Create notes linked to a specific website, or share them across all sites.

  • Folder-based Organization: Group notes by folder for structured project or topic management.

  • Local Folder Integration: Notes are saved as Markdown (.md) files in user-defined local folders.

With Quick Notes, you can document instantly inside your development environment without opening a separate notes app.

Adding a New Folder

1

Open Quick Notes Widget

  • Click the icon at the top-right corner of the app.

  • In the left sidebar, navigate to Notes.

2

Register a Folder

  • First-time users: On the Notes screen, click Add your first path.

  • If folders already exist: Go to Settings (⚙)Add Location.

3

Enter Folder Information

Fill out the form with the following details:

  • Folder Name: The name displayed in the UI folder list.

  • Folder Path: Select a local folder path on your computer.

  • Description (optional): Add a note about the folder.

4

Save & Register

  • Click Add Folder to register the selected folder as a storage location for notes.

  • From now on, new notes can be saved into this folder as Markdown (.md) files.

Manage Multiple Folders

  • You can register multiple storage folders.

  • Add, edit, or delete folders anytime from the Settings (⚙) section.

Creating a New Note (Markdown)

1

Click Add New Note

On the Quick Notes screen, click Add New Note to open the note creation form.

2

Fill in Note Details

  • Note Name: Enter the title of the note.

  • Location: Choose a folder path from the registered local folders.

  • Global Note:

    • ON → Creates a global note accessible across all websites.

    • OFF → Creates a note linked to the currently active website. (The note will only be visible when that website is active.)

3

Save & Start Writing

  • Click Save to create the note and return to the list view.

  • From the list, click the newly created note to open the text editor and begin writing.

  • Notes are stored as Markdown (.md) files in the selected folder.

Editing Note Title

1

Open the note editor

  • Open the note editor for the note you want to edit.

2

Click on the title

  • Click on the title — you can switch it to input mode.

3

Edit and save

Edit the title and click the Save button to save your changes.

Last updated