Show HN: Writemark, a dependency free web component for inline Markdown editing
21–30 of 31 posts
Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#22When will we forget about markdown.... I feel like we are going backwards.
Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#23Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#24Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#25Markdown has some more possibilities, see: https://github.com/lifeparticle/Markdown-Cheatsheet
Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#26It'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/
Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#27Earlier 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.
Working on mobile clients right now. Will push improvements tonight.
Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#28Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#29Nice work. Markdown has some more possibilities, see: https://github.com/lifeparticle/Markdown-Cheatsheet
Question: anything that caught your eye in regards to this project?
Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#30Inline editing is underrated. Being able to see mistakes instantly cuts down a lot of the trial‑and‑error debugging in Markdown-heavy projects.