Skip to content
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

Control metadata rendering (project and date) inside todoist query #130

Closed
bzimor opened this issue Nov 2, 2021 · 3 comments
Closed

Control metadata rendering (project and date) inside todoist query #130

bzimor opened this issue Nov 2, 2021 · 3 comments
Labels
✨ feature New feature or request
Milestone

Comments

@bzimor
Copy link

bzimor commented Nov 2, 2021

Is your feature request related to a problem? Please describe.
I want to see tasks in my daily note with today filter. In this case rendering date is redundant. It is same with my project note, I want to see tasks with #project filter, so there is no point to show project name in metadata.

Describe the solution you'd like
There can be an view in todoist query to choose what kind of metadata items can be shown in task list. For example:

```todoist
{
"name": "Project tasks",
"filter": "#MyProject",
"view": ["date", "tag"]
}

Additional context
Todoist plugin v1.8.1

@bzimor bzimor added the ✨ feature New feature or request label Nov 2, 2021
@BrandonHarrisonCode
Copy link

As a workaround for now, you can disable showing the date and project globally in Obsidian in the project options for this plugin. But a per-query way of organizing this would absolutely be nice.

@jebeaudoin
Copy link

+1 for enabling metadata rendering on a per-query basis. This would probably satisfy requests to hide the "Today" label on tasks due Today that others have asked for.

@jamiebrynes7
Copy link
Owner

This is now released in v1.12.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants