jamiebrynes7 / obsidian-todoist-plugin

Materialize Todoist tasks in Obsidian notes
https://jamiebrynes7.github.io/obsidian-todoist-plugin/
MIT License
872 stars 66 forks source link

Ability to select shown field #276

Closed JalilArfaoui closed 5 months ago

JalilArfaoui commented 5 months ago

Is your feature request related to a problem? Please describe. I would like to be able to have a simple list of tasks, uncluttered of projects, tags and dates for each

Describe the solution you'd like I would like to have new query fields:

name: My Tasks
filter: "#someProject"
sorting: 
 - priority
show:
 - due
 - project
 - tags
 - description

Describe alternatives you've considered I could work on a CSS snippet to hide unwanted properties, but it would be global to all queries.

jamiebrynes7 commented 5 months ago

Hey @JalilArfaoui, thanks for the suggestion - this is already planned for the next release, see #130

JalilArfaoui commented 5 months ago

Wonderful !