I’ve been looking into all sorts of them recently: logseq, appflowy, vikunja, etc. What tools do you use? Why? What problems did you run into with the previous set of tools you used for this job?

Right now I’m primarily interested in finding a “zero-knowledge” (cloud provider doesn’t have access to my data) system for task management. Needs to be able to have recurring tasks and tasks organized in some interesting/useful ways (by projects/labels/something, maybe a kanban and table view). Deadlines and time tracking/planning interesting but not required.

  •  Sem   ( @sem@lemmy.ml ) 
    link
    fedilink
    English
    14
    edit-2
    25 days ago

    For me one of the most flexible and mature way to knowledge base, tasks and notes is an org-mode.

    I have two main workflows. The first one is task management. I have a lot of recurring tasks with tags, deadlines, schedules, etc. All of them are living in org-files in my Nextcloud. On Android I’m using orgzly-reviwed for sync via WebDAV, on my work I’m using organice (via WebDAV) as a “web-version” and also I’m editing my notes in emacs on my laptop (but actually any text editor could be used).

    The second one is a knowledge base. I’m using org-roam locally (and with a localhost web server, built in into emacs) and orgnote for Android/Web + synchronization. My knowledge base is Zettelkasten-based.

    Orgzly-reviewed: https://github.com/orgzly-revived/orgzly-android-revived

    Organice: https://github.com/200ok-ch/organice

    Orgnote: https://github.com/Artawower/orgnote

    Orgnote provide a way to encrypt all notes by your own key/password. With orgzly I’m relying on Nextcloud encryption.

      •  Sem   ( @sem@lemmy.ml ) 
        link
        fedilink
        English
        225 days ago

        Yes… org-mode is more than 20 years old… It is a price of flexibility: I have a strong feeling that one can adjust org-mode to any workflow. But I do not use even a third of the org specification. There are a lot of cool blog posts like “org mode quick start” or “org mode basics”, I would recommend to start from such posts, not from a documentation.

    • I can’t understand Logseq, even though it seems appealing. I haven’t gone too deep yet but to me it feels weird that they say it’s simple and then their documentation is confusing and full of videos explaining how it works. That seems far from simple.

      • I tried and failed. I couldn’t figure out a pleasant way to be able to copy and paste code. The only thing I could come up was to use a different editor for those instances.

        Now I’m stuck between Joplin for work and Obsidian for personal, until I finally make up my mind. I like that I can create a second account for Joplin and share just the work related notes while I’m using company infrastructure.

        • I also tried logseq and couldn’t really stick with it. Tried a few others like obsidian, joplin, Zettlr, Simplenote, even just vim and vscode with various plugins, but they all had their own drawbacks I couldn’t get over, like a lack of built-in cross-platform support, syncing, encryption, not being open source, etc.

          I eventually found Notesnook which strikes a good balance for my needs: open source, end-to-end encrypted, easy to use, decent UI, doesn’t mangle code/formatting when copy/pasting, feature parity across platforms; I use MacOS, Windows, Linux and Android and they all have clients that have feature parity - even the web client is really good!

          The only thing I would say it’s currently missing is to release the source code for the server, but that’s on their roadmap and actively worked on. It was this commitment to openness that lead me to try it and after some brief time start paying for it.

  • Many have mentioned org-mode. I used it for years but have moved on to todo.txt and markdown. I use syncthing to keep notes up to date on my phone and computer. I edit with whatever is available on my desktop and I use markor notes on my phone.

    I think this setup only lacks the recurring tasks option. I think org-mode can do that but I use my calendar for that.

    This is a highly personal topic so I’d suggest trying as many things as you can. Something will stick eventually.

  • I just use Zettlr (a markdown editor optimized for writing research papers). I wish it wasn’t an electron app, as it’s paggy as hell sometimes on Linux, but it’s the best balance I’ve found between features, ease of use, and stability.

  •  lascapi   ( @lascapi@jlai.lu ) 
    link
    fedilink
    English
    325 days ago

    Right now mainly Nextcloud for task and kanban with Jtx and Deck on android.

    For my knowledge markdown files edited with Quillpad, Zettlr, Tangent, Nextcloud …

    That’s not zero-knowledge but that’s work for me and I feel that secure enough in my case for my daily life. :)

  • None. I’m used to Notion and unfortunately there’s no OSS even getting close to that. I would like to move away, but even if I considered to lose my current base or move everything manually, there’s nothing feature-rich enough to meet my use cases.

  • I’ve been using todo.txt for tasks for about a month now—it’s dead simple, supports all the bells and whistles you mentioned; and, with the topydo CLI, you can very easily make yourself a kanban interface using its columns UI. I sync the files with my iPhone and use Todooo on iOS, which works beautifully.

    As for notes, I just write simple text files with my favorite editor. Maintaining complex systems of interconnected notes, I’ve found, most often does not pay off for the enormous time investment required (some specific use cases aside); tags, links, etc. I have all found to be superfluous—any kind of grep integration in the editor is all that’s needed for finding things. I write in either markdown or Typst, because basic Typst is essentially the same as markdown anyway, and because I’ve found it very useful to keep notes in the same format I write longer-form documents in.