Currently TiddlySpace uses URLs of the following form as permalinks to individual tiddlers in a particular space:
An alternative would be to use URLs that point to a custom HTML representation of the tiddler:
This change would make TiddlySpace permalinks be more webby and robust.
http://jermolene.tiddlyspace.com/#HelloThereSuch links only resolve correctly in browsers with JavaScript enabled, and capable of running TiddlyWiki.
An alternative would be to use URLs that point to a custom HTML representation of the tiddler:
http://jermolene.tiddlyspace.com/HelloThere.htmlThis would return a server-generated HTML representation of the tiddler, with a button to switch to the full TiddlyWiki representation of the tiddler. There would also be a means of bypassing the HTML version in future, redirecting straight to the TiddlyWiki version of the URL.
This change would make TiddlySpace permalinks be more webby and robust.