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