A minimal HTML rich text editor, with nice things such as persistent storage, ligatures, keyboard shortcuts, and export to HTML included.
- Clone or download this repo.
- Open
index.html
in a modern web browser.
- HTML5 persistent storage
- Export to HTML
- Ligatures via CSS
- ≈80 characters per line
- Responsive layout via Skeleton
And everything your browser has (fullscreen, spellcheck, print).
- Bold —
CTRL
-ALT
-B
- Italic —
CTRL
-ALT
-I
- Headings —
CTRL
-ALT
-1
to6
- Clear formatting —
CTRL
-ALT
-K
- Undo — Browser/OS combination (eg.
CTRL
-Z
),CTRL
-ALT
-Z
- Redo — Browser/OS combination (eg.
CTRL
-SHIFT
-Z
),CTRL
-ALT
-R
- Save —
CTRL
-ALT
-S
- Copy, Cut, Paste, Select All — Browser/OS combination.