• Sign In



  • Categories

    Extension Details



    Readme

    ModusOp Notes

    A per-project notes sidebar for Nova. Keep documentation, snippets, and project context right next to your code — stored as markdown files in your workspace and versioned with your repo.

    Features

    • Project-scoped notes — stored in .nova/notes/, travel with your repo
    • Folder organization — group notes by topic (API docs, deployment, architecture decisions)
    • Search — search across all notes by title or content
    • Content preview — see a snippet of each note right in the sidebar
    • Markdown editing — open notes in Nova's editor with full syntax highlighting
    • Context menus — right-click to rename, move, or delete notes and folders

    Getting started

    1. Install the extension
    2. Open the ModusOp Notes sidebar panel
    3. Click + to create your first note

    No configuration required.

    How it works

    Notes are plain markdown files in your project's .nova/notes/ directory. Each note has a # Title heading on the first line and a slug-based filename. Since they're plain files in your repo, notes travel with the project and can be shared with your team.

    Privacy

    All notes are stored locally in your project directory. Nothing is sent to external servers.

    Release Notes

    Changelog

    0.2.0

    • Extension Library preparation: added license, repository links, bug reporting
    • Folder organization for notes
    • Search functionality
    • Right-click context menus

    0.1.0

    • Initial release
    • Per-project Markdown notes in sidebar
    • Create, edit, rename, delete notes
    • Notes stored in .nova/notes/ directory

    License

    MIT License

    Copyright (c) 2026 ModusOp

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.