-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
right click doesn't work when clicking on a task displayed as result of tasks query #117
Comments
This depends on whether or not the markdown post-processor has an API that I can hook into to work with how this is completed. Related to #43 |
I wonder if this is because the item is displayed in the note where the tasks addon query is made but actually lives in another note. Is the code assuming the task is actually contained in the page where it is displayed? Perhaps there is a way to find out where it actually exists? |
Like I said.. it has to do with the click handler. That is the underlying cause. I had something that worked with dataview (linked in the other issue).. but it was a change to dataview to call task collector to complete the task / mangle the text. |
As it stands right now, I would not recommend using the Task Collector modal dialog with the Tasks plugin. Specifically, the Click handler / Prompt when you click the checkbox option. Edit: hotkey commands work fine, but I've also observed some wonkiness with right click menus, too. |
I'm not sure that it is possible for me to fix this (alone). Task Collector does have an API that the Tasks plugin could call to pop up the modal within the context of that event handler... |
I am use the beta of the tasks plugin's support for multiple statuses. It isn't released yet but thought I'd report this as Clare thinks it could be your issue.
I have a tasks query in live preview mode
The text was updated successfully, but these errors were encountered: