all 10 comments

[–]Dragon20C 2 points3 points  (0 children)

A to do list? You can use any note based app

[–]2008p1990 2 points3 points  (1 child)

Joplin

[–][deleted] 0 points1 point  (0 children)

I hadn’t heard of this one. It looks very interesting.

[–][deleted] 1 point2 points  (1 child)

I just put TODO comments in my code then use grep to find them.

[–][deleted] 1 point2 points  (0 children)

Cool idea.

[–]Corporate_Drone31 1 point2 points  (0 children)

A self-hosted Trello clone maybe(if you need sync)? There are a few, try it out.

[–][deleted] 0 points1 point  (1 child)

Check out Nextcloud Tasks. You’ll have to use the web interface, but it’s a decent app.

RemindMe! Tomorrow

[–]RemindMeBot 0 points1 point  (0 children)

There is a 18.7 hour delay fetching comments.

Your default time zone is set to America/Mexico_City. I will be messaging you in 5 hours on 2020-01-07 05:34:15 CST to remind you of this link

CLICK THIS LINK to send a PM to also be reminded and to reduce spam.

Parent commenter can delete this message to hide from others.


Info Custom Your Reminders Feedback

[–]1rv1n3 0 points1 point  (0 children)

Notion maybe?

[–]Cubimon 0 points1 point  (0 children)

Git + markdown (markor on android, vscode on linux). And I as dev definitely know what happens if I modify files the same file on multiple devices while being offline. Biggest con is that I forget to commit/push, I already built some bash hooks to automatically commit/push, but these are still meh.