Take 2.
You can make it even easier to use by creating a tiddler bulletShooter with
these contents:
<<tiddler echoTiddler with: {{
var stuff=store.getTiddlerText('$1');
stuff ? "$2"+stuff.split("\n").join("\n$2") : "" ;
}} >>
Also make the echoTiddler described previously.
Now you can call bulletShooter like this:
<<tiddler bulletShooter with: test2 '**'>>
Where test2 is the name of the tiddler with the text you want to bullet and
'**' is the type of bullet to apply.
Have fun,
Mark
On Tuesday, June 18, 2013 4:12:35 AM UTC-8, Mat wrote:
>
> I'm hoping for some way, be it via tiddler macro or not, to transclude the
> text from a tiddler on the wikified format
>
> **text\n
>
> ...but if there is no text, then "" (or nothing?) should be returned.
>
> Thanx
>
> <:-)
>
--
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/groups/opt_out.