For anybody wanting to geek out a little, I think the explanation is in
this article:
https://stackoverflow.com/questions/16084935/a-html-space-is-showing-as-2520-instead-of-20
I'm thinking however the URL's for the TiddlyWiki.com static pages are
generated, they are being generated with "double-encoding"? i.e. the %20,
the encoding for a space, is getting encoding again, turning the % in %20
to %25.
On Thursday, October 27, 2022 at 11:02:36 PM UTC-3 Charlie Veniot wrote:
> Just because I prefer transclusion to macros:
>
> Create a template tiddler (say "tTwDoc") with the following content:
>
> ```
> <$list filter="[<currentTiddler>!match[tTwDoc]]">
> <iframe src={{{ [<currentTiddler>encodeuri[]addprefix[
> https://tiddlywiki.com/static/]search-replace:g[%20
> <https://tiddlywiki.com/static/%5Dsearch-replace:g%5B%20>],[%2520]addsuffix[.html]]
>
> }}} width=100% height=300px/>
> </$list>
> ```
>
> *(I don't know enough about encodeuri and why it wasn't enough, requiring
> me to replace any occurence of %20 with %2520.)*
>
> In whatever other tiddler, enter the following:
>
> ```
> {{Tables in WikiText||tTwDoc}}
> ```
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/fad92819-2101-4c18-8104-660abcbabca4n%40googlegroups.com.