Space after colon when parsing http links
A JSON viewer plugin for notepad++
Brought to you by:
kapilratnani
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 ":/
"