I am using the <select> widget to allow users to make a selection.

The select field is  are choosing among tiddlers listed in the list field 
of my 

<$select tiddler="tiddlerToShow" default='Cover'>
<$list filter='[list<currentTiddler>]'>
<$vars target={{!!target}}>
<option value=<<target>>><$view field='caption'/></option>
</$vars>
</$list>
</$select>


The values of {{!!target}} have slashes in them, like this:

American Government and Politics in the Information 
Age//OEBPS/part-001-chapter-1-communication-in-the-information-age.xhtml


and thus [[tiddlerToShow]] gets this value instead:

American Government and Politics in the Information Age
OEBPS/part-001-chapter-1-communication-in-the-information-age.xhtml 
<https://stevesunypoly.github.io/amgov-epub-tw/#American%20Government%20and%20Politics%20in%20the%20Information%20Age%2F%2FOEBPS%2Fpart-001-chapter-1-communication-in-the-information-age.xhtml>

Any thought?

//steve.


:



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4f15d1d0-6ec6-4b89-9fd9-4c1b8881e9ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to