this post was submitted on 28 Sep 2025
53 points (98.2% liked)

Selfhosted

51841 readers
603 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 2 years ago
MODERATORS
 

Hey y'all. I've been testing a bunch of Note taking solutions and nothing seems to check off what I want and need.

I want a simple interface (both for list view and note editor/view), preferably similar to Google Keep, but a regular list is fine as well.

Key features:

A. being able to drag and drop re-order checkbox lists.

e.g.

  • [ ] item 1
  • [ ] item 2
  • [x] item 4
  • [x] item 3

I'd like to be able to just drag and drop the above to sort things correctly.

B. E2EE at rest.

C. CTRL+F inside the note view/edit!!

Honestly, the only functionality I truly want is A. But most of the solutions I found are either proprietary or can't do it.

Self hosted options I've tried:

  • Joplin (can't do A; UX is not great)
  • Standard notes (A + C is gated by their self hosted premium subscription; I don't mind paying for my apps, but the prices are ridiculous)
  • Silverbullet.md (can't do A)
  • Quillpad (very similar to Google Keep and can do A, but has terrible file syncing, not E2EE)

Notesnook looks almost as insane as Standard Notes to self host (mimicing AWS stack locally is nuts). Has anyone tried Notesnook yet? I don't want to spend another afternoon setting something heavy up only to find that the feature I want is gated by a heavy $.

Any suggestions or recommendations would be greatly appreciated!

EDIT: Woops! I am looking to use the notes app on both Android and Web/Desktop Linux. Preferably an open source solution.

you are viewing a single comment's thread
view the rest of the comments
[–] tom@jlai.lu 3 points 15 hours ago (1 children)

I also recommand Task.org app to sync tasks with CalDAV and I use raw Markdown files with WebDAV, both using the DAVx5 app for synchronization. For editing Markdown, I prefer minimalist apps that suit my needs. Right now, I find SimpleMarkdown (with disabled telemetry) to be the best choice.

[–] quaff@lemmy.ca 1 points 10 hours ago

SimpleMarkdown doesn't allow for re-ordering checkbox list items.