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

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?
  • it needs an operating system to run omg not dependency free
  • Dependency-free means zero runtime dependencies, not no dev tools. Could have explained that better.
  • When will we forget about markdown.... I feel like we are going backwards.
  • How so?
  • Nice work.

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

  • Thanks! I don’t know if ALL markdown is going to be implemented or not yet, but not out of consideration.

    Question: anything that caught your eye in regards to this project?

  • 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')))
  • Inline editing is underrated. Being able to see mistakes instantly cuts down a lot of the trial‑and‑error debugging in Markdown-heavy projects.
  • What does debugging Markdown even mean?

    What is a Markdown-heavy project?

    Is this a generated comment?

  • i would never use markdown without it