feedback
feedback copied to clipboard
Enable Prettier on SQL Cell
Is your feature request related to a problem? Please describe.
Prettier is already used to wonderful effect on JavaScript cells. Prettier supports SQL, so it would also be nice to enable Prettier on SQL Cells to keep our queries pretty.
Describe the solution you'd like
Enable Prettier on SQL Cells.
Describe alternatives you've considered
Currently, I copy-paste my SQL Cell content into VS Code and use a formatter there, before copying back into Observable.
Additional context
- https://www.npmjs.com/package/prettier-plugin-sql
Thanks for logging it here!