https://github.com/unframework/motepad
https://github.com/unframework/motepad
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unframework/motepad
- Owner: unframework
- License: other
- Archived: true
- Created: 2013-03-11T05:11:47.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-08-01T19:03:44.000Z (over 10 years ago)
- Last Synced: 2024-04-14T18:22:16.434Z (almost 2 years ago)
- Language: JavaScript
- Size: 359 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`