mdSilo
A local-first mind silo for storing ideas, thought, knowledge with a powerful all-in-one writing tool. built with React and Tauri. see Demo or discuss on Discord
You can get the app on release page or build from the source code:
- install Rust: https://www.rust-lang.org/tools/install
- install Node js: https://nodejs.org
git clone https://github.com/mdSilo/mdSilo-app.git
cd mdSilo-app
yarn && yarn tauri build or npm install && npm run tauri build
Then you can find the app in ./src-tauri/target/release folder.
Features
- I/O: Input and output in one place;
- All-In-One Editor: Markdown, WYSIWYG, MindMap...
- Markdown and extensions: Diagram, Table, Math/Chemical, Code block(Highlight)...
- Slash commands, Hovering toolbar, hotkeys and more toolkits...
- Chronicle view, Graph view, Task view...
- Kanban to make personal knowledge base a serious project;
- Full-text search;
- Dark and Light Mode;
- Available for Windows, macOS, Linux;
- On top of local plain-text files, no registration required, no privacy issue.
Screenshots