Extension Details

- URL Encode
- by Adams Immersive
- 3 Recent Installs | 110 Total Installs
- Editor menu command
- Bug Reports
Readme
Editor menu command to convert spaces and certain common special characters in the selected text to percent encoding, such as when using a filename in a URL.
Provided "as is." Use at your own risk.
By Morgan Adams, Adams Immersive
Notes
A simple conversion for common situations, not intended to universally enforce valid URLs.
Encodes spaces to %20 and the following special characters to their % codes:
% & ? ! # /
Release Notes
Version 1.0
Initial release