this post was submitted on 06 Sep 2023
20 points (100.0% liked)
Open Source
31218 readers
177 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sleek looks amazing
But is there a FOSS todo.txt client for mobile (Android)? Searching around I could only find the official Todo.txt for Android on GitHub which is unmaintained since 2018, and some Todo.txt for Android on the play store which is up to date but not sure if it's affiliated or not , and no mention of being FOSS
For android markor (https://f-droid.org/en/packages/net.gsantner.markor/) is pretty great both at todo.txt and in general
Thanks for sharing, Markor looks promising
Markor also has support for Zim Wiki, so I tried it out with some files from my Zim Desktop Wiki notebook, and it sortof works! Markor renders correctly, though I had some problems getting embedded images to work, because Markor didn't find the images using the same relative URLs as Zim Desktop Wiki uses.
Not any good standalone ones. What I use (and this was to do with my edge use-case, actually) is Obsidian with a todo.txt plugin. It's not as nice as sleek, so I still use sleek on my desktop, but it's more than good enough to use on my phone to glance at my todo.txt, check things off, make small edits, or add new items in a pinch. It's also how I share my todo.txt with my partner.
The thing I needed fixed was that in Obsidian, the plugin requires files with the extension todotxt, for example
default.todotxt
, and sleek currently doesn't allow for loading files with arbitrary extensions. The new build the maintainer put together allows that, and it will be in the new version that is currently being worked on.Which Obsidian plugin are you using?
https://github.com/mvgrimes/obsidian-todotxt-plugin
Thanks. Did you end up saving your todo file with the .todotxt extension then for now? Does that work for Sleek on desktop?
For now, I use the 1.3.1 release of sleek because it has more features than the 2.0.0-dev8 pre-release build that solved my problem. As a temporary workaround, I create my todo.txt files as
filename.todotxt
in my obsidian vaults and manually hardlink those files tofilename.txt
in atodo_txt
directory somewhere else on each machine I use sleek on. It works totally fine, it's just a bit janky. I'll be happy when sleek 2.0 comes out and I can get rid of the hardlinks.Thanks, appreciate the help! I can live without tasks on phone for a little longer, so I guess I'll wait out for the release and then set up the sync.
Cool, Obsidian didn't even cross my mind, thanks for the suggestion.
For mobile, just reading and ticking of existing items covers the main use cases for me. And sometimes adding new items too. That's soo cool that the Sleek Dev added support for arbitrary extensions. I love when FOSS Apps become interoperable on the same dataset like that. Yay for data portability :D
Time to try out Obsidian then