this post was submitted on 30 Jun 2026
28 points (96.7% liked)

No Stupid Questions

48714 readers
1297 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 3 years ago
MODERATORS
 

Currently, we're just using Google Keep, since it at least supports syncing, sharing, and checklists, but I'm hoping to find something more privacy friendly, and/or more feature rich. In particular, what I'm looking for, in order of priority, are as follows:

  • Doesn't need to be self-hosted
  • Lists that can be shared and synced across users and devices
  • Basic Checklist functionality
  • Reminders, ideally with options to repeat until complete or similar
  • Automation, such as automatically recurring events, esspecially recurring after date of completion
  • Private storage of user data, or at least better than Google
  • Hierarchy and other sorting methods
  • Sync to calendars, ideally Proton
you are viewing a single comment's thread
view the rest of the comments
[–] sbeak@sopuli.xyz 5 points 1 day ago

There seems to be four main options I can think of right now.

First would be purely local to-do lists, on Android you have apps like Tasks(dot)org, on iOS you have Apple's reminders app (not FOSS! iOS generally doesn't have many good open-source apps...), on Linux you have lots of options like Planify. If you don't need device sync, these are probably your best option. On Android, Tasks(dot)org also supports Nextcloud device sync (you can use a VPS or a public instance if you prefer) as well as any cloud storage service that supports WebDAV.

Secondly, if you do need device sync, you can use Markdown note apps that happen to tack on to-do list support, like Joplin, Obsidian (not FOSS!), Markor (Android only), etc., most of these are cross-platform. They let you either sync with their own cloud service, through syncing the files (e.g. Syncthing, Git), or with a service like Nextcloud (again, you don't have to self-host on your own hardware if you don't want to)

Third, there are the todo.txt apps. They use a standard "todo" file that is compatible across many clients, so you can look for yourself a bunch of options that support a wide range of different operating systems. This single file can be synced with Syncthing very easily, and the benefit of this approach is that most of the clients are pretty lightweight and aren't too bloaty.

Fourth, you have Vikunja, which is a self-hostable option that does not have a native desktop or mobile client (the Android one is still in early beta with limited features). You access it through a web browser, and it has all the features you could want. I think you can also sync with apps like Tasks(dot)org, but WebDAV support is not perfect and it's a little janky, so I prefer just using the web interface. Vikunja has neat tricks like showing your notes as a Kanban board, grouping them into projects, all that. This makes it closer to something like Trello (that is, for managing projects) rather than a daily to-do list for me, but your use case can vary. You don't need to self-host it either, they offer their own hosted cloud service as well!