Jamie Brynes
Jamie Brynes
Just as a heads up, the relevant plugin settings have been removed as of the latest release, v2.0.0 - so now its just the query settings that should affect whether...
I'm struggling to reproduce this bug, my initial thought is maybe Todoist isn't actually sending the tasks in the API response. If you enable debug logging from the plugin settings,...
There's a very roundabout way by reaching into the internals of the system! First you need to register a subscription: ``` const [_, refresh] = app.plugins.plugins['todoist-sync-plugin'].services.todoist.subscribe("##Test", (tasks) => console.log(tasks)) ```...
> the API call now gives me the requested data (it wasn't before, with plugin version 1.11.1) I take this to mean the code snippet I gave you didn't work...
I don't think you'll be able to access this, but for my own future reference - https://get.todoist.help/hc/en-us/requests/831430
Hey @ahafri - Todoist has fixed the issue! I just tested it again myself and it looks like the behaviour is working as expected now. 🎉
Hey @iLiftALot, thanks for the contribution. I'm a little bit confused though. In between the last public release (v1.13.0) and the current `master`, I've actually rewritten the UI rendering completely....
This is a great idea - I'm not sure how/if it could work on mobile platforms, but it seems sensible to allow this on desktop ones as an option!
Hey @vervitee, I'm sorry the changes aren't quite working out for you! > The new appearance resembles more of the actual Todoist UI...but I really preferred how the old appearance...
The ability to set `show: none` has been released in `v2.1.0`! I'm going to close this as there is an open feature request for a more minimal view in #322