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.
Ditching Obsidian and building my own
431–440 of 570 posts
Re: Ditching Obsidian and building my own
#432I 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…
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
#433Good 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…
Re: Ditching Obsidian and building my own
#434I 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…
Re: Ditching Obsidian and building my own
#435Re: Ditching Obsidian and building my own
#436Earlier 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
Re: Ditching Obsidian and building my own
#437Good 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…
The plugins sit in a local directory. Very easy to modify.
Re: Ditching Obsidian and building my own
#438One 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
#439Good 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…
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.