mgsloan / todoist-shortcuts

Browser extension which adds comprehensive keyboard shortcuts to Todoist, beyond what is offered by Todoist itself
MIT License
313 stars 23 forks source link

Missing shortcuts on pinned filters #206

Closed cnxguy closed 2 years ago

cnxguy commented 2 years ago

Running Todoist V1956 on Chrome with version 143 of this extension.

Shortcuts seem to be missing from pinned filters:

image

I could see some older items with similar issues, but nothing recent. Is this expected? I'm sure they were there previously.

mgsloan commented 2 years ago

Hmm, that's strange! I have pinned filters but navigation to them works. Do any warnings or appear in the developer console when you press "g"?

(use ctrl+shift+i to open the tools, then the console is at the bottom)

cnxguy commented 2 years ago

Yes, I get a lot of errors and warnings.

The errors report: "todoist-shortcuts: Couldn't figure out text for... " The warnings report "todoist-shortcuts: failed to get nav link text for..."

Given this seems to be link parsing I decided to drop the emojis from the text - the shortcuts turn up again.

image

mgsloan commented 2 years ago

Ahh, yes, it's definitely the leading emoji causing the issue. Fixed in version 144, thanks for reporting!