Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danimydev/markdown-editor
Desktop app for writing and previewing markdown files.
https://github.com/danimydev/markdown-editor
react shadcn-ui tailwindcss tauri
Last synced: 3 months ago
JSON representation
Desktop app for writing and previewing markdown files.
- Host: GitHub
- URL: https://github.com/danimydev/markdown-editor
- Owner: danimydev
- Created: 2024-02-22T06:48:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T00:43:33.000Z (6 months ago)
- Last Synced: 2024-08-18T01:37:27.015Z (6 months ago)
- Topics: react, shadcn-ui, tailwindcss, tauri
- Language: TypeScript
- Homepage: https://github.com/danimydev/markdown-editor
- Size: 362 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown Editor
Cross platform desktop app for editing and previewing `.md` files. Built with Tauri and React.
## Screenshot
![markdown](https://github.com/danimydev/markdown-editor/assets/31113489/57a8081d-0418-4f12-9049-27e8ad45a46e)## Stack
1. Tauri.
2. React.
3. TailwindCSS.
4. Shadcn UI## Features
- [x] Basic markdown syntax.
- [x] Emojis.
- [x] Footnotes & cites.
- [x] Dark mode.
- [x] Editor & Preview.
- [x] Open & Save files.## Development
```bash
npm run tauri dev
```