Menu

#17 Space after colon when parsing http links

JSON Parsing Bugs
open
nobody
None
1
2016-10-18
2016-10-18
butesta
No

Great plugin! Works flawless so far. I only discovered a litte bug.

By default the parser creates a space after a colon. But on http(s):// links this is an unwanted behaviour because it breaks the links. For example "https://" will be parsed to "https: //"

A possible workaround is using the replace feature in notepad. Search ": /" and replace with ":/"

Discussion


Log in to post a comment.