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

https://github.com/unframework/motepad


https://github.com/unframework/motepad

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

motepad
=======

Pure-JS implementation (no `contenteditable`!) of a simple rich text editor. Inspired by Google Docs editor and Android's `StyleSpan` for strings. No-frills developer-defined styles, attributes and precise formatting control: text is rendered using a custom layout engine.

Get started:

```
npm install
node_modules/.bin/beefy example.js
```

... then visit http://localhost:9966/

## To Do

* a bunch of stuff
* HTML copy/paste
* make `Command` key work on Mac instead of `Control`