i am opening cells all the time, everytime i open one the other closes. and have to do the neverending cell opening with mouse gestures, thats horrible too.
the current keyboard shortcuts might be good on a mac (dont know) but ctrl + p is printing or other reserve functions on windows.
i love observablehq, thx for providing + open sourcing it.
ctrl p is printing, shift ctrl p is new private browsing on firefox. unlucky keyboard choice.
i urgently would need a keyboard shortcut that opens all code parts . as it is now, when i read and understand a new demo, i fiddle with the mouse, clicking very small areas, fiddling through 2 step operations like open the small drop-down-menu then mouse into the sub area of that small drop down part that is no fun. and i need to do that for every cell i want to inspect. is there a hack to do that in developer tools with a script?
The easiest quick hack to see all code parts at the moment is to open the notebook in a new window with /safe appended to the URL.
That will show all of the code with none of the output — and, if you’ve forked your own copy of the demo, your edits will be synchronized between the two windows.