Oh, now that is seriously cute.
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
the zommer in TW classic was great. seemed so fast
like seeing an old friend...
--
Sorry, 'zoomer'
I change css here http://novye-podarki.ru/heeg.html#%24%3A%2F_aa.giff%2FStyleSheetTopic
If you have one tiddler open in zoomin view and you close that tiddler, is it not normal then?
For TWc there was some plugin I used at some point, or made, which always opened some single home / start tiddler when the last one was closed, so that this wouldn't happen... as it's really awkward for anything aspiring to be a website... to look at an entirely blank canvas.
// Close a specified tiddler
NavigatorWidget.prototype.handleCloseTiddlerEvent = function(event) {
var title = event.param || event.tiddlerTitle,
storyList = this.getStoryList();
// Look for tiddlers with this title to close
if (document.querySelectorAll('[class="tc-title"]').length==1) { } else {
this.removeTitleFromStory(storyList,title);
this.saveStoryList(storyList);
}
return false;
};
try again :) http://novye-podarki.ru/heeg.html