On Monday, August 19, 2019 at 11:41:30 AM UTC-7, MagoArcade wrote:
>
> Thanks Mark - this looks really good. However, what I'm wanting to do it 
> to truncate the !!text inside the tiddler identified by ``viewpath`` I 
> can't seem to get this to work with that. For illustration:
>
> <$set name=shortpath filter=
> "[{{$(ViewPath)$!!text}}splitregexp[^(.*?).$]]" select=1 >
>

TextReferences within filters use SINGLE curly-braces... thusly:
<$set name=shortpath filter="[{$(ViewPath)$!!text}splitregexp[^(.*?).$]]" 
select=1 >

note: similarly, Variables within filters use SINGLE angle-brackets (e.g., 
[<somevar>...])

enjoy,
-e
Eric Shulman
TiddlyTools: "Small Tools for Big Ideas!" (tm) http://tiddlytools.github.io 
(TWClassic)
InsideTiddlyWiki: The Missing Manuals

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/96fd03b1-c766-47af-bfea-f831ce5f0fc0%40googlegroups.com.

Reply via email to