I’m completely new to selfhosting but see a lot of potential. I wonder if anyone knows a good way to self host a notetaking app? The point is that I need to access my notes on multiple devices so self hosting them could be a nice idea. I currently use google keep and goodnotes but would like to leave those behind…

  • Wuttin@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    Logseq + SyncThing-Fork for me. The killer feature I was looking for to switch from Evernote was voice recording support, logseq is the first thing I’ve found that does a decent job of it while having a solid Workflowy-style “bullets all the way down” interface, which I’ve come to appreciate. The mobile app still leaves a lot to be desired, it’s a little clunky with lots of buttons and very limited swipe gestures. Gets the job done anyhow, and the desktop app is amazing.

  • MojoLobo@lemmy.jrvs.cc
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    After trying a bunch, I’m using Obsidian + <your choice of sync plugin> now. Good thing with Obsidian is your notes are ultimately a bunch of plaintext files, so you can do whatever you want with them, and it comes with clients for most platforms.

    Another option is Trilium, it is pretty powerful, and has a webapp so as long as you can access a browser, you’ll be able to access your notes. https://github.com/zadam/trilium

  • linearchaos@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    I’d vote for anytype or obsidian

    Anytype has a learning curve, But it has built-in encryption and IPFS syncing provided by the company. The templating system is really slick and the relational aspect is pretty solid.

    Obsidian + syncthing fork is a really solid contender. It’s much easier to work with out of the box but the features are a little more generic.

    Neither of these are really self-hosted, so much as they are contained in their own ecosystem. You get some measure of higher availability that you have to really work for if you’re really self-hosting a product.

    • Milan@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      Hm at some point Anytime apps will be configurable for custom servers tho (i assumed they were already but i might have been wrong).

      Obsidian also has some interesting sync plugins that dont require syncthing

  • Jeena@piefed.jeena.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    3 months ago

    I use radicals for CalDAV and save notes there together with my calendars. On Android there is jtx Board which let’s you work with them. Sadly on Linux I couldn’t find anything so I started writing something myself but don’t have much time to work on it https://github.com/jeena/JNotes

  • Moonrise2473@feddit.it
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    It’s still in alpha but hoarder is promising

    It’s designed to organize bookmarks, but can also support markdown notes with picture (a single picture, not multiple pictures)

    Unfortunately at the moment the mobile app is so alpha that doesn’t support creation or editing such notes, only new bookmarks or new photos.

    It uses a headless chromium to make screenshots for URLs.

    Optionally, can use a bullshit generator like ollama or openai api keys to automatically create a lot of useless tags to each note

  • bricklove@midwest.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    I’m just using a self hosted git repo with markdown files. I was having trouble finding something open source that I could edit with vim that also had a good mobile solution. I also didn’t want to get locked into a file format that was specific to an app.

    Markdown is ubiquitous and I use git all the time as a developer so it was easier to tack something onto an existing workflow. It’s a little janky but at least I won’t be screwed by devs abandoning whatever app I was using.

  • Christov@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    3 months ago

    I’ve been getting on well with notesnook, the self hosting is in beta right now but its just a docker container. Docs are coming for self hosting in the near future.

    https://notesnook.com/

    The criteria for me when I was looking for a notes app were:

    • self hosted
    • e2e encrypted
    • supports images and other rich media as well as text
    • can use markdown for text formatting
    • supports mobile as well as some desktop interface
    • can make lists with checkable boxes
    • background sync

    Notesnook hits all of these. I wish it had a dedicated desktop app but that’s something I can just use a browser window for.