npp-plugins / mimetools

Other
43 stars 11 forks source link

Request for base64 encoding/decoding with padding with newline characters #34

Open ExSlam opened 4 months ago

ExSlam commented 4 months ago

Currently, there is only the option to encode a single line to Base64 with padding and it removes the newline character. It's not useful for cases where you want the base64 output to stay separated by line, the same way that the ascii/utf8 input was. mimetools enhancement suggestion