Wes Moncrief

Results 10 comments of Wes Moncrief

seems tougher than expected. Looks like I should do something like: >Have your plugin hook a cm6 view plugin which adds a delegated event on the content Dom for the...

Thanks @guihasparyk for filing, and thanks @madajczyk for fixing! The fix should be released now, please update your plugin and let me know if there's any more issues.

Probably want the settings pane to have some kind of template string, e.g. ``` - [ ] $$taskName$$ -- $$taskPriority$$ -- $$taskSourceUrl$$ - $$description$$ ```

>the possibility to have project names So you'd benefit from having formatting like: ``` - [ ] $taskName$ - $projectName$ - $taskSource$ ``` ? Can you share why that's helpful?...

I see, so you just need to do this as a one-time operation, right? you don't want to do the full import from every project on a recurring basis. But...

Hmm, can you upload the text for your settings file? Be sure to hide your access token. Also maybe include a screenshot of your network tab in the obsidian debugger...

nice! 429 error is too many requests - https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429 - so makes sense that it doing it with shorter lists would help. Glad it worked!

could be a future improvement to have this plugin do batching or exponential backoff to avoid 429s

To clarify, it sounds like there's two distinct things you're talking about. 1. You currently have to manually a note per each task in your 'on the go' project 2....

Makes sense! Similar idea to https://github.com/wesmoncrief/obsidian-todoist-text/issues/17 This would probably be at the top of the priority list if i ever get around to another PR here. Can't promise any specific...