You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like this plugin, but sometimes I find it more awkward to use than it needs to be, especially when working with several code blocks simultaneously. I think the following would make it a lot more convenient, if it's possible to implement them.
make it possible to edit code by clicking anywhere in the code block, not just the tiny </> icon at the top. (Or if that's not possible, make the icon bigger.)
don't delete the output when highlighting a code block, as it means I always have to run blocks again after I copy them.
related: provide a way to copy the code output to the clipboard.
provide a way to run the code while editing it, without needing to click outside the code block first. This could either be by showing the run button when the code is being edited, or by providing a keyboard shortcut to run the code, or both. I suggest CMD-enter on the mac (and probably Ctrl-return elsewhere), since that's a common shortcut for "execute this thing".
The text was updated successfully, but these errors were encountered:
I really like this plugin, but sometimes I find it more awkward to use than it needs to be, especially when working with several code blocks simultaneously. I think the following would make it a lot more convenient, if it's possible to implement them.
</>
icon at the top. (Or if that's not possible, make the icon bigger.)The text was updated successfully, but these errors were encountered: