How to format a link using tiddler fields in a list widget.

63 views
Skip to first unread message

vpl

unread,
Sep 30, 2024, 11:04:26 AM9/30/24
to TiddlyWiki
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 
which is obviously not what I'm looking for ...

Any expert in the community to help me ?
I will appreciate

Regards
Reply all
Reply to author
Forward
0 new messages