Earlier quoted context omitted.
it needs an operating system to run omg not dependency free
Does this operating system also depend on an underlying computer?
Show HN: Writemark, a dependency free web component for inline Markdown editing
11–20 of 31 posts
Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#12It'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')))
Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#13Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#14Inline editing is underrated. Being able to see mistakes instantly cuts down a lot of the trial‑and‑error debugging in Markdown-heavy projects.
What is a Markdown-heavy project?
Is this a generated comment?
Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#15Inline 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 enter my math directly into the editor without writing anything on paper. Works for me. The ability to copy and paste is invaluable.
Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#16Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#17Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#18How can it be defined dependency free if it depends on Node.js?
it needs an operating system to run omg not dependency free
But, seriously, of course "web" requires internet and a computer and an operating system. But since when "web" also means Node.js?
If a web component is advertized as dependency free, I expect something that I can include in a tag and it works. Am I wrong?
Re: Show HN: Writemark, a dependency free web component for inline Markdown editing
#19Earlier quoted context omitted.
it needs an operating system to run omg not dependency free
LOL, and an internet connection, too! But, seriously, of course "web" requires internet and a computer and an operating system. But since when "web" also means Node.js? If a web component is advertized as dependency free, I expect something that I can include in a tag and it works. Am I wrong?