| title | Basic Memory Cloud |
|---|---|
| description | Cloud UI updates and new features. |
::tip Basic Memory Cloud is live! Now accessible from everywhere, in the Cloud. Sign up with a 7 day free trial. ::
Work with your knowledge base across multiple devices using cloud sync and storage.
::note For major OSS feature updates in this release cycle (Schema System, Semantic Search, routing/config changes), see What's New: v0.19.0. ::
Recent web UI work focuses on the notes experience:
- Improved Note Search
- Pinned notes and recent tabs
- Rich Note Editor
- Command palette and global shortcuts
- Snapshots Notes - version your knowledge base
Use the search field above the notes list to filter by title or content. Search is instant and searches the current project.
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 |
::tip 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
- 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"
- 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.
::warning Deletion is permanent. Create a snapshot before bulk deletions if you want the ability to restore. ::
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
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.
- Click Create Snapshot
- Add an optional description (e.g., "Before reorganizing projects")
- Confirm
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.
Get started with Basic Memory Cloud. ::
Learn about the Cloud notes UI. :: :::






