Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```