Tuesday, May 26, 2009

"Making kickass campaign sites with MPTW"

I could not imagine a better 'Getting Started with MPTW' guide. This is wonderful:

http://www.encounteraday.com/2009/05/20/making-kickass-campaign-sites-with-mptw/

Asmor, you are a gem.


Making kickass campaign sites with MPTW by Asmor from Encounter-a-day.

Where do I start... fantastic screenshots... easy to follow explanation of TiddlyWiki and TagglyTagging... TagglyTagging display options explained (for perhaps the first time ever)... and it's entertaining, funny, and beautifully done.

"Try it and you'll love it."

...create a logical tree of pages without any extra tagging or linking effort...

http://stut-tech.blogspot.com/2009/02/personal-notetaking-with-tiddlywiki.html

A blog post on Martin Stut's IT Experiments.

Wednesday, January 14, 2009

rhythm :)

Alex Hough writes:
The is something about the rhythm of working with tagglyTagging. It
seems to go quite naturally with the way you think. It works really
well with the new here plugin. It's like being on a roll. Anyone else
know what i mean???

(see here)





Friday, November 28, 2008

A taxonomy of carnivorous animals using MPTW

This is pretty cool:
http://animals.tiddlyspot.com/

Created by Jacques Bouchard.

He's using "group" mode to good effect. Notice you can change to "sitemap" mode for a giant tree display.

Friday, September 19, 2008

Bug fix in SelectThemePlugin

Thanks Mark A. for finding this one.

And there's also an enhancement to NewMeansNewPlugin so that you can turn it off for new journals as described here.

Updating instructions can be found here.

And here are some changesets if you're interested:

http://trac.tiddlywiki.org/changeset/6761
http://trac.tiddlywiki.org/changeset/6743

Tuesday, June 10, 2008

Couple of bug fixes

  • Reported by Raúl over on the GTD list - done/close now works when you rename a tiddler.
  • Reported by Chris W - Sync reports change while unplugged when it shouldn't have. This was due to bug in RenameTagsPlugin which Chris also helped locate.
Thanks very much Raúl and Chris. See here for how to update. You only need RenameTagsPlugin and SaveCloseTiddlerPlugin, but there's no harm in fetching them all to make sure you have the latest.

Wednesday, May 14, 2008

Minor MPTW/Tiddlyspot bug

If you created an MPTW on Tiddlyspot in the last two days you might want to get rid of the autosave default in MptwConfigPlugin. Find the following line:

config.options.chkAutoSave = true; // do autosave

and replace it with this:

config.options.chkAutoSave = (window.location.protocol == "file:"); // do autosave if we're in local file