Writemark, a dependency free web component for inline Markdown editing

Writemark, a dependency free web component for inline Markdown editing

36 pointsby _boffin_14 comments

Comments

Hacker News

How can it be defined dependency free if it depends on Node.js?

by teo_zero

When will we forget about markdown.... I feel like we are going backwards.

by lofaszvanitt

It'd be nice if there was a live demo without needing to clone the repo. Though I suppose I could just try it out with a bookmarklet:

    javascript:import('https://esm.sh/writemark-editor').then(() => document.body.append(document.createElement('writemark-editor')))

by sheept

Inline editing is underrated. Being able to see mistakes instantly cuts down a lot of the trial‑and‑error debugging in Markdown-heavy projects.

by yabdulaah52

Join the discussion

Write your take first — we'll ask for email only when you're ready to publish.

  • Hacker News
  • How can it be defined dependency free if it depends on Node.js?
  • When will we forget about markdown.... I feel like we are going backwards.
  • It'd be nice if there was a live demo without needing to clone the repo. Though I suppose I could just try it out with a bookmarklet:

        javascript:import('https://esm.sh/writemark-editor').then(() => document.body.append(document.createElement('writemark-editor')))
  • Nice work.

    Markdown has some more possibilities, see: https://github.com/lifeparticle/Markdown-Cheatsheet

  • Inline editing is underrated. Being able to see mistakes instantly cuts down a lot of the trial‑and‑error debugging in Markdown-heavy projects.