←back to thread

191 points shibaobun | 1 comments | | HN request time: 0.32s | source
Show context
angra_mainyu ◴[] No.43671172[source]
I have yet to find a solid obsidian competitor, plugins + git repo really do cover most things.
replies(1): >>43671921 #
wrasee ◴[] No.43671921[source]
A folder of markdown docs in your favourite text editor, ftw!

+ It’s all within the editor you already know really well. Uses your existing tools.

+ Many editors have really good support for markdown built in. Treat H1’s like notes and along with modern fuzzy search for files/symbols you can easily get to any note and jump around.

+ If you want smarter [[liking]] there’s some good plugins out there to bring this to your editor.

+ Simple, future proof and no lock-in.

I’m currently enjoying markdown-oxide, an LSP for markdown docs. Captures all your notes as symbols so you can fuzzy search and “find references”, etc. supports #tags, too.

replies(4): >>43672104 #>>43672476 #>>43673187 #>>43674462 #
1. sandreas ◴[] No.43672476[source]
I currently use flatnotes[1] as a Frontend with a background cronjob to add, commit and push every night.

Works pretty well so far with some acceptable nitpicks. It was a quick and dirty solution to overcome logseq couldn't run in a Server that time... Never needed anything else until now :-)

1: https://github.com/Dullage/flatnotes