-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL in Bookmark deletes Colon #5
Comments
Right now only IP addresses and FQDN (Fully Qualified Domain Name) are supported so For now I'll add warning to the form to avoid further confusion but in the future I'm planning on implementing some kind of url parser to allow wider range of addresses. |
It would be nice to be able to use like this: Most of us we'll use this for internal too 🖥️ Hope we'll get this feature soon. |
You should be able to use ip address now, e.g.: |
With http it's working but with https isn't working: If I put https:// it'll delete the : after https |
* allow custom icons for bookmarks * update docker-image action to tag images based on source branch
* allow custom icons for bookmarks * update docker-image action to tag images based on source branch
* allow custom icons for bookmarks * update docker-image action to tag images based on source branch
* allow custom icons for bookmarks * update docker-image action to tag images based on source branch
When adding a url with a http:// or a https:// it will delete the colon:
While looking at the bookmark via the editor it does show the colon:
The text was updated successfully, but these errors were encountered: