| ▲ | thr1owaway9621 3 hours ago | |||||||
I wonder if markdown will slowly fall out of favor for note taking, because AI can generate gorgeous-looking HTML essentially for free. I saw this bit of advice on twitter last week -- to use HTML as the target output for your LLM when you do planning or discussion sessions. And it's been very nice. It's so much easier to parse lots of info when it's presented in an organized/color-coordinated HTML file (potentially with some limited interactivity, and SVG drawings), rather than a block of markdown. I now wonder if I should give my personal notes the same treatment. The only disadvantage HTML has relative to markdown is that HTML is harder to write and style. But you now have LLMs for that. And HTML/CSS/JS lets you customize your notes in whatever way you want. If you use HTML, any browser becomes your "note-viewing" app, and HTML is just as easy to store and move around as markdown, because it's just plain text. | ||||||||
| ▲ | al_borland 2 hours ago | parent | next [-] | |||||||
For me, a key tenant of any good note taking system is low friction. Leaning on an LLM feels like significant friction. Formatting something into HTML manually also feels like a lot of fiction. Individual HTML files for notes would also be a friction filled experience for opening and browsing, without some kind of template to allow for navigation of the notes within the browser. This ends up turning into a local wiki very quickly. | ||||||||
| ||||||||
| ▲ | keithnz 2 hours ago | parent | prev | next [-] | |||||||
I read that, but opt'd instead to write a script to live serve md as html pages with mermaid diagrams and syntax highlighting. Such that the md itself can be put into things like github and for github to be able to render it. Works well. | ||||||||
| ▲ | bel8 3 hours ago | parent | prev [-] | |||||||
AI will have to be very reliable, fast and free to replace md files with HTML. Because I often dump text into md files and the operation is instant. Same for small tweaks. | ||||||||