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
Maybe too niche, but something I dreamt up yesterday: Hold Shfit + current unwrap keys until
<div><h1><a>≤thing≥</a></h1></div>;
becomes
<div>thing</div>
Now when you paste you'd paste <h1><a></a></h1>, or if you pasted it onto a selection it'd be wrapped in it.
<h1><a></a></h1>
So basically it unwraps while collecting what's gotten unwrapped into the clipboard.
The text was updated successfully, but these errors were encountered:
VSCode's Clipboard API only allows reading/writing text to it, so I'd have to encode the richness myself here. E.g. put
{ "__TOFU_SPECIAL_KEY": "PRESENT", "type": "buffered_unwrap", "content": { "pre": "<h1><a>", "post": "</h1></a>" } }
Sorry, something went wrong.
No branches or pull requests
Maybe too niche, but something I dreamt up yesterday: Hold Shfit + current unwrap keys until
becomes
Now when you paste you'd paste
<h1><a></a></h1>
, or if you pasted it onto a selection it'd be wrapped in it.So basically it unwraps while collecting what's gotten unwrapped into the clipboard.
The text was updated successfully, but these errors were encountered: