-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Multi-line task titles #13
Comments
Hi 👋 @opk12
The title of each tasks will stay as a single line, but I plan to add annotations on tasks that the user can add and they can be multi-line, this is where user can write notes on the task. I have some interesting idea of an actionable annotation, like a url which makes the task go to the url when click, or an email address sends you to a mail client. Inspired by
In the storage everything is kept as a single line (the new lines are escaped), it is very important that this property is preserved because it makes merge conflict resolution a lot easier and with the new encryption feature which is coming up in the next alpha release this is even more important.
|
That's a very interesting approach, it draws clear lines between the serialized form, the data structure, and the GUI metaphor. Thanks for mentioning taskopen, it seems very useful.
That's clear. I like a lot that git is supported natively in this app. While everyone wants future-proof storage, and F-droid users are notoriously picky about vendor lock-in, git support it's a big plus and I think this is the unique tasks lists app from F-droid that can do it. |
Closing this in favor of #25 :) |
No idea if this is in-scope, but what about multi-line todo's? This would even allow to repurpose the app as git-backed memo storage.
The text was updated successfully, but these errors were encountered: