Show HN: Markdown Viewer and Editor (kingsbridge-consultancy.com)
I built an online viewer and editor for .md files where the file stays on your machine. Free to use and code is available under MIT License here: https://github.com/hattray/markdown-editor
You can also install it as a Chrome/Edge app so that it works for files on your desktop by double-clicking.
Supports standard .md files with formatting, syntax-highlighting for code, table of contents, Mermaid diagrams, LaTeX via KaTex. Also supports exporting to .html, .pdf and .png.
Please give it a try and share your feedback for improvements.
25 comments
[ 0.30 ms ] story [ 50.3 ms ] threadNoob question, but how do you author a math equation? There are dedicated editors I guess?
It looks like this:
\int_{-\infty}^{\infty} e^{-x^2}\,dx = \sqrt{\pi}
i prefer to do it by hand (and in some environments you can also define aliases/macros so that the different constructs you're dealing with are typeset consistently and you don't have to re-type everything)
Recommend either rolling your own with a transparent textbox layered approach or just using Monaco or https://codemirror.net/.
https://milkdown.dev