It seems AGPL but also has a paid tier which makes me wonder what their business model is. Is it only the hassle of self hosting that stops potential customers from having the paid features for free?
Siyuan: Privacy-first, self-hosted personal knowledge management software
111–120 of 160 posts
Re: Siyuan: Privacy-first, self-hosted personal knowledge management software
#112Earlier quoted context omitted.
That's like saying "you do not need oracle to use your bytes on disk". I may be mistaken but doesn't obsidian provide a ton of functionality on top of markdown?
No, just a little bit. Your docs remain 98% compatible with other Markdown editors. The functionality is mainly around a.) better UI for editing Markdown, b.) plugin ecosystem (optional), c.) paid sync (optional, and achievable otherwise e.g. SyncThing, your own rsync script, etc), and d.) optional (and very bad) "publish-as-a-website" feature.
Re: Siyuan: Privacy-first, self-hosted personal knowledge management software
#113Earlier quoted context omitted.
If you want some windows-forms-esq app development, I highly recommend checking out Flutter Flow. It isn’t exactly cheap, but I’ve used it for some basic personal apps.
I kinda doubt FlutterFlow would meet my needs, it looks like it's primarily build on web technologies which is a nonstarter for this.
Re: Siyuan: Privacy-first, self-hosted personal knowledge management software
#114I keep seeing these note-taking tools pop up again and again. I am heavily invested into Logseq already and the new database version is coming out soon. Unless these tools provide import and export utilities to convert your notes between the most popular applications like Logseq and Obsidian, only new users will use them and people with very few notes who can put in the time to move.
Re: Siyuan: Privacy-first, self-hosted personal knowledge management software
#115What I miss from this type of apps, including notion, is the ability to "inherit" properties from databases. I would like, for example, to create a superdb with basic task properties (title, deadline) and then create subdatabases that add more project-specific properties. This, I'll be able to create a single view with all my tasks for the day in a single place, but also add all the info I need for individual tasks.…
Re: Siyuan: Privacy-first, self-hosted personal knowledge management software
#116I’ve been self-hosting it for three months now, and I am happy. I came from Joplin; I lost the offline access, but it’s much more “expressive” and nice, so to speak. I don’t miss any other feature, even in the pro version. Doesn’t depend on other docker containers, I just used authelia for auth, and while it uses its own file format I backup the data volume and it’s possible to export manually in simple markdown. The…
I felt with the number of features it has, this program simply knocks out Obsidian in comparison. I would say it is more of a Notion equivalent. I am currently working on a small self-hosted companion for Siyuan that lets users share notes publicly.
Re: Siyuan: Privacy-first, self-hosted personal knowledge management software
#117Earlier quoted context omitted.
The file format isn't markdown, instead a proprietary format in JSON
I'm not an Obsidian user, but I agree with their "file over app" philosophy.[1] If SiYuan stops being developed, are the files still readable/parse-able? [1]: https://stephango.com/file-over-app
Re: Siyuan: Privacy-first, self-hosted personal knowledge management software
#118Earlier quoted context omitted.
Tagging is a strictly more powerful tool than hierarchies, at least with same amount tags vs directories/categories, because an item can be tagged using multiple different tags, but can only be in one directory, unless you create duplicates or symlinks or whatever.
I really like tagging but somehow the concept could never become central to any filesystem: - I believe BeOS tried, - MS tried with WinFS but cancelled it in Windows Vista, - I am sure some cloud storage service bet on it but can't cite any. Actually tagging is probably mainly successful in cases where we can reliably automate the tagging such as email or photos.
Re: Siyuan: Privacy-first, self-hosted personal knowledge management software
#119Earlier quoted context omitted.
Tagging is a strictly more powerful tool than hierarchies, at least with same amount tags vs directories/categories, because an item can be tagged using multiple different tags, but can only be in one directory, unless you create duplicates or symlinks or whatever.
I really like tagging but somehow the concept could never become central to any filesystem: - I believe BeOS tried, - MS tried with WinFS but cancelled it in Windows Vista, - I am sure some cloud storage service bet on it but can't cite any. Actually tagging is probably mainly successful in cases where we can reliably automate the tagging such as email or photos.