url-encode-gedit-plugin
Gedit Plugin to URL encode/decode selected text.
Installaion
Copy urlencode.plugin
and urlencode.py
to ~/.local/share/gedit/plugins/
.
Open (or re-open) Gedit.
From Gedit's Edit
menu, select "Preferences".
Under the "Plugins" tab, find the "URL En/De-coder" and select it.
Usage
- Highlight the text you would like to URL encode or decode.
- To URL encode, go to "Edit" > "Url Characters" > "Url encode" or type Ctrl + Alt + u.
- To URL decode, go to "Edit" > "Url Characters" > "Url decode" or type Ctrl + Alt + v.
Credit Where It's Due
- Micah Carrick's invaluable tutorial
- Marco Cripa's Convert Special gedit plugin. Structure of this plugin apapted from that plugin.
Still to Come
- Keep replaced text selected.