Author here, thanks for the posting! I've been working it since February, it started as an org-mode web outliner so that I can use it on my phone to check some todos and capture some ideas. I added some features (backlinks, graph, block embeds, etc.) from Roam Research after trying it. It can be self-hosted and the plan is to have something like TiddlyWiki so that you can use it as a whole HTML file in your own websi…
Logseq – privacy-first, open-source knowledge sharing and management platform
31–40 of 41 posts
Re: Logseq – privacy-first, open-source knowledge sharing and management platform
#32If you're looking for a mobile client to go along with this checkout GitJournal [0]. It has basic support for wiki style links and backlinks, but I'm still working on the graph support. [0] - https://gitjournal.io
Re: Logseq – privacy-first, open-source knowledge sharing and management platform
#33Author here, thanks for the posting! I've been working it since February, it started as an org-mode web outliner so that I can use it on my phone to check some todos and capture some ideas. I added some features (backlinks, graph, block embeds, etc.) from Roam Research after trying it. It can be self-hosted and the plan is to have something like TiddlyWiki so that you can use it as a whole HTML file in your own websi…
A bit ironic that you can only login using GitHub and the story today was “Never Use Third Party Auth to Sign In”[1]. 1. https://news.ycombinator.com/item?id=25091420
Re: Logseq – privacy-first, open-source knowledge sharing and management platform
#34If you're looking for a mobile client to go along with this checkout GitJournal [0]. It has basic support for wiki style links and backlinks, but I'm still working on the graph support. [0] - https://gitjournal.io
Seems like a nice idea but it's very expensive for the feature set, Pro is on the same price level as OmniFocus but can do far less... It also misses outlining support, which logseq has. (Tried it out on iOS out of interest anyway and it failed to even clone my repo, as it's on a local network, iOS asked for local network access permissions and then it got confused saying "Exception: fatal: remote "origin" already ex…
If you can clear all the app's data and try again it should work. I've fixed the bug, but I still have to publish the fix on iOS.
Re: Logseq – privacy-first, open-source knowledge sharing and management platform
#35If you're looking for a mobile client to go along with this checkout GitJournal [0]. It has basic support for wiki style links and backlinks, but I'm still working on the graph support. [0] - https://gitjournal.io
If anyone's looking for a mobile notes app that syncs with git, I highly encourage checking out GitJournal. I used it for a bit before building a personal app specific to my workflow. Are you still bundling libgit? I remember checking this project out and was impressed you got the setup to work with flutter. It's actually a reason I switched to react native because there were pure JS git implementations [0]. [0] http…
I've been working on dart-git https://github.com/GitJournal/dart-git and it's been slowly replacing most of libgit2. Eventually I would like to remove libgit2 completely and only have libssh2.
I would love to know more about your workflow.
Re: Logseq – privacy-first, open-source knowledge sharing and management platform
#36Re: Logseq – privacy-first, open-source knowledge sharing and management platform
#37I've been searching for something like this for a while! Can't wait to try it out! Also, interesting choice of technologies. Good luck and thanks for open sourcing this app.
Re: Logseq – privacy-first, open-source knowledge sharing and management platform
#38If you're looking for a mobile client to go along with this checkout GitJournal [0]. It has basic support for wiki style links and backlinks, but I'm still working on the graph support. [0] - https://gitjournal.io
Why not just use Joplin [1]... that use tags and folders, can rsync almost anywhere, and can be encrypted at rest? [1]: https://joplinapp.org
1. Git support - Having the history of all your changes is wonderful. I never have to worry about a note being accidentally deleted. It's also great for collaboration.
2. Mobile App - Joplin's mobile app really leaves a lot to be desired and is lacking a lot of essential features. Eg - Browsing your notes in a grid view similar to Google Keep, or linking your notes together using the wiki link format.
Re: Logseq – privacy-first, open-source knowledge sharing and management platform
#39Re: Logseq – privacy-first, open-source knowledge sharing and management platform
#40Glad to see open-source tools like this starting up. Have you had a chance to look at Athens [1] to compare? They seem to be using similar tooling. [1] https://github.com/athensresearch/athens
Thanks for the question! Yes, both Logseq and Athens are working on open source knowledge base tool, and both are using clojure/clojurescript and datascript. Some differences are: 1. logseq works directly with plaintext files (it support both org mode and markdown for the record, we plan to add more markup formats like asciidoc in the future). 2. logseq can be used on the web and can be synced using Git. 3. logseq dr…