cross-posted from: https://lemmy.selfhostcat.com/post/93395

I’ve gone handwritten, obsidian, onenote, and now Trilium. Considering switching to something else because there is no offline mobile support.

I use memos and trilium together but since neither offers mobile offline support considering switching both. No reason to run two services when I could run one.

Considering:

  • Joplin
  • Logseq
  • SiYuan
  • ?
  • Sips'
    link
    fedilink
    English
    43 months ago

    Recently discovered KleverNotes by KDE, while only a desktop app it’s really really nice! It’s dead simple and straight to the point markdown editor. Recommend folks to check it out.

  • @zigmhount@discuss.tchncs.de
    link
    fedilink
    English
    23 months ago

    I’ve used Logseq for 2-3 years but it’s slow and a pain to use on mobile. I discovered Tiddlywiki in December, I love how customizable it is, but it’s been taking me a while to tweak it to match my usual workflow. Running it via nodejs server on android (termux) and laptops (so I’m accessing it on localhost on all devices) and syncing the wikis between devices using Syncthing.

  • @fangleone2526@lemmy.world
    link
    fedilink
    English
    123 months ago

    I use obsidian but I wish there was an open source notes platform that could do what I want:

    1. Excalidraw support ( or similar ) with PDF import and annotation support ( this is achieved by a plugin on obsidian )
    2. Vim mode
    3. Markdown for everything

    I have tried so many notetaking tools and the closest I ever got was using xournalpp for PDF annotation and drawing, then writing plain markdown in helix / neovim, with a live markdown rendering pane on the side. Was just too clunky though.

    • @BobsAccountant@lemmy.world
      link
      fedilink
      English
      33 months ago

      I’ve been using this, as well. They default to hosting your “vault.” It does peer-to-peer syncing, if you don’t want to have a server involved at all. I’m running their self-hosted server, but that’s only after I decided that AnyType was what I was looking for. I really like that it’s object based, so you can create templates for things like meetings that are their own type, separate from a bog-standard page.

      • @anomnom@sh.itjust.works
        link
        fedilink
        English
        23 months ago

        How was setting up the server? I’m on my phone right now so so I’ll check out the docs later but were there any problems deploying?

        • @BobsAccountant@lemmy.world
          link
          fedilink
          English
          2
          edit-2
          3 months ago

          A little rough, to be honest. It’s a docker-compose deployment, but it requires you to run make to deploy it. The makefile does extra configuration and such to allow the containers to come up healthy. It works, but it’s overcomplicated and styled after their own deployments, so probably way more compute than what is needed for one household.

          Oh and because of this protracted topology, it’s tough to hide behind a reverse proxy.

    • Suzune
      link
      fedilink
      English
      13 months ago

      Yeah, haha. 😂

      Wait a moment… 🤔

    • dantheclamman
      link
      fedilink
      English
      23 months ago

      I do the same, but I’ve run into a bottleneck where Joplin syncs encrypted notes really, really slowly to local storage. So looking to switch to hosted Joplin server

  • @popcar2@programming.dev
    link
    fedilink
    English
    53 months ago

    I use Joplin. It’s fairly simple and very comparable to Evernote if you’ve ever used that, but it’s perfect for my needs.

    I used LogSeq before, it’s very similar to Obsidian, the big difference being that it’s open source. It’s got a ton of features and the built-in whiteboard is actually really good, but I found it a bit overkill for my simple note taking.

    • Logseq also makes each line start with a bulleted list which quickly made me go insane
      • @natch@lemmy.today
        link
        fedilink
        English
        33 months ago

        Syncthing on my home server, synced with each device I use for notetaking, has been glorious so far. I wish Obsidian would offer Sync for a cheaper rate, because I’d pay if it felt like anything near the cost of actual sync and storage. But Obsidian’s cheapest tier is more expensive than my email hosting!

        • @calmluck9349@infosec.pub
          link
          fedilink
          English
          23 months ago

          Woah! Yeah it is! Well nearly. I pay $50/yr for my email. Obsidian is $48/yr for sync. My email even comes with WebDAV which if it were a better protocol could do the syncing! Haha

      • @Appoxo@lemmy.dbzer0.com
        link
        fedilink
        English
        13 months ago

        I expected obsidian to not store the kb locally with bare files but more like in a microsoft cloud-like approach.
        Oh well. At least it’s stable and has partly a transactional sync history.

  • @Wolfram@lemmy.world
    link
    fedilink
    English
    53 months ago

    I use Obsidian with the obsidian-live sync docker container to sync data between devices instantaneously. It is not open source but they store plaintext markdown notes and its extendable with plenty of open source plugins.

  • @sunstoned@lemmus.org
    link
    fedilink
    English
    43 months ago

    Apparently I’m in the minority, but I love Logseq. I’ve used it with Syncthing for personal notes and grad school for the past three years with no hiccups. Maybe my success with it is partially due to nested bullet points already being how my brain works but the default paradigm is perfect for me.

    The plain markdown files are organized reasonably, so I can straight up use Vim as my notes editor if I want.

    Tags (#) create a new page to easily circle back to topics later without interrupting your thought pattern to make that structure manually. Once you leave edit mode for the line the tag becomes a link to that page. Some of my favorites are #clothes-that-fit (where I can easily embed a picture of the tag of what I’m trying on to look for deals online later), or #reading-list.

    It’s just so useful.

  • Björn Tantau
    link
    fedilink
    English
    153 months ago

    Nextcloud. But only because I already have it. I wouldn’t set it up just for that.

  • @tal@lemmy.today
    link
    fedilink
    English
    33 months ago

    Org-mode in emacs.

    There are various mobile clients.

    If you have something to synch files, it’s just syncing org files. Probably mostly interesting to people who use a lot of emacs on a PC, though.