Manage your ocean of markdown.
Motion is a local-first technical writing IDE designed to help you organize, edit, and visualize your documentation with ease. Built with performance and privacy in mind, Motion keeps your data on your machine, giving you full control over your files.
- Local-First Architecture: Your files stay on your device. Motion works directly with your local file system.
- Hybrid Editing Experience: Switch seamlessly between WYSIWYG, Markdown, and Split View modes.
- Rich Content Support:
- Integrated Mermaid support for diagrams and charts.
- Code blocks with syntax highlighting.
- Full Markdown compatibility.
- Workspace Management: Open folders and navigate your project's markdown files instantly.
- Performance: Powered by Bun and Tauri for a lightweight, blazing-fast experience.
-
Clone the repository.
-
Install dependencies:
bun install
To start the development server and launch the application:
bun tauri devThis command will:
- Start the frontend dev server.
- Launch the Tauri application window.
- Runtime: Bun
- Frontend: React, TypeScript, Tiptap
- Backend: Tauri (Rust)
- Styling: Custom CSS with CSS Variables