A Markdown Editor App made in Rust using Tauri and React
The Tauri/Rust "backend" handles heavy lifting of operations like parsing markdown and sends data to "frontend" React app.
Feel free to open a PR or file an issue if you should notice any bugs/errors or just have spotted some improvements!
- Clone repo: git clone https://github.com/danmugh/rust-tauri-markdown-editor.git
yarn
to install dependenciesyarn tauri dev
to launch Vite dev server and start Tauri app in development
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Licensed under :
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Dan Mugh - @danmugh - contact@danmugh