DEV Community

Discussion on: Chrome DevTools can do that?

Collapse
 
couch3ater profile image
Connor Tangney

Love this post! Design Mode seems infinitely useful.

With snippets, it was really simple for me to write a quick one-liner to toggle this on or off. And, since you can run any snippet directly from the command palette, I can now easily switch between "edit" mode and "read" mode.

PSA: Open the command palette, delete the leading > and enter a ! to see all your saved snippets. Simply pick one from the list to execute!

Collapse
 
michelschreurs profile image
Michel Schreurs

Nice tip on accessing the snippets!

CTRL+P will open command palette without the leading >, I'm guessing it's CMD+P on Mac

Collapse
 
couch3ater profile image
Connor Tangney

I'm lousy with the conversions, but I believe you are correct that the command palette is opened with CMD + P on Mac devices.

Thanks you for pointing this out!