Skip to content

Simple Markdown editor built with Hyperapp

Notifications You must be signed in to change notification settings

LearnHyperapp/markdown-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Markdown editor built with Hyperapp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published