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

Task info (project, date...) not showing #338

Open
tmllull opened this issue Sep 5, 2024 · 4 comments
Open

Task info (project, date...) not showing #338

tmllull opened this issue Sep 5, 2024 · 4 comments
Labels
🐛 bug Something isn't working

Comments

@tmllull
Copy link

tmllull commented Sep 5, 2024

Describe the bug
The information about the tasks is not showing.

To Reproduce
Create a simple query like:

name: "Tareas para hoy (Todoist)"
filter: "today | overdue"

Expected behavior
As the key show is not set, all the related info for every task must be rendered, as the documentation says: "If omitted, all task metadata will be rendered."

Screenshots
Code:
imagen

Result:
imagen

Desktop (please complete the following information):

  • Plugin Version: 1.13.0
  • Obsidian Version 1.6.7

Additional context
Before I think every task shows the project, due date, etc. I don't know from when this is happening. I tried to force showing only specific info, but not works.

@tmllull tmllull added the 🐛 bug Something isn't working label Sep 5, 2024
@weemoedig
Copy link

Seconding this. I tried enforcing show queries, but alas.
The only way I managed to implement it was per the plugin settings that will be deprecated.

@jamiebrynes7
Copy link
Owner

This may be the result of the interaction between the plugin settings & the query settings. If the plugin setting is are turned off then that will take precedence over the query setting.

I'd advise leaving the plugin settings as all on and using the query settings to control on per-query basis. This will result in the same behaviour after the deprecated settings are removed.

@tmllull is this the case for you? Or are you experiencing a different issue?

@RobertTalbert
Copy link

FYI I was encountering this issue too, turned the settings back on but now the project and date show even when I don't put in the "show" part of the query.

@tmllull
Copy link
Author

tmllull commented Oct 30, 2024

@tmllull is this the case for you? Or are you experiencing a different issue?

Hi @jamiebrynes7, I enabled the dates from the config and now the dates are displayed; thanks for the advice!

So, if I understood it, when plugin options are removed, the fields to show will be controlled directly from the query, but, for now, we need to activate one by one, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants