I created a Wikipedia clone out of TiddlyWiki. I think it's great to
get a more mediawiki like behavior when it comes to documenting all
kinds of ideas and projects. Please check it out and give me some
feedback, thanks!
Regards,
Dennis
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To post to this group, send email to tiddl...@googlegroups.com.
To unsubscribe from this group, send email to tiddlywiki+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
Thank you very much for sharing.
It is a very straightforward vertical - you have made some very good
choices and I like it a lot.
For the first time I'm *not* tempted to install YourSearch or
GoToPlugin to enhance searching.
It all feels welltempered and I'm sure newcommers to TiddlyWiki will
be able to use it straight away!
Congratulations with a job well done!
I've been so inspired by it's mere simplicity, that I have translated
it into Danish - and added some more or less radical plugins - to
enhance what I felt was the spirit of MiniPedia ...
I added Tobias Beer's cycleTagsPlugin to be able to toggle between
Featured, sysfile - or none from the toolbar
Eric Shulmanns QuickeditPluginPackage, ImageSizePlugin,
StyleSheetShortcuts, AttachFilePackage, NestedSlidersPlugin,
UnsavedChangesPlugin - Simon Baird's RenameTagsPlugin and BidiX's
UploadPlugin and PasswordOptionPlugin to be able to save MiniPedia
online.
You can see a Danish version of MiniPedia here: http://mmpedia.tiddlyspot.com
Again thanks for sharing.
Btw - It would be great if we could have a plugin for loading
WikiPedia content into this TW on the fly. Run a WikiPedia search
inline, get titles with checkboxes to choose from - for temporary load
- and the ability to save those that are relevant ...
I know that there is a plugin - but it seems not to be working very
well in a standard TW??
Regards Måns Mårtensson
Regards Måns Mårtensson
Thanks,
Dennis
Create alternative templates and stylesheets as needed for different
platforms.
Then define a set of 'systemTheme'-tagged tiddlers that reference the
appropriate combinations of templates and stylesheets.
Then, create a small 'systemConfig'-tagged tiddler with a little bit
of javascript code, to set the desired theme at startup, like this:
if (... test for a specific browser...)
config.options.txtTheme = "ThisBrowserTheme";
else if (... test for another browser...)
config.options.txtTheme = "OtherBrowserTheme";
else if (... test for yet another browser...)
config.options.txtTheme = "ThirdBrowserTheme";
etc.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
Thank you in advance.
Regards,
Dennis