We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently output of a function is always added as a new block.
It would be good to have option to replace block/selection with the output.
Possibly add a checkbox to FunctionSelector.svelte:
FunctionSelector.svelte
Alt + r would toggle it (to allow operating fully from the keyboard).
Alt + r
Alternatively (or in addition) could have unique commands for replacing.
The text was updated successfully, but these errors were encountered:
So actually it's already possible with Ctrl + Enter in function selector. Do I need more?
Ctrl + Enter
Sorry, something went wrong.
No branches or pull requests
Currently output of a function is always added as a new block.
It would be good to have option to replace block/selection with the output.
Possibly add a checkbox to
FunctionSelector.svelte
:Alt + r
would toggle it (to allow operating fully from the keyboard).Alternatively (or in addition) could have unique commands for replacing.
The text was updated successfully, but these errors were encountered: