this post was submitted on 17 Oct 2023
41 points (91.8% liked)

Selfhosted

38769 readers
92 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hi.

I'm curently using Nextcloud notes for its convenience. I use the app on my phone, and the webui on my pc.

I'm willing to ditch Nextcloud as a whole, so I want to replace my note taking habits.

I've tried Trilium, which lacks an Android app, and I feel the WPA makes the UI unpractical and hard to read.

I've tried Joplin, but it lacks a webui.

Are there other alternatives I've missed out ?

Solution: I ended up finding Flatnotes. It's dead simple to run and to use, has markdown and WYSIWYG, and the WPA is flawless.

you are viewing a single comment's thread
view the rest of the comments
[–] exception4289@lemmy.world 2 points 10 months ago (1 children)

That's what I use.
Logseq with Syncthing for interoperability between my PC & smartphone.

[–] muntedcrocodile@lemmy.world 2 points 10 months ago (1 children)

How does syncthing compair to git. Im using git currently but sycing to mobile has a tendancy to break

[–] exception4289@lemmy.world 3 points 10 months ago (1 children)

No problems at all.
I setup a 3-way folder sync between 3 nodes:

  1. Desktop (Linux)
  2. Android
  3. VPS

VPS is always on, so even if my smartphone is not connected to the internet when I log off of my desktop, the smartphone automatically fetches the updated folder from the VPS .

I haven't used git for this purpose but I'd think the process would be tedious. Manual commit, push, fetch ...

Also, I tried to set it up with Nextcloud but I couldn't get Android Logseq to use the Nextcloud folder for some reason. I don't remember the exact issue.

[–] muntedcrocodile@lemmy.world 1 points 10 months ago* (last edited 10 months ago)

I might have to try syncthing then im sure i can use git for versioning my notes from just one node and retain that feature. I use logseq so on desktop git syncing is automatic.