Sad to hear this but it is understandable.
I see from a screenshot you shared on Discord that Logseq uses ~5 GB of RAM on your system. This is not normal for any program, it looks like a memory leak (a bug) and maybe something in your graph is triggering it.
In case someone stumble upon this, here there is my approach to a couple of those issues:
-
requirement to have content fully synced on all devices
- I keep large files that I don’t want to sync in an external folder and use absolute path reference them or symlinks or macros as explained here: Macros to improve assets management
- I think the team is aware of this issue, I remember seeing something like “mounting” an external folder in 0.9.0, maybe it will solve this in a user-friendly way
-
no way to export a page in a beautiful format by default
- I use Pandoc to convert Markdown files to PDF but I have to do some pre-processing because of Logseq-specific syntax. Indeed the situation is not ideal at all and even if we had standard Markdown, Pandoc is too advanced for many users.
Just out of curiosity, what are you moving to? How do you migrate to something else?