On Saturday, August 22, 2015 at 6:27:34 PM UTC-7, Mat wrote:
- I don't get transcluded values to work in the stylesheet (TeaserStyles) so have been forced to hard code stuff. If anyone would care to take a look I'd appreciate it. For instance, that very first line in the stylesheet should say something like
#teaser {height:{{sometiddler}}; ...
Set the type for [[TeaserStyles]] to "TiddlyWiki 5" (or leave it blank). This will cause the CSS content to be wikified, so that transclusions will be processed. You can also add <pre>...</pre> around the CSS so that it will still be displayed nicely in view mode. (note: the TWCore automatically strips out all HTML syntax before applying the stylesheet, so adding the <pre>...</pre> won't affect your CSS)
enjoy,
-e