qmd-lab / closeread

https://closeread.netlify.app/
78 stars 1 forks source link

Make debug-mode toggleable on keydown #58

Open andrewpbray opened 1 month ago

andrewpbray commented 1 month 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 1 month 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)!