I've tried Obsidian and it is not for me. I really don't like the trend of apps being in Electron and there are much better native apps, especially on macOS (Bear, IA Writer, Ulysses). Trying to understand - what is the feature that Obsidian got you hooked? Usually HN is very critical of Electron apps, but not on this one and I'm really interested why. :)
You may not have noticed, but there’s a lot less criticism of electron these days. I think it’s gotten sufficiently performant that most people don’t care anymore.
Show HN: Obsidian for Mobile – Plain-text knowledge base on the go
321–329 of 329 posts
Re: Show HN: Obsidian for Mobile – Plain-text knowledge base on the go
#322If you’re on Emacs I’d recommend checking out org roam [1]. I’ve been using it for a while to do connected notes (Zettelkasten) and I’ve been very happy with it. I tried a couple of methods for note taking and this one seems to be the one that I’ve managed to stick with the most. 1: https://www.orgroam.com/
Re: Show HN: Obsidian for Mobile – Plain-text knowledge base on the go
#323I want to use a tool like this but I dont like using Markdown for taking notes. Its far too restrictive. Which is why I keep coming back to plaintext. These days my formatting is just deep tabs. Anyone know of tooling around this? I created a plugin for now here https://github.com/jonocodes/vscode-tabtext but I'd still like a better tool. Worth a try to ask, I guess.
Re: Show HN: Obsidian for Mobile – Plain-text knowledge base on the go
#324Aside from the other praise people have given Obsidian it is also by far the fastest electron app I've ever used by a lot. Curious if the devs have any insight how they have made it feel so performant.
https://medium.com/actualbudget/the-horror-of-blocking-elect...
https://news.ycombinator.com/item?id=16616374
https://archive.jlongster.com/secret-of-good-electron-apps
Also you may want to use Svelte rather than React.
I'm curious myself if the Obsidian team has anything to share about this.
Re: Show HN: Obsidian for Mobile – Plain-text knowledge base on the go
#325Earlier quoted context omitted.
The limitations are purely on the iOS device. I am using Syncthing on iOS with Obsidian and no issues. Fully agree with wanting to avoid iCloud in all cases where one can. (Also, sidenote: assuming gender is maybe not necessary: his => their)
How are you using Syncthing? What’s the actual app?
Re: Show HN: Obsidian for Mobile – Plain-text knowledge base on the go
#326I'm a note-taking power nerd who has used all the buzzy apps on Macs. Obsidian is by far the best — it's become my personal journal, my knowledge base, a quick and dirty blog, a place to keep loose notes. The development velocity of the (TWO PERSON!) team behind this app is ridiculous. They're constantly pushing updates, and seem to handle all facets of app development with aplomb. No affiliation, just a happy user!
>The development velocity of the (TWO PERSON!) team behind this app is ridiculous This! I just checked their page for a "careers" button to see if they got VC funding and are raising a team. Nope, still just 2 people. It's not that they are able to move fast, it's that they are moving fast while making a product that looks good, does the job, and is snappy. Kudos to the (2 person) team!
Scaling up teams is to deal with scope, not speed, and usually leads to much slower progress as processes and procedures are layered on top.
Re: Show HN: Obsidian for Mobile – Plain-text knowledge base on the go
#327Was waiting for this, will try out git to sybc data between desktop and mobile.
Re: Show HN: Obsidian for Mobile – Plain-text knowledge base on the go
#328excellent app! Now I just need to figure out how to sync my vault that I keep backed to a remote Git repo. Also, I saw this ( An Interactive Introduction to Zettelkasten ) on reddit today and felt like sharing. This goes hand in hand with tools like Obsidian, Logseq, or Roam: https://news.ycombinator.com/item?id=27811809
Re: Show HN: Obsidian for Mobile – Plain-text knowledge base on the go
#329Earlier quoted context omitted.
I want to use Obsidian but the only thing that keep me off is the lack of encryption support. That is why I am staying with Joplin since it offers a full encryption. Obsidian does have a plugin for the encryption but only partial of it.
Joplin does not encrypt notes at rest. Only data being synced is encrypted; when it gets to its destination it’s available unencrypted in an SQLite database. Any program running on your computer can read your Joplin notes at any time. The developer has come out against implementing encryption-at-rest many times throughout the years. Their suggestion is that you use another form of encryption, like veracrypt. Notably,…
Those who ask for encryption at rest mainly want it on desktop, as they share their computer with people they (apparently) don't trust.