Hi,
I need the community help as I try to format a link to an external (pdf)
ressource using tiddler fields. But I cannot achieve it ..
When I run the following list of song with a hard coded link to the
external resource, it works
<$list filter="[!is[system]tag[song]sort[song_title]]">
* [ext[As a download pdf (android) |files/test.pdf]]
</$list>
Now when I try to customize the resource link using the tiddler
'book_fime_name' fields like that, It does not work ..
<$list filter="[!is[system]tag[song]sort[song_title]]">
* [ext[As a download pdf (android) |files/{{{
[<currentTiddler>get[book_file_name]] }}}]]
</$list>
Ir returns
- As a download pdf (android) <files/{{{
[<currentTiddler>get[book_file_name> }}}]]
- As a download pdf (android) <files/{{{
[<currentTiddler>get[book_file_name> }}}]]
- As a download pdf (android) <files/{{{
[<currentTiddler>get[book_file_name> }}}]]
which is obviously not what I'm looking for ...
Any expert in the community to help me ?
I will appreciate
Regards
--
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/6e78756d-c9ef-4cd9-8d6b-3a16ea5fb368n%40googlegroups.com.