Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 934 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 934 Bytes

Texte

A minimal HTML rich text editor, with nice things such as persistent storage, ligatures, keyboard shortcuts, and export to HTML included.

Installation

  1. Clone or download this repo.
  2. Open index.html in a modern web browser.

Features

  • 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).

Shortcuts

  • Bold — CTRL-ALT-B
  • Italic — CTRL-ALT-I
  • Headings — CTRL-ALT-1 to 6
  • 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.