Skip to content
| Marketplace
Sign in
Visual Studio Code>Notebooks>Fleeting NoteNew to Visual Studio Code? Get it now.
Fleeting Note

Fleeting Note

fleeting-sound

|
15 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

📝 Fleeting Note

Take quick, fleeting notes directly inside Visual Studio Code.

Designed for simplicity and speed — ideal for jotting down temporary ideas, todos, and markdown notes.


✨ Features

  • 📁 Set a root folder to store all your notes
  • 📝 Create new markdown notes with timestamped or custom names
  • 📂 Create folders and subfolders via right-click
  • ✏️ Rename or 🗑️ delete notes and folders easily
  • 📋 Copy full file paths to clipboard
  • 📄 Only .md files are listed (other file types are ignored)
  • 🔄 Refresh your notes view with one click
  • Indented tree view showing folder hierarchy

📦 How to Use

  1. Open the Fleeting Note view in the sidebar.
  2. Click 📁 Set Path to choose where notes are stored.
  3. Right-click:
    • 📝 A folder → create a new note or folder
    • 📝 A note → rename, delete, or copy path
  4. Click 🔄 Refresh to update the view after external edits.

📁 Folder Structure

Your notes are saved as plain .md files inside the folder you choose. You can organize them freely using subfolders.

  • 📄 Only .md files and folders are shown in the tree.
  • 📁 Folders or files listed in a .gitignore file (at the root) will be hidden automatically.
    • For example, if your .gitignore contains dist/, the dist folder and its contents will not appear.
    • Paths must follow standard .gitignore syntax and use forward slashes (/).
    • Example:
      node_modules/
      dist/
      *.log
      

This ensures that unwanted files or folders are kept out of view while focusing on your notes.

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