ability to specify fields displayed, and their formatting #1198
Replies: 4 comments 2 replies
-
yes, you could use dataview but it would be easier to do in tasks and not have to use/learn dataview. |
Beta Was this translation helpful? Give feedback.
-
Hi @pcause, thank you for the suggestion. When I read the subject line of this, I immediate thought to point you to the Layout docs, which controls which fields are displayed. But your idea is more sophisticated than that, and it would be help people to understand the suggestion - and up-vote it - if the summary were more specific. I've added to this a label indicating it is about rendering of tasks. If you click on that label in this issue, it provides a helpful link so some more or less related suggestions can be found. |
Beta Was this translation helpful? Give feedback.
-
thanks, clare. and thanks for all the great work you do on this plugin. |
Beta Was this translation helpful? Give feedback.
-
yes, think that is a fair summary and I changed the title |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Right how the display of tasks that have been queried displays the full task as entered. It would be nice to add an option to the task query to specify what fields are displayed in which order using a formatting string. For example:
''' tasks
not done
sort by due
display "* {due} :: {tags} | {description} "
'''
which would give a display like:
and perhaps if you just pass through items in the format string, folks can add markdown and css to get fancy displays. Another option would be to use the word table and then the format string. In this case you'd generate a markdown table, the headers would be the field names and each row has the data. Difference here is that if you use table you specify fields and content with | between them . For example:
Beta Was this translation helpful? Give feedback.
All reactions