cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

Make cheat cheat more robust

Open AndreasArvidsson opened this issue 1 year ago • 0 comments

We had user that disabled a spoken form in the csv file which broke our cheatsheet

 > user.private_cursorless_cheat_sheet_show_html()
KeyError: 'applyFormatter'

Since we actually instruct people how to do that in our docs this needs to be made more robust. https://www.cursorless.org/docs/user/customization/#example-of-custom-formatter-command

There's also a question if we actually want to read from the Talon registry or if we should read from the same data structure that constructs the spoken form json file?

AndreasArvidsson avatar Aug 07 '24 14:08 AndreasArvidsson