← All projects
VS Code extensionActive

Caspian-Notes

Markdown notes pinned to your project.

About

A VS Code extension for short notes — markdown body, tags, pinning, and project attribution. Optionally syncs to your Caspian Tools Workspace so the same notes follow you to any browser.

Updates

  • Caspian Notes v1.3.6 is live — a maintenance republish from a freshly installed dependency tree.
    
    No functional changes since 1.3.5
    Source, config, and bundled assets are identical
    Refreshes the published artifact on the Marketplace
    
    Personal notes library for VS Code: store Markdown notes with tags, browse them in an Instagram-style masonry grid or sidebar tree, then copy, insert, or send straight to Claude Code / chat.
    Install: https://marketplace.visualstudio.com/items?itemName=CaspianTools.caspian-notes
    Read on GitHub →
  • Caspian Notes v1.3.5 is out. The README and marketplace listing finally show the extension in action — sidebar tree, masonry grid, tag chips, the lot.
    
    Real hero screenshot in the README (no more placeholder stub)
    Bundled in the VSIX, so the marketplace listing renders it inline
    A personal Markdown notes library for VS Code — store, search, tag, copy, insert, or send to your AI chat
    
    Grab it: https://marketplace.visualstudio.com/items?itemName=CaspianTools.caspian-notes
    Release notes: https://github.com/Caspian-Explorer/caspian-notes/releases/tag/v1.3.5
    Read on GitHub →
  • Security-focused release. No user-facing behavior change.
    
    Restored the textContent-only XSS invariant in the webview — two static-string innerHTML callsites (empty-state heading, pin-button SVG) now build their DOM properly via createElement / createElementNS. Documented invariant restored.
    Documented the markdown-preview rendering surface in THREAT_MODEL.md §F. The preview sends marked.parse(body) to innerHTML, which is safe under the existing CSP (blocks <script>, on* handlers, javascript: URIs, <iframe>, remote <img>). No runtime sanitizer needed; future contributors warned via inline comm…
    Read on GitHub →
  • Tiny UX fix that makes the New / Edit note dialog usable in narrow panels.
    
    Editor modal stretches to full webview height instead of floating as a half-height popup when the library is opened in the secondary sidebar.
    Body textarea / Markdown preview flex-grow to fill the remaining space inside the modal so you actually have room to type.
    Minimum heights reduced from 220 px to 120 px so very short panels still render correctly.
    
    Grab it on the VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=CaspianTools.caspian-notes
    Full notes: https://github.com/Caspian-Explorer/casp…
    Read on GitHub →
  • Tooling-only release that ends a Windows-only papercut.
    
    Pinned all text files to LF via new .gitattributes — Git's core.autocrlf=true default no longer rewrites your checkouts to CRLF. Diffs stay clean even when you didn't touch line endings.
    Binary assets (*.png, *.jpg, *.svg, *.woff, *.vsix) explicitly marked binary so Git never normalizes them.
    No user-facing behavior change. Re-clone or re-checkout to get clean diffs going forward.
    
    Grab it on the VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=CaspianTools.caspian-notes
    Full notes: https://github.com/Caspian-Expl…
    Read on GitHub →

Latest release

v1.3.6v1.3.6· 7 May 2026
### Changed
- **Maintenance release — no functional changes.** Repackaged the VSIX from a freshly installed dependency tree to refresh the published artifact. Source, configuration, and bundled assets are identical to 1.3.5.
View release on GitHub →

Activity

Stars
0
Forks
0
Last push
2 Jul 2026