this post was submitted on 09 Nov 2023
48 points (100.0% liked)
Free and Open Source Software
17943 readers
23 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I moved recently to logseq on the same premise.
However I found that logseq markdown is a kind of a vendor lock in. To be honest I have also tried joplin and obsidian as well.
While obsidian failed because NoT FOsS duh, joplin was disregarded (at first) because it uses a database and not plain text files.
I was migrating from tiddlywiki. First to joplin, then to obsidian and then to logseq.
And although the latter are using all markdown format as their base, they all have their small catches where they differentiate. Sure you do not loose access to bulk of your data. But what would have been the difference to be vendor locked in in years and extract the data from a sql database?
To be fair, it's much easier to write some sed commands in a bash script that will convert between markdown formats, than something that will migrate databases.
Fair point. (Y)