Hi there, I have a fixed tiddler in my wiki, lets say "WhereIsMyBook" (his title) and this tiddler has a specific field named "url".
This url field has a value that could be something like "assets/mybook.pdf" if my pdf book is stored localy in a subfolder named "assets", or "http://www.somewhere.com/mybook.pdf" if book is stored elsewhere in the web. Now i want to make a macro that will create a link to a specific page of my book e.g <<page 23>>, but i don't know how... my first attempt was something like this \define page(p:"1") [ext[$p$|{{WhereIsMyBook!!url}}#page=$p$]] but this results to a link <a href="{{WhereIsMyBook!!url}}#page=23">23</a> i tried also other things but had no success... any idea? Thank you & merry christmas -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

