URL encoding using a `+` instead of `%20` for a space

I have gained a thorough understanding of this issue in this thread. I will try and put my conclusions and views sucintly rather than showing the details. Because I have failed to communicate my conclusions so far.

My recomendation;

  • The OT - Not I do not think we should change the URL fragment encoding
  • To solve your problem I suggest tiddlers you wish to share be given titles that use underscore _ not + to replace the spaces.
    • Making sure relink updates the mention of the title elsewhere.
    • To automate we can create a button to rename ones with spaces with _
  • If you don’t like the look of _ or cant rename the tiddler I presented a whole range of tips and tricks which we can automate. I will address this seperatly if asked.

Using the existing permalink;

The URI encode decode

  • Under no circumstances should we interfear with encodeuri and encodeuri operators OR javascript functions these are fixed international standards and will be replied apon by prior plugins and TiddlyWiki script.

I will address the use of other symbols in a seperate reply to keep this simple.