Support dataview key-value signifiers in task lines - for fields already supported by Tasks #373
Replies: 12 comments 12 replies
-
Hey @therden, thank you for the idea. Now that more data is coming, like start, scheduled, priorities, etc. I sometimes think that all the emojis are a little bit too bright/colorful. However, any change that alters the way tasks are handled I wouldn't add without an option to update all existing tasks. So, in practice, it's unlikely I have the time to work on this. At least in the near future. A few other things are higher priority in my opinion. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the thoughtful reply! I just came in to echo my support for this idea: text-based signifiers (and, more generally, configurable ones) are the only desire I have for this great plugin right now |
Beta Was this translation helpful? Give feedback.
-
Another request: #1024 |
Beta Was this translation helpful? Give feedback.
-
Another request: #1208 |
Beta Was this translation helpful? Give feedback.
-
I'd add my support to this as well, due to the visual weight that the signifies carry on the page. This example from the docs illustrates that well; it's difficult to quickly skim and parse the outstanding tasks. |
Beta Was this translation helpful? Give feedback.
-
I'm upvoting this as I really don't like emojis in my text documents at all. A way to do text based signifiers that allow for dataview queries is ideal. |
Beta Was this translation helpful? Give feedback.
-
full calendar plugin now works with daily notes but uses dataview style for specifying start and end times ( startTime:: and endTime::). If you supported due:: start:: recur:: perhaps that author of that plugin could add support and we'd have a really nice calendar support for external calendars and tasks |
Beta Was this translation helpful? Give feedback.
-
Yes, that would be perfect. Just the existing fields would be enough. A sort by description would have them ordered in a normal note and full-calendar would handle the pretty calendar presentation |
Beta Was this translation helpful? Give feedback.
-
hi everyone, Clare! merry Christmas :-) as it is Christmas - I was wondering how complicated it would be to implement user defined fields to the mix? in the options it would be: // by defining a corresponding Dataview key the query part could be handled by Dataview and you don't have to update that end?? // these options then get populated like due (if set to favorite) or only on prompt (like recurring, when not favorite) this way it would be possible to create all kinds of amazing stuff ... attach people to task, locations, assignees, projects, ... dependencies i guess a lot of this stuff is hard coded right now and not variable ... so i am aware that this is more complicated than i think. but for the future extension of tasks this could be something that goes beyond todoist and all the others. a true flexible task management that's it for my wishlist :-) thanks Clare! |
Beta Was this translation helpful? Give feedback.
-
I'd love to see the functionality of this plugin combined with Obsidian Tasks Collector which can be used to interact with all the Check List Types in the Minimal Theme. It has "regular", "important", "fire" options which are nice because they occupy the same space as the checkbox itself and keep things, ahem, minimal. I'd love to work out how to have these play nicely with each other. |
Beta Was this translation helpful? Give feedback.
-
Hi |
Beta Was this translation helpful? Give feedback.
-
I'm delighted to report that dataview reading and writing has just been released in Tasks 3.0.0. As a first version, it is important that you understand what does and does not work, before starting using it. See the links to documentation in the release page below. https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/3.3.0 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @schemar.
I've been wishing that Obsidian Tasks' Settings supported alternate, user-selected signifiers for "Due", "Done", "Recurring", "Priority", "Start", "Scheduled" -- and any other feature-specific data types that you add later.
For example, in place of the Unicode characters that are presently hard-coded in the plugin, I'd like to be able to use text-based signifiers -- specifically ones consisting of a word followed by two colons (like due::, done::, etc.) Those tasks'
signifier::value
pairs could then serve double-duty as inlinekey:value
pairs that could be queried using the Dataview plugin.Of course, Settings could still provide the Unicode characters that you are currently using as the default signifiers.
Is this a change that you would ever consider making?
Updated by @claremacrae 2022-11-27:
Original title was
Support for configurable signifiers
.Beta Was this translation helpful? Give feedback.
All reactions