Thanks to both of you, but...

With Robert's solution I don't get the non-existing Tiddler suppressed.

Tobias' solution needs a bit tweaking:

*[[RenderPlain]]*

> <<tiddler RenderPlain##OUT with: {{
>     var t=store.getTiddlerText('$1');
>     t == null ? '' :
>     '{{{\n' + t + '\n}\}\}';
> }}>>/%
> !OUT 
> $1
> !END
>

But both solutions fail to update when the tiddler "Documetnation Issues" 
gets created or modified.

%/

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to