nadchif / adobe-brackets-encode-decode

Adobe Brackets IDE Extension that lets you to convert text selections to and from various formats
https://registry.brackets.io/
GNU General Public License v3.0
9 stars 15 forks source link

Add more encoders/decoders - UTF-16 #19

Closed nadchif closed 4 years ago

nadchif commented 4 years ago

We need more encoders/decoders, ie String to Hex, String to MD5 etc.

To add an encoder or decoder, follow the Contributing Guide

gauraws commented 4 years ago

Hi, I am beginner, how can I work on this issue?

nadchif commented 4 years ago

@gauraws yes, please go ahead

gauraws commented 4 years ago

Thanks @nadchif, I will start working on this from tomorrow onwards.

gauraws commented 4 years ago

Hi @nadchif I added a encoder but since my windows machine was throwing error with eslint, I executed src file separately with babel and eslint.

nadchif commented 4 years ago

@gauraws good work so far. I think the reason why the eslint was throwing errors is because of the CRLF / LF difference. I'm going to update a few things on this repo first on Sunday or Monday, then I'll get back to you.