-
Notifications
You must be signed in to change notification settings - Fork 3
Folders & Organization
Flatnotes-Enhanced provides a powerful folder system to keep your notes organized hierarchically. Whether you're managing projects, personal notes, or work documentation, the folder feature makes it easy to structure and find your content.
Folders are created automatically when you:
-
Create a note with a path - Type
Projects/Q4/Reportas the note title to create nested folders - Move notes to a folder - Use the move operation (see below) to organize existing notes
- Create directly in the move dialog - When moving notes, create new folders on-the-fly
- Click the Folder icon in the top navigation to open the folder sidebar
- The sidebar shows your entire folder structure with collapsible folders
- Note counts appear next to each folder (shows number of direct notes)
- "All Notes" at the top shows notes in the root directory
Folders support unlimited nesting levels using the forward slash / as a separator:
Work/
├── Projects/
│ ├── Q4/
│ │ └── Report
│ └── Infrastructure/
│ └── Migration Plan
└── Meeting Notes/
You can reference notes with their full path: Work/Projects/Q4/Report
-
Folder path:
Work/Projects/Q4(the directory structure) -
Full note title:
Work/Projects/Q4/Report(folder path + note name) -
Display name:
Report(what appears in the sidebar for that note)
Method 1: Drag & Drop (Easiest)
- Hover over a note in the folder sidebar
- Click and drag the note onto a target folder
- Release to drop - the note moves instantly
- A success toast confirms the move
Method 2: Bulk Move
- Click the checkbox icon in the folder sidebar to enable selection mode
- Check the boxes next to notes you want to move
- Click the move icon (arrow pointing into folder) that appears
- A dialog opens showing all available folders
- Click the destination folder to move all selected notes
- Enter selection mode (click checkbox icon)
- Select one or more notes
- Click the move icon (arrow pointing into folder)
- A dialog opens with a Move / Duplicate toggle
- Switch to Duplicate mode
- Select the destination folder
- Notes are copied to the new folder with smart naming:
-
Report→Report (copy) - If
Report (copy)exists →Report (copy 2) - Each duplication adds incremental numbers, never overwrites originals
-
- Enter selection mode (click checkbox icon)
- Select notes you want to delete
- Click the trash icon that appears
- A confirmation dialog shows which notes will be deleted
- Confirm to move them to the trash (they can be restored later from the Trash page)
When the move dialog is open:
- Click "Create new folder…" button
- Enter the folder path (use
/for nested folders, e.g.,work/invoices) - Press Enter or click the checkmark
- The new folder is created and becomes the move destination
- Your selected notes move to the new folder
- Click the chevron (>) next to any folder to toggle its contents
- Folders stay collapsed until you click them
- When expanded, you see:
- Sub-folders (nested folders)
- Notes in that folder (with note count if any)
- An "Empty folder" message if there's nothing inside
Click the expand all icon in the sidebar header to:
- First click: Expand all folders at once (great for browsing entire structure)
- Second click: Collapse all folders back to their default state
Click the refresh icon to reload the folder list from disk. Useful if:
- Notes were added/moved externally
- You want to see the latest folder structure
- The sidebar is out of sync with the backend
When you open the move dialog, a search box lets you filter folders:
- Type part of a folder name
- The list narrows to matching folders (searches the full path)
- Clear the search to see all folders again
- Click the checkbox/select icon in the folder sidebar header (top right)
- Checkboxes appear next to all notes in the folder tree
- Note titles no longer have drag handles (selection takes priority)
- Click checkboxes to select/deselect individual notes
- Selection persists as you expand/collapse folders
- Clearing the checkbox removes notes from the selection
- Click the checkbox icon again to exit selection mode
- Selection is cleared
- Drag handles return to note titles
- You can't see preview icons while in selection mode (checkboxes take priority)
- Moving to a different page doesn't clear your selection
- Selection is stored in memory (client-side) and resets if you refresh
When you duplicate notes, Flatnotes-Enhanced uses smart conflict resolution:
Original: "Report"
Destination: Same folder (root)
Result:
├── Report
└── Report (copy)
Duplicate again:
├── Report
├── Report (copy)
└── Report (copy 2)
The system increments numbers sequentially, so duplicating a copy always counts from the base name.
If you try to move a note to a folder that already contains a note with the same name:
- The operation is blocked
- A warning toast appears:
"Note 'Report' already exists in destination folder. Skipping." - The note stays in its original location
-
Use meaningful folder names -
Work/Projects/2024is clearer thanStuff/Random - Keep 2-4 levels deep - Deeply nested folders become hard to navigate
-
Sort by date or type - Either
2024/Q1/ProjectsorProjects/Infrastructure/Prod -
Use consistent naming - All lowercase, hyphens for spaces:
project-namenotProject-Name
Flatnotes-Enhanced uses these reserved folders:
| Folder | Purpose |
|---|---|
_trash |
Soft-deleted notes (auto-created) |
_archive |
Archived notes (auto-created) |
_templates |
Reusable note templates (auto-created) |
These appear in the sidebar but are managed specially. See their dedicated pages for details.
Currently, folder operations are mouse/touch based. Planned shortcuts:
-
Ctrl+Shift+M- Open move dialog (planned) -
Ctrl+D- Duplicate selection (planned)
Problem: Notes won't drag between folders
Solutions:
- Make sure you're not in selection mode (exit if checkbox icon is highlighted)
- Try refreshing the sidebar (click the refresh icon)
- Check that the target folder is expanded
Problem: You moved notes but they vanished
Solution:
- Moved notes are still in the system - check the destination folder
- If really missing, go to the Trash page to see if they were soft-deleted instead
- Refresh the sidebar to see the latest state
Problem: Error when creating a folder with certain characters
Valid folder names:
- Letters, numbers, hyphens, underscores: ✅
project-2024_archive - Spaces → use hyphens: ✅
my-notes(notmy notes)
Invalid characters ❌:
- Forward slashes (only
/for nesting):bad/name/with/slash - Backslashes, colons, asterisks, quotes:
bad*name,bad:name - Leading/trailing slashes:
/name,name/ - Consecutive slashes:
name//folder
Problem: You duplicated a note but see old copies alongside new ones
This is normal - both old and new copies are preserved. Flatnotes-Enhanced doesn't overwrite originals. If you want to clean up:
- Manually delete old copies from the Trash page
- Or move newer versions and clean up the folder
- Bulk folder operations: Can't move/delete entire folders (only individual notes)
- Path references: Changing a folder name requires updating note paths manually
- Note Management - Moving to archive/trash
- Search & Filtering - Finding notes across all folders
- Settings & Customization - Customizing default sort order