I'd like to be able to separate out the styling applied to individual tiddlers from that applied to the containing TiddlyWiki. The advantage would to be able to display tiddlers from other spaces in their original styling, making them easier to identify and closer to their original authors intent.
In order to be able to display several tiddlers with different styling it will be necessary to qualify each tiddler style rule with a qualifying class. For example:
In order to be able to display several tiddlers with different styling it will be necessary to qualify each tiddler style rule with a qualifying class. For example:
.style_MyGreatStyle .tiddler .title {
font-size: 2em;
}
The requirement that the tiddler stylesheets be authored in this way is quite onerous. It may be better to automatically apply the necessary changes by parsing the tiddler stylesheet.