Hi TheDiveO

For 5.0.16 I've added new suffix and removesuffix operators that I think
will do what you need:

https://github.com/Jermolene/TiddlyWiki5/commit/dcf4e93a3283e3e93cc14e50366f9b0252870835
https://github.com/Jermolene/TiddlyWiki5/commit/2e3221c4e0e8f4b2af5e6be4b9d04569e1bceda1

As a workaround for the moment, you may be able to use the regular
expression filter operand syntax. For example, this returns all tiddlers
whose titles end with "beta":

[field:title/beta$/]

Best wishes

Jeremy.



On Thu, Aug 28, 2014 at 1:53 PM, TheDiveO <[email protected]> wrote:

> TW5 is a godsend hacking-wise and also an architect's dream of modularity.
> As I'm customizing TW5 to my specific needs I note down what I did in
> documentation tiddlers. These doc tiddlers accompany the customization
> tiddlers. The documentation has the same title as the tiddler but with
> "/doc" appended. I also wrote a tiny info tab tiddler that displays such
> documentation and allows to easily create or edit existing documentation.
>
> Now I would like to cut out doing documentation on documentation. That is,
> when you open a doc tiddler you get yet another doc info tab and could then
> create documentation on documentation.
>
> So ... how do I find out if the title of the current tiddler doesn't or
> does end in "/doc"? In TW5 markup, that is? I would like to not resort to
> JavaScript for this task but so far I could not come up with suitable
> filter operations to achieve my goal...
>
> Any help...?
> Thanks!
> -- TheDiveO
>
> --
> 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 http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to