0.0.3 • Published 7 months ago

marker-edit v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

</> M A R K E R - E D I T </>

The ultra lightweight markdown viewer/editor

try it the marker-edit (loaded the README.MD):

TLDR;

This editor and markdown viewer is heavy under construction. A most important functionality is a limited HTML/JS/JSDoc/JSX syntax highlight. The development process are follow the pureHTML: Whole editor is written in a single HTML It can use without compile. Don't save or load data, just the good old copy/paste or hand edit mode are working.

Bonus feature : running capabilities `don't exist in a standard markdown

// if after code block coding tag write ... then run it.
const dice = (side = 6) => Math.random() * side | 0;

return dice();
```...

## Just past your code to `<text-box>` or free to edit.

The only dependency in code is: CDN.Tailwind 
If you find this project is useful then:
_bring me a coffe_
0.0.3

7 months ago

0.0.2

7 months ago