Is there a way to render static html tiddlers without url encoding filenames

84 views
Skip to first unread message

Riz

unread,
Jan 26, 2017, 10:36:59 PM1/26/17
to TiddlyWiki


Right now if I render a tiddler, say "New Tiddler" as html, its filename becomes "New%20Tiddler.html"

Which means, if I need to link to that html file,
  href="New Tiddler.html" won't work,
  href="New%20Tiddler.html"  won't work either because browser interprets it as New Tiddler.html

 I have to actually double url encode that name to get it working.

Is there a configuration somewhere which can be used to change this behaviour?


sini-Kit

unread,
Jan 28, 2017, 12:16:28 PM1/28/17
to TiddlyWiki
Make title New_tiddler and caption New tiddler.  and you can change $:/core/ui/ViewTemplate/title like here https://design4shop.ru/heeg.html#%24%3A%2Fcore%2Fui%2FViewTemplate%2Ftitle to replace title by caption if it exists

<$view field="caption">
<$view field="title"/>
</$view>




пятница, 27 января 2017 г., 6:36:59 UTC+3 пользователь Riz написал:
Reply all
Reply to author
Forward
0 new messages