[tw] Re: Capitalising sections of a tiddler

2011-02-12 Thread Simon
The first one works perfectly. (There is a syntax error in the second, which I haven't found yet.) Thank you very much! On Feb 11, 9:48 pm, Eric Shulman elsdes...@gmail.com wrote: for the InlineJavscript use-case: script   var plugins=...   var out=plugins.map(function(t) {     var

[tw] Questions about transclusions

2011-02-12 Thread whatever
Hi! I have a couple of questions about transclusions: 1: I've used transclusions a lot, but the with part is always a literal string. Is it possible to somehow transclude that string as well? Something like: tiddler TestTiddler##Source with:{{tiddler TestTiddler##String}} 2: Transclusion in

[tw] Re: Questions about transclusions

2011-02-12 Thread PMario
On Feb 12, 11:54 am, whatever kbrezov...@gmail.com wrote: Hi! I have a couple of questions about transclusions: 1: I've used transclusions a lot, but the with part is always a literal string. Is it possible to somehow transclude that string as well? Something like: tiddler

[tw] Re: Questions about transclusions

2011-02-12 Thread Yakov
Hi, whatever! 2. What exactly does the Infoboxes contain? Perhaps those are the values of the slices which are written wrong. For instance, when I tried themes first I've ran into the following problem: the names of the slices should be StyleSheet, PageTemplate etc while I made the slices like

[tw] Re: Questions about transclusions

2011-02-12 Thread PMario
On Feb 12, 11:54 am, whatever kbrezov...@gmail.com wrote: 2: Transclusion in stylesheets. I know that vanilla tiddlywiki uses transclusions to include colors from the ColorPalette like this: [[ColorPalette::Background]] However, is this possible when setting a stylesheet from a plugin with

[tw] Re: Questions about transclusions

2011-02-12 Thread whatever
Yes! Thank you, Mario, that was exactly what I wanted for both of my issues. :D @Yakov: The infoboxes are basically the boxes you see on wookiepeda, for example, which contain information (http://starwars.wikia.com/wiki/ Doma contains and infobox with planetary information). O I made a plugin

[tw] Re: Questions about transclusions

2011-02-12 Thread whatever
Just a quick question. Is there a way to add a tag to a shadow tiddler generated in such a way? w On Feb 12, 5:35 pm, whatever kbrezov...@gmail.com wrote: Yes! Thank you, Mario, that was exactly what I wanted for both of my issues. :D @Yakov: The infoboxes are basically the boxes you see on

[tw] Re: Questions about transclusions

2011-02-12 Thread Eric Shulman
Just a quick question. Is there a way to add a tag to a shadow tiddler generated in such a way? Nope. Shadow tiddlers are *not* actually tiddler objects. They are simply pieces of text, used as a fallback for tiddler content when a *real* tiddler with that name does not exist in the document.

[tw] Re: Embedding custom fonts

2011-02-12 Thread sklpns
Again, Måns, Bauwe Bijl, thank you both very much for your input which has led to a solution that I think actually works (or I'm seeing things, also possible!). 1. Bauwe Bijl was right on the money thinking this might be a firefox related issue. Indeed, it seems to be just that. Amazingly, and

[tw] Re: Embedding custom fonts

2011-02-12 Thread Bauwe Bijl
Hi This example: @font-face { font-family: 'riesling'; font-style: normal; font-weight: normal; src: url('font/riesling.ttf')); } ...suggest the *.ttf is in the folder font on the / of the server (the local folder of the tw is the /)in other words: it is the same

[tw] Re: Idea EditSectionPlugin Enhancement little change big gain !

2011-02-12 Thread TonyM
That would be great Eric. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com. For more options,