qmd-lab / closeread

https://closeread.dev
MIT License
130 stars 5 forks source link

Make debug-mode toggleable on keydown #58

Open andrewpbray opened 3 months ago

andrewpbray commented 3 months ago

Options in yaml would be debug-mode: {true, false} with default to false. if true, could be toggled off and back on.

jimjam-slam commented 3 months ago

The only thing we need to watch out for/test with hot keys is ensuring they don't consume events intended for other things (like preventing text from being entered in a text box)!