https://github.com/nadchif/adobe-brackets-encode-decode
Adobe Brackets IDE Extension that lets you to convert text selections to and from various formats
https://github.com/nadchif/adobe-brackets-encode-decode
adobe-brackets brackets-extension converter encoder-decoder javascript
Last synced: 10 months ago
JSON representation
Adobe Brackets IDE Extension that lets you to convert text selections to and from various formats
- Host: GitHub
- URL: https://github.com/nadchif/adobe-brackets-encode-decode
- Owner: nadchif
- License: gpl-3.0
- Created: 2019-12-15T21:06:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T13:16:27.000Z (almost 3 years ago)
- Last Synced: 2024-09-22T11:06:39.668Z (over 1 year ago)
- Topics: adobe-brackets, brackets-extension, converter, encoder-decoder, javascript
- Language: JavaScript
- Homepage: https://registry.brackets.io/
- Size: 1.32 MB
- Stars: 9
- Watchers: 3
- Forks: 15
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
adobe-brackets-encode-decode
=========
[](#contributors-)
[](https://www.firsttimersonly.com/)
[
](https://join.slack.com/t/ossenthusiasts/shared_invite/zt-eh9g0u7k-l2uUmCCBhUTHY8EWZFShIw)
adobe-brackets-encode-decode is a extension for [Adobe Brackets](https://brackets.io
). This extension lets you to convert text selections to and from various formats.

Currently it supports:
* String <--> HTML Entities
* String <--> Bin
* String <--> Base 64
* String <--> URI
* Newline <--> Br
* String <--> Hex (by [@Zyoruk](https://github.com/Zyoruk))
* String |--> MD5 (by [@Shankhanil](https://github.com/Shankhanil))
* String |--> SHA1 (by [@unguest](https://github.com/unguest))
* String |--> SHA256 (by [@Shankhanil](https://github.com/Shankhanil))
* String |--> SHA512 (by [@unguest](https://github.com/unguest))
* String |--> RIPEMD-160 (by [@unguest](https://github.com/unguest))
* String <--> PHP Serial (by [@Shankhanil](https://github.com/Shankhanil))
* String <--> Morse Code (by [@okandavut](https://github.com/okandavut))
* String <--> ASCII (by [@unguest](https://github.com/unguest))
* Decimal <--> Roman (by [@nourmab13](https://github.com/nourmab13))
* Unix Timestamp |--> UTC Date (by [@devinekadeni](https://github.com/unguest))
**Missing a convertor?** Please feel free to open an issue or contribute to the project ([See CONTRIBUTING.md](https://github.com/nadchif/adobe-brackets-encode-decode/blob/master/CONTRIBUTING.md)).
## License
GPL-3.0
## Contributions
Contributions and suggestions are very welcome and wanted. I try to respond to pull requests within 48 hours. For more information see [CONTRIBUTING.md](https://github.com/nadchif/adobe-brackets-encode-decode/blob/master/CONTRIBUTING.md).
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Dan Chif
💻 🚧

Zyoruk
💻

Adeyemi Ridwan
📖

Shankhanil Ghosh
💻 🤔

Okan DAVUT
💻

Arthur Pons
💻

Tayeeb Hasan
📖

nourmab13
💻

Devin Ekadeni
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!