Live data from Hacker News

Ditching Obsidian and building my own

amberwilliams.io

431–440 of 570 posts

Re: Ditching Obsidian and building my own

#431
post #34
post #25

I wrote my own CLI tool for notes a few months ago ( https://github.com/ollien/quicknotes ). A web interface with proper rendering is something I thought about, but didn't pursue because I just know my UI skills aren't up to the task. Directus is a really interesting compromise!

You can do it so easily with AI coding tools. I'm not a frontend dev, but now I can whip up something decent looking in 10 minutes.

Always possible, just not something I really want to do :)

Re: Ditching Obsidian and building my own

#432

I also tried to build my own Obsidian[^1] a few months ago. However, I stopped using it after some time, since maintaining it would realistically be a full-time job. What I also found super annoying was the feeling that I'm never done with it. Whenever I encountered a rough edge or missing feature, I had to (obviously) implement it myself. All in all, I find Obsidian as good as it gets. Also, Obsidian is probably one…

As one who has spent years off and on building one, kudos for getting yourself out. I agree with your assessment. I think there's still room for more markdown based note apps and ideas, but it needs to be either a (long term) passion project or have a viable funding strategy. There's an endless slew of not only edge cases and base behaviors, but enhancements and design decisions, on top of maintenance. Obsidian w/ some customization is going to hit a sweet spot for most hackers.

Also, the biggest thing I've appreciated is just how hard it is to tackle a side project while juggling life. Things that would take 2 weeks (80 hours) at work easily ballon into 3 months; things that would take a month end up taking well over a year. Suddenly an idea that is only a few weeks of full time work, is half-way done years later.

Re: Ditching Obsidian and building my own

#433
post #3

Good article but as a heavy user of Obsidian (and previously Evernote), I would offer some counterpoints: > After some mental gymnastics weighing if I should continue with Obsidian, I found solace when asking myself "Can I see myself using this in 20 years?". I couldn't. The thought of cyclically migrating notes from one PKMS to another every 5 years, as I had done from Evernote to Notion to Obsidian, made me feel ti…

> In point of fact this is actually an argument IN FAVOR of Obsidian. While the editor might be proprietary - the notes themselves are just standard markdown. If somehow all the copies of Obsidian magically disappeared off the earth tomorrow, I could easily switch over to Emacs org mode, VS Code, or literally anything else. Not really.. This problem runs far deeper than most are willing to see. First, Obsidian is usi…

Don’t use plug ins

Re: Ditching Obsidian and building my own

#434
post #96

I ditched for [silverbullet]( https://silverbullet.md ). MIT licensed, markdown editor with embedded lua scripting. It's a PWA app that works offline and syncs well.

Silverbullet is aptly named but I'd actually wait a month or two because it's going through the transition to V2 which shuffles a few things around. Other than that it's exactly what it says on the tin, a hacker's digital notebook. While it would take a bit of rolling up your sleeves to make it look as nice as Logseq or Obsidian it's actually closer in form and function to something like org-mode for Emacs (though no…

v2 is here already as far as I know, I mean I'm happily using it.

Re: Ditching Obsidian and building my own

#436

Earlier quoted context omitted.

> In point of fact this is actually an argument IN FAVOR of Obsidian. While the editor might be proprietary - the notes themselves are just standard markdown. If somehow all the copies of Obsidian magically disappeared off the earth tomorrow, I could easily switch over to Emacs org mode, VS Code, or literally anything else. Not really.. This problem runs far deeper than most are willing to see. First, Obsidian is usi…

Don’t use plug ins

then you lose a large amount of functionality and value. That's the point they were making.

Re: Ditching Obsidian and building my own

#437
post #3

Good article but as a heavy user of Obsidian (and previously Evernote), I would offer some counterpoints: > After some mental gymnastics weighing if I should continue with Obsidian, I found solace when asking myself "Can I see myself using this in 20 years?". I couldn't. The thought of cyclically migrating notes from one PKMS to another every 5 years, as I had done from Evernote to Notion to Obsidian, made me feel ti…

> In point of fact this is actually an argument IN FAVOR of Obsidian. While the editor might be proprietary - the notes themselves are just standard markdown. If somehow all the copies of Obsidian magically disappeared off the earth tomorrow, I could easily switch over to Emacs org mode, VS Code, or literally anything else. Not really.. This problem runs far deeper than most are willing to see. First, Obsidian is usi…

But you do have full control, if you want it. Nothing stops you from altering plugins or making your own.

The plugins sit in a local directory. Very easy to modify.

Re: Ditching Obsidian and building my own

#438
I tried a number of note taking apps. I use them for longer term storage of ideas, rather than daily todos. For example holiday itinerary or project ideas. Because of this I don't use them very often and I found I could never remember the basics of Obsidian.

One app that is very simple to use had everything I needed and sync'd using Github is https://about.noteshub.app/. I have been using it for around 6 months and found it perfect for my needs.

Re: Ditching Obsidian and building my own

#439
post #3

Good article but as a heavy user of Obsidian (and previously Evernote), I would offer some counterpoints: > After some mental gymnastics weighing if I should continue with Obsidian, I found solace when asking myself "Can I see myself using this in 20 years?". I couldn't. The thought of cyclically migrating notes from one PKMS to another every 5 years, as I had done from Evernote to Notion to Obsidian, made me feel ti…

Big obsidian fan, but I will say: notes being “just markdown” is not entirely true depending on how you use obsidian. If you are a plug-in heavy user, and those plugins introduce new syntax and lots of JavaScript functionality, you are accumulating a bespoke custom syntax that only works on your copy of obsidian with your set of plugins. Obsidian and those plugins are still free and are a huge benefit, but just somet…

If you're willing to reimplement them in your own obsidian-like editor anyway, I don't quite see the difference

I wouldn't so I keep to markdown and minimize plugins where aplicable, if I need to run for the hills, I don't expect to lose much

Re: Ditching Obsidian and building my own

#440

> Obsidian charges $8 a month to access the same notes across multiple devices. While not a huge amount for such a useful app, it adds up to an eye-watering amount - almost $1,000 if I planned to use Obsidian for a decade. This highlights one of my personal bugbears. People have a mental barrier when it comes to recurring, low-cost payments; even though the net sum is small in comparison to other things that they wou…

Also Obsidian asks for permissions to read files in all of the device on Android. They don't explain clearly why that is necessary. I don't see it being discussed that widely. Also another aspect is that many people seems to think Obsidian is open source, while it is not so.

Not anymore. As of Obsidian 1.8.10 you can use app storage which doesn't require additional permissions. It's explained here:

https://help.obsidian.md/android

Post reply on HN