url-encoder
url-encoder copied to clipboard
🛸 Url-encoder, useful for SVG
Hi Yoksel, I'm stuck, I have an Accordion which uses the [+/-] svg as a toggle button. I've got it working the way I want, but want to remove the...
Hello there, I saw this tool and I found it really helpful. I'd love to work on redesigning with css to look a little more modern, user friendly and usable.
Hi! Thank you for a nice tool :) For IE it's important to add 'charset=utf8' for background-image property like this `background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3C/svg%3E");` If you don't do this, the image...
Just add a before pseudo element to the div you want to add the image and do content: url(mySvg);
I added to CLI version: https://github.com/maxlibin/url-encoder
Spaces are not URL safe.
Thanks for a handy tool, Julia! I've noticed that language switcher urls on [https://yoksel.github.io/url-encoder/](https://yoksel.github.io/url-encoder/) have incorrect values leading to 404, e.g.: - «Br» leads to `https://yoksel.github.io/pt` instead of `https://yoksel.github.io/url-encoder/pt/` -...
Right now it is not possible to add a translation without having to edit all preexisting ones. This feature Removes the problematic/rendundant section from translates and generates it automatically. There...
I feel sorry for my lack of understanding of the project structure. My last PR broke the functionalities of language-switch links. This one should fix that.
Hi May I suggest you add drag & drop functionality to the input field on the main page? ````javascript function dropfile(file) { var reader = new FileReader(); reader.onload = function(e)...