Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bzap/mrkdwn


https://github.com/bzap/mrkdwn

editor javascript markdown md nextjs nodejs tailwindcss

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Mrkdwn
A simple, browser based markdown editor.

## General Features
- Follows GFM guidelines[^Ref]
- Easy insertion of commonly used elements (and conversion by selection)
- Mobile friendly
- Cached save
- Dark mode
- Scroll sync
- Upload existing files and generate new ones

## Primary Stack Used
- [Next.js](https://nextjs.org/)
- [Node.js](https://nodejs.org/en)
- [TailwindCSS](https://tailwindcss.com/)
- [Markdown-it](https://github.com/markdown-it/markdown-it)
- [Code Mirror](https://codemirror.net/)

## Installation
```
cd mrkdwn/frontend/
npm i
npm run build
```

[^Ref]: [GFM Reference](https://github.github.com/gfm/)