Live data from Hacker News

Show HN: Writemark, a dependency free web component for inline Markdown editing

news.ycombinator.com

21–30 of 31 posts

Re: Show HN: Writemark, a dependency free web component for inline Markdown editing

#26
post #9

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')))

Here you go: https://brostoffed.github.io/writemark/demo/

FYSA: iPadOS 26.5 user here, cursor keys send the cursor to start of line. Clicking somewhere allows insert at that spot, but then arrows send cursor back to start of line again.

Re: Show HN: Writemark, a dependency free web component for inline Markdown editing

#27

Earlier quoted context omitted.

Here you go: https://brostoffed.github.io/writemark/demo/

FYSA: iPadOS 26.5 user here, cursor keys send the cursor to start of line. Clicking somewhere allows insert at that spot, but then arrows send cursor back to start of line again.

Found out about 45 min ago about pretty much the lack of mobile creature comforts.

Working on mobile clients right now. Will push improvements tonight.

Re: Show HN: Writemark, a dependency free web component for inline Markdown editing

#29

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?

Post reply on HN