logoalt Hacker News

samuellyesterday at 3:15 PM4 repliesview on HN

I want something like this, but completely terminal based


Replies

backscratchesyesterday at 7:37 PM

Like other commenter referenced, the markdown-oxide LSP replicates the core of obsidian better than obsidian does. I use it with helix. I described by setup in more detail above: https://news.ycombinator.com/item?id=48180639

tasukiyesterday at 7:21 PM

I use vimwiki. I know vim and appreciate not having to learn a new thing. The output is just markdown files linking to each other, so it's very portable.

axelavyesterday at 3:20 PM

nvim + markdown oxide is the closest I've found https://github.com/Feel-ix-343/markdown-oxide

show 1 reply