[tw] Re: [TW5] How to wrap transcluded content with tags?

2016-04-15 Thread Eric Shulman
On Friday, April 15, 2016 at 2:46:37 PM UTC-7, Dave wrote: > > If you don't mind my asking, what's the purpose of wrapping that in a > ? > I don't know what Martian has in mind, but one possibility is that it allows you to use CSS rules to style transclusion of specific tiddlers by title.

[tw] Re: [TW5] How to wrap transcluded content with tags?

2016-04-15 Thread Dave
Martian, If you don't mind my asking, what's the purpose of wrapping that in a ? -- 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

Re: [tw] Incorporating Exhibit/JSON within Tiddlywiki

2016-04-15 Thread csviks
> > I’ve attached the resulting publications.json file. You can drag it into > an empty TiddlyWiki in a browser window to see how the data is imported. It > looks like there would be some manual tweaks required to fix issues like > inline LaTeX fragments, but perhaps you can use it to get

[tw] Re: [TW5] How to wrap transcluded content with tags?

2016-04-15 Thread Eric Shulman
On Friday, April 15, 2016 at 9:34:20 AM UTC-7, Martian wrote: > > I am trying to get in target tiddler not just a content on transcluded > {{}}, but wrapped with {{}} > Ironically, the syntax you wrote above to describe your desired goal is exactly correct: {{TranscludedTiddler}} * The

[tw] [TW5] How to wrap transcluded content with tags?

2016-04-15 Thread Martian
Hello, I am trying to get in target tiddler not just a content on transcluded {{}}, but wrapped with {{}} It seems, that these ways doesn't work @@.{{source!!title}} {{source}} @@ <$set name="myVariable" value={{!!title}}> div id='<>' {{}} Is it only possible with <$macrocall> like this

[tw] Re: [TW5] New Plugin: tobibeer/plantuml 0.5.0

2016-04-15 Thread Martian
Hello, Tobias! Thank you a lot for your plugin! It seems quite useful for me. How do you think is it possible to make that rendered diagram images from PlantUML site were somehow cached in TW5 until tiddler text is changed? Or it is already work this way? пятница, 15 января 2016 г., 18:17:26

Re: [tw] Re: [TW5] How can I "generate" a tiddler-link

2016-04-15 Thread Martian
Eric, thank you a lot for you comments! Now it become much more clear. <$macrocall...> looks good for me. пятница, 15 апреля 2016 г., 16:57:49 UTC+3 пользователь Eric Shulman написал: > > On Friday, April 15, 2016 at 6:18:19 AM UTC-7, Martian wrote: >> >> Hello! >> I am trying just to generate

Re: [tw] Re: [TW5] How can I "generate" a tiddler-link

2016-04-15 Thread Eric Shulman
On Friday, April 15, 2016 at 6:18:19 AM UTC-7, Martian wrote: > > Hello! > I am trying just to generate link as [[LinkText|some text+{{!!code}}]] > and nothing of following doesn't work > Try this: \define makelink(text,prefix,link) [[$text$|$prefix$$link$]] \end <$macrocall $name="makelink"

[tw] Re: [TW5] How can I "generate" a tiddler-link

2016-04-15 Thread Martian
Well, it seems that no need in 2 level of macros and variable set. Instead <$macrocall> should be used \define the_link(x) [[Comment for '$x$']] \end <$macrocall $name="the_link" x={{!!title}}/> понедельник, 2 декабря 2013 г., 19:30:54 UTC+3 пользователь Stephan Hradek написал: > > So I

Re: [tw] Re: [TW5] How can I "generate" a tiddler-link

2016-04-15 Thread Martian
Hello! 2 macros combo - is it still an only way to generate a link in TW5 ? I am trying just to generate link as [[LinkText|some text+{{!!code}}]] and nothing of following doesn't work \define getfoo(title=<>) {{foo1!!code}} \end test <> [[{{foo1!!code}}]] [[<>]] <$link to=<> >Link

[tw] Re: [TW5] Presenting Klugey HTML to TW5 converter

2016-04-15 Thread Ed
Hi Guys, Works really very well, considering the HTML-export I throw at it. I have to do some extra work on the result but then it is great and looksfine in my TW. I have about 2000 items in the database that slowly I am converting to items in a TW Thanks a bunch!! Salut! Edm. =

Re: [tw] Running TW5 on TiddlyWeb

2016-04-15 Thread Robert Kreuzer
Hi Jeremy, thanks for the explanation, that makes sense to me. Right now it was still quite hard to get TiddlyWeb and TW5 working together for someone with no prior knowledge like me (and would have been impossible without Chris' help). So I thought maybe I could contribute some docs to