Live data from Hacker News

Why I Like Obsidian

ddanieltan.com

11–20 of 376 posts

Re: Why I Like Obsidian

#11

> allows structure to grow organically > powerful feature ... Internal Links. > plain text files Well, they're not _plain_ text - there is some markup. So that invites the question - why not HyperText Markup Language? Doesn't HTML have all of these features - hyperlinks, folder structures, "plain" text? Isn't HTML also future proof? It's been around long enough. And doesn't it also work offline? There's a bunch of di…

HTML is (1) a lot more painful and verbose to write and (2) impossible to decipher in source mode. Markdown fixes both these problems.

Re: Why I Like Obsidian

#15

I love Obsidian for being a dead simple UI for managing my markdown files. I’ve found that the cloud features are not for me. What I need is to wire it more organically up to a GitHub repo.

I've done exactly this, and set up a cron job to sync regularly. Still very sub-optimal imo.

Re: Why I Like Obsidian

#17
post #13

Super weird IMO that they refuse to release source code. Hard to trust something as important as notes to an opaque app.

But the notes are maintained as plain markdown files?

I don’t find it weird they would want to keep the source for their commercial application closed when there are so many copy-cat apps in the same space.

Re: Why I Like Obsidian

#18

I love Obsidian for being a dead simple UI for managing my markdown files. I’ve found that the cloud features are not for me. What I need is to wire it more organically up to a GitHub repo.

I used the git-sync plugin, worked fairly well.

Re: Why I Like Obsidian

#19
The killer feature for me is how extensible the software is made to be. It truly lets you operate how you know best, making very few assumptions on how you use it.

Case in point: one of my favorite productivity plugins is a full-fledged Kanban board. It has deep integration into Obsidian features:

- https://github.com/mgmeyers/obsidian-kanban

Re: Why I Like Obsidian

#20
Anyone tried Dendron (https://github.com/dendronhq/dendron)? It feels like it could almost become a competitor to Obsidian and plus is essentially a vscode plugin, so you get the benefit of using vscode as your code editor as well.

Too bad the project has ended as there is no clear approach for the Dendron team to make it financially sustainable (with their cloud sync subscription, much like Obsidian Sync). But it's basically opensource now so hopefully can be forked and the lessons learnt from Obsidian be applied to it (e.g. Any folder of textfile should be openable under Dendron. Unfortunate at the moment you have to initialize a separate repo and then port it over)

Post reply on HN