Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
unmarkdown
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Personal and Business Tax Returns via MCP
2 points
by
unmarkdown
6mo ago
|
0 comments
2.
▲
by
unmarkdown
7mo ago
Respect for building the client from scratch. The "I wanted to understand every component" reasoning resonates. I took a similar approach with a conversion pipeline I built using remark/rehype directly rather than wrapping an
3.
▲
by
unmarkdown
7mo ago
Tables are markdown's weakest point. The pipe syntax is painful to write and impossible to maintain once a cell has more than a few words. An excel style approach makes a lot of sense for that. One thing I've found tricky is the r
4.
▲
by
unmarkdown
7mo ago
Nice approach keeping it minimal. Tufte CSS is a solid choice for readability. Interesting that you went with BibTeX citations in markdown. How are you parsing those? custom remark plugin or something else? I've found the remark/r
5.
▲
by
unmarkdown
7mo ago
Nice to see a native viewer. The electron fatigue is real. I've developed several apps on Electron and have moved away from it. Curious about the rendering pipeline ... are you using a Swift markdown parser or wrapping something like c