codapi-js
codapi-js copied to clipboard
Interactive code examples for documentation, education and fun.
e.g. on https://antonz.org/sql-window-functions-ranking/#multiple-windows, I see: Which I believe is from the editor?: https://github.com/nalgeon/codapi-js/blob/main/src/editor.js#L40 I suspect a simple [`spellcheck="false"`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck) would do the trick, but wanted to check if you thought that...
Add a "Reset" next to the "Edit" in the codapi-toolbar. When clicked, it resets back the original code in the code block. This would be super useful after editing the...