esarea

November 19, 2024 ยท View on GitHub

esa.io like markdown assist for any textareas.

This markdown assist is disabled on some services which already have markdown assist.

key bindings

  • Tab / Shift + Tab
    • indent / unindent
      • multiline supported
    • move to next/prev cell in table
  • Enter on the end of line
    • suggest list
    • suggest table
      • | foo | bar |<hit Enter here!>
  • Alt + Shift + Space
    • toggle tasklist status of current line
      • tasklist: - [x] foo

development

$ npm install
$ ./node_modules/gulp/bin/gulp.js

TODO

  • Drop CoffeeScript
  • Drop gulp.js