I use Tiddly wiki as a database of information on a web site I manage for a
company.
I have a "Changelog" index tiddler, which is basically just a transcluded
list of all tiddlers that start with $:/_changelog/ . This is what I have:
{{{[prefix[$:/_changelog/]!sort[title]]}}}
I use the "$:/" so that the individual changelog entries don't show up on
Tiddler lists, especially "Orphans".
An example of a title is this:
$:/_changelog/2017-04-05 Upgraded system to PHP 7
<file:///U:/PriesterPortalNotes.html#%24%3A%2F_changelog%2F2017-04-05%20PHP%207>
(Note the !sort[title] that sorts by date from newest to oldest.)
When *displayed* on the actual Changelog index tiddler, I want to remove
the "$:/_changelog/" prefix. That is, LINK to "$:/_changelog/2017-04-05
Upgraded system to PHP 7" but DISPLAY the link as "2017-04-05 Upgraded system
to PHP 7". Everything I've tried removes the prefix from what is actually
linked -- resulting in a list of "Missing Tiddler" links.
(I know how to do it for a specified link, but not a transclude list.)
Is there any way to do this?
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/a0c4cd73-345a-4c92-8b57-6cfff143c559%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.