←back to thread

191 points shibaobun | 1 comments | | HN request time: 0.298s | 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 #
chrisweekly ◴[] No.43674462[source]
There's definitely a lot to recommend w/ your approach, which actually overlaps a bit w/ my reasons for using Obsidian.

My obd vault is "a folder of markdown docs" (which retains the "future-proof, no lock-in" benefits you cited). But the excellent WYSIWYG UX (open files in Edit mode, w/ "Live Preview" enabled) is something I haven't seen replicated in any VSCode or Cursor extension/plugin. I also prefer a dedicated tool for note-taking and "PKM" (Personal Knowledge Management"), as a peer of my IDE(s) for coding. I get to use the best tool for the job, w/ no compromises. Switching to a different IDE for a given project (eg IntelliJ for wrangling Kotlin) doesn't disrupt my workflow, and having clear context boundaries (note-taking vs coding) is a personal preference.

YMMV, different strokes,.... I know some emacs org-mode fans out there will extoll the benefits of using "one tool to rule them all", which does sound compelling... (shrug).

I love that there are such a variety of quality tools and approaches -- and, I'm very happy with mine.

replies(2): >>43675278 #>>43680747 #
1. wrasee ◴[] No.43680747[source]
Absolutely get this. And yes there's no doubt that a dedicated tool can bring features and a UX that's hard to replicate with a general purpose text editor with the same degree of polish, if at all in some cases. Some of the stuff in Obsidian does look compelling (shrug)!

I think what matters more is like you say - how the data is stored. It's been nice to see this convergence towards markdown and it's this that's seems the real sweet spot (or plain text, more generally). Separate the data from the logic and you're free to operate on your notes with whatever fits at the time, or even with different tools at the same time (on mobile, say).

Not news to many folk here on HN but a refreshing contrast to other PKM that use proprietary formats, often along with monthly subscription fees for what is essentially variations on "editing a plain-text database".