Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revolunet/sublimetext-web-encoders
url and base64 helpers for SublimeText 2
https://github.com/revolunet/sublimetext-web-encoders
Last synced: about 2 months ago
JSON representation
url and base64 helpers for SublimeText 2
- Host: GitHub
- URL: https://github.com/revolunet/sublimetext-web-encoders
- Owner: revolunet
- Created: 2012-02-27T12:20:13.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-03T18:43:45.000Z (almost 11 years ago)
- Last Synced: 2024-10-04T16:59:08.024Z (2 months ago)
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sublime Text 2 Web encoders plugin
=====A simple ST2 plugin to help you encode/decode data
Select the text you want to encode then `cmd+shift+P` and select your encoder.
Currently supports base64, urlencoding and HTML encoding
**Installation :**
- you should use [sublime package manager][1]
- use `cmd+shift+P` then `Package Control: Install Package`
- look for `Web Encoders` and install it.**Usage :**
- use `cmd+shift+P` then choose your encoder to convert the selection
- or bind some key in your user key bindingThe code is available at github [https://github.com/revolunet/sublimetext-web-encoders][2]
Licence MIT : [http://revolunet.mit-license.org][3]
[1]: http://wbond.net/sublime_packages/package_control
[2]: https://github.com/revolunet/sublimetext-web-encoders
[3]: http://revolunet.mit-license.org