orgzly-android icon indicating copy to clipboard operation
orgzly-android copied to clipboard

remove "TODO" from items in widget TODO view.

Open naught101 opened this issue 6 years ago • 9 comments

It would be good if there was a way to remove the "TODO" prefix on todos in the widget, because they block most of the text, and make the actual list unreadable, especially when the widget is relatively narrow. I'll add a screenshot.

naught101 avatar Apr 27 '18 05:04 naught101

phimpme1524804958707

naught101 avatar Apr 27 '18 05:04 naught101

Acturally all of widget can be resize in the most of home lanucher, long press&resizing it will be OK.

NiceFeather avatar Apr 27 '18 09:04 NiceFeather

Yes, I know, but I would prefer for the widget to not take up the wholes screen. For example, my current layout looks like this:

screenshot_20180427-145432

I would like to keep the TODO list on my main home screen, but if it is any bigger than this, then it takes up too much space and my home screen becomes less useful as a whole.

naught101 avatar Apr 27 '18 21:04 naught101

Yes, @nevenz maybe set an option for this state to show/hide is more flexible like 'Inherited tags in search results' of tag, this is just a proposal.

BTW, the option of 'Inherited tags in search results' above seems has a bug, all note tags always show up.

screenshot_20180428-114811

NiceFeather avatar Apr 28 '18 07:04 NiceFeather

Would removing checkmark be enough? Note would be selectable instead and action menu would open. I'm not a fan of allowing state to be removed as it's pretty important part of the note. But if we must, I guess it could be allowed for the widget only (as a part of #142).

BTW, the option of 'Inherited tags in search results' above seems has a bug, all note tags always show up.

Note's yes, but its ancestors' shouldn't.

With option off:

off

With option on:

on

nevenz avatar Apr 30 '18 13:04 nevenz

Re: state removal: I would only suggest that for a state-based search, I guess. Everything having the same state makes the state information redundant.

Another option might be to replace "TODO" with a small logo, or just a small "T".

Yes, I would also appreciate the check mark being removable. I don't really use them much (just delete done things, mostly).

I guess the margins could be narrowed a bit too (see the Etar widget in the screenshot for example), and it would be nice to have the option to se the widget font size smaller.

naught101 avatar Apr 30 '18 23:04 naught101

+1!

Sirove avatar Jun 21 '18 08:06 Sirove

Another option might be to replace "TODO" with a small logo, or just a small "T".

May I suggest a simple workaround?

You can change in the preferences the "keywords for active (todo) tasks" to emojis. From TODO NEXT to 🔜 🔛 for example. And DONE to 🆗 or 👌🏿 or 💯. Or use an ideograph or something else, if they make sense to you.

ropery avatar Apr 03 '19 07:04 ropery

@lolilolicon I like your suggestion, but if implemented like that it could break interop with other org implementations or at least make it hard to type this on a PC. How about we allow the same syntax that org-mode allows for creating shortcuts in the state settings and provide an option to show the shortcut in the widget? Something like

TODO(T) NEXT(N)

Or

TODO(🔜) NEXT(🔛)

That way one could keep the text based state and the user could choose how it should look like in the widget (and possibly other places?)

@nevenz if this sounds reasonable to you, I could try creating a PR for it.

nightscape avatar Mar 03 '21 01:03 nightscape

Maybe some save spacing icon / symbol instead of the text would be a solution... A red dot for TODO, orange for in progress, green for done, etc.

torwag avatar Apr 25 '22 07:04 torwag