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
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
There's been some changes to the keybinding syntax from .editor to atom-text-editor. So I applied some changes which may be useful for the README.md page.
## Escape Utils keymaps (I hope this works just in the text editor)
# Use this to include code examples such that
# '<div id="something">You're</div>' becomes
# '<div id="something">You're</div>'
# TODO: Apply this to CSS and JavaScript, and JSON
# TODO: Consider 'escape-utils:url-[en|de]code' for 'a[href=""]'
'atom-text-editor[data-grammar="text html basic"]:not([mini])':
'f6': 'escape-utils:html-encode-maintain-lines'
'shift-f6': 'escape-utils:html-decode'
Another thing to think about is allowing URL encoding on attributes when applying HTML encoding on elements.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There's been some changes to the keybinding syntax from
.editor
toatom-text-editor
. So I applied some changes which may be useful for the README.md page.Another thing to think about is allowing URL encoding on attributes when applying HTML encoding on elements.
The text was updated successfully, but these errors were encountered: