> that basically renders it way off the screen, right?
That's correct.
> I have a bunch of those (newTiddler, newJournal etc.) and want to keep
> them all in a special tiddler, but don't want to show that tiddler
You could transclude* the respective tiddler (e.g. "MenuControls") in
your MainMenu, wrapping it in a custom class:
{{invisible{
<<tiddler [[MenuControls]]>>
}}}
Then add the following to your StyleSheet:
.invisible {
position: absolute;
top: -9999px;
left: -9999px;
}
HTH.
-- F.
* http://www.tiddlywiki.org/wiki/Transclusion
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---