ttscoff / nv

MultiMarkdown version of Notational Velocity with Markdown editing features and preview
http://brettterpstra.com/projects/nvalt
BSD 3-Clause "New" or "Revised" License
1.77k stars 198 forks source link

Clicking links URL-decodes them #588

Open jacobweber opened 1 year ago

jacobweber commented 1 year ago

Command-click a link from a note, that contains URL-encoded characters like %3D:

http://localhost/?foo=bar%3Dbaz

It will be decoded to:

http://localhost/?foo=bar=baz

Other apps like BBEdit don't do this decoding.