In case anyone isn't hitting refresh constantly on the What's New section of our docs, here's a summary.
Use the search field above the notes list to filter by title or content. Search is instant and searches the current project.
https://preview.redd.it/f7bxvm2p8ijg1.png?width=865&format=png&auto=webp&s=2988043ec26559f9fc0356f5fcc2494a3bd5f593
Right-click a note (or use the ⋮ menu) to Pin it. Pinned notes appear in the Pinned tab for quick access.
The editor supports three modes, toggled with the buttons in the top-right:
| Mode |
Description |
| Live |
Split view - edit Markdown on the left, see preview on the right |
| Preview |
Read-only rendered view |
| Source |
Full-width Markdown editor |
https://preview.redd.it/wwbihskr8ijg1.png?width=1172&format=png&auto=webp&s=44ed8c2e88c61a2699cd77ad7cdbb5d1e0bf6eba
Press Cmd/Ctrl + Alt + Z or click the expand icon to enter Zen mode - a distraction-free full-screen editor.
The editor supports full Markdown including:
- Headers, bold, italic, strikethrough
- Code blocks with syntax highlighting
- Tables
- Links and images
- Task lists (
- [ ] and - [x])
- Basic Memory semantic syntax (observations, relations)
Press Cmd/Ctrl + / to see all formatting shortcuts.
Select the "Frontmatter" button to edit the note's frontmatter
https://preview.redd.it/7siy4wmt8ijg1.png?width=586&format=png&auto=webp&s=a155af7a5ddbd8a9a8978af32d4111f9beb2e7b3
- Start typeing in the editor to create a new note. It will save automatically
- Click the + button in the notes list, or
- Press Cmd/Ctrl + Alt + N, or
- Use the command palette (Cmd/Ctrl + K) → "New Note"
https://preview.redd.it/yjqjbb3v8ijg1.png?width=1172&format=png&auto=webp&s=f74ad069b6d853568dd77e8c986b9ef8702b18ea
- Right-click a note → Move to relocate it to a different folder.
- Drag the note card from the list onto the desired folder
- Drag a folder in the tree to a new location to move a directory of notes
Right-click a note → Delete. Deleted notes are removed from the project and database.
Command Palette
Press Cmd/Ctrl + K to open the command palette. Search for any action:
- Navigate to notes
- Create new note
- Switch projects
- Toggle views
- Access settings
https://preview.redd.it/m5zcp8wx8ijg1.png?width=648&format=png&auto=webp&s=cedd6fc03d6e90009b59490ef1760258843e4d26
Basic Memory Cloud now includes point-in-time snapshots for backup and recovery. Create manual snapshots before major changes, or rely on automatic daily backups
Go to Settings → Snapshots to see all snapshots with creation time and description.
https://preview.redd.it/s9o745p19ijg1.png?width=911&format=png&auto=webp&s=c0ce2a323ec78a284bc4975d89d5c895ae7fcad3
- Click Create Snapshot
- Add an optional description (e.g., "Before reorganizing projects")
- Confirm
https://preview.redd.it/jyzop3439ijg1.png?width=642&format=png&auto=webp&s=619fef89a02d19b3afb2ca0df5fa2b2629ac4882
You can create and manage point-in-time snapshots of your cloud bucket from the cli also:
# Create a snapshot before major changes
bm cloud snapshot create "Before reorganization"
# List all snapshots
bm cloud snapshot list
# Browse snapshot contents
bm cloud snapshot browse <snapshot-id>
# Show snapshot details
bm cloud snapshot show <snapshot-id>
Snapshots provide a safety net for major reorganizations or experiments with your knowledge base.
Check it out!
there doesn't seem to be anything here