v0.1.0 Initial Working Release
Bismuth v0.1.0 — Initial Release
First working version of Bismuth, a local-first markdown workspace for developers.
What's in this release:
Welcome screen with workspace creation and management
- File explorer sidebar with tree view, folder toggle, and context menu
- Contenteditable markdown editor with line numbers and word/character count
- Autosave (800ms debounce) via Tauri filesystem commands
- Create, open, rename, and delete notes and folders
- Dark and light theme toggle
- Collapsible sidebar with Ctrl+B shortcut
- Persistent Notes
- Tauri v2 backend with native filesystem CRUD
Known limitations:
- No Exports
- No File Conversions
- No markdown rendering yet
- No multi-tab support
- No terminal integration
- Frontend is vanilla JS — React migration planned