Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 972 Bytes

readme.md

File metadata and controls

45 lines (26 loc) · 972 Bytes

Markdown Editor

Simple Markdown editor built with Hyperapp.

This example use Parcel bundler and JSX syntax.

For plain ES6 syntax see the Codepen version of this example.

Install

git clone https://github.com/LearnHyperapp/markdown-editor.git
cd markdown-editor
npm install

Development

npm run start

Build

npm run build

Dependencies

  • Marked: a markdown parser and compiler.
  • Mousetrap: simple library for handling keyboard shortcuts

Shortcuts (save and delete from localStorage)

  • CMD+S / CTRL+S - to save
  • CMD+Q / CTRL+Q - to delete

Related

More examples: LearnHyperapp