The tiddlers are in divs at the bottom of the page, all the formatting is done in javascript, so, looking at the source wont provide all the formatting, but all the text (including formatters) are at the bottom of the page.
Do you want the html to display the same thing, or just the source code of all the TW?
>From ClintChecketts:\n<<<\nI've been wondering about where some TW
people live. So I threw together a Frappr group(http://www.frappr.com/tiddlywiki). Its a Google Maps implementation that lets you put in a pin and say, 'I'm from over here' \n\nIf you use TW feel free to go to the map and add yourself.\n<<<\nAs of now there's a few dozen people listed, with a strong showing in the US, western Europe and the Far East. It'd be good to see some South American, African or Antarctican people showing up too. In other news:\n* SimonBaird has released a new [[style chooser macro|http://simonbaird.com/mptw/#ApplyStylesMacro]].\n* DanielBaird's improbably named [[Tiddly W;nks|http://danielbaird.com/tiddlywinks/]] featuring Minesweeper, joins the other PluginsAndMacros.\n* GeoffSlocock's [[Tiddler_Explorer|http://gslocock.pwp.blueyonder.co.uk/TWE.html]] plugin improves navigation with highly sophisticated breadcrumbs.\n* GeorgeBerenschot has used TiddlyWiki for his [[site on legal skills|http://www.nihilobstat.nl/]] and he's also used it for his [[lateral thinkers photoblog|http://www.nihilobstat.nl/montecarlo/]].\n* BramChen has enhanced PrinceTiddlyWiki, his [[Chinese]] translation, into a [[full blown adaptation|http://ptw.sf.net/index-en.html]] with some novel approaches to loading stylesheets and plugins. Revision 1.2.37 has been released, with some changes to StyleSheet handling that will make it easier to customise the appearance of TiddlyWiki. Also new is a way of including TiddlerComments, and minor improvements to the TodayMacro. As usual, the changes are detailed on [[TiddlyWiki/Dev]].\n\nJoeReisinger has launched version 1.1 of his [[pytw|http://www.cs.utexas.edu/~joeraii/pytw/]], a ServerSide for TiddlyWiki written in Python. It's elegant simplicity has made it very popular - see ClintChecketts' [[guide to setting it up on a DreamHost account|http://blog.checkettsweb.com/2005/10/13/quick-and-easy-install-for-py...]].\n\nArphenLin has released [[WikiBarPlugin|http://efms.emome.net/Web/Map/tiddlywiki/wikibar_demo.html]], a handy tool for people who are not familiar with TiddlyWiki syntax. It's a toolbar that gives access to all of TiddlyWiki's formatting features with a few clicks. You can also get it from Arphen's [[AiddlyWiki|http://sourceforge.net/project/showfiles.php?group_id=150861]] SourceForge site. This tiddler shows some more complex effects that can be obtained with cunning use of CSS. Not all of these will work properly on all browsers because of differences in CSS implementation, but they should fail gracefully.\n\nYou can have special formatting for a specific, named tiddler like this:\n{{{\n#tiddlerHelloThere .title {\nbackground-color: #99aaee;\n}\n}}}\n\nOr for the first displayed tiddler:\n{{{\ndiv.tiddler:first-child .title {\nfont-size: 28pt;\n}\n}}}\n\nOr just for the first line of every tiddler:\n{{{\n.viewer:first-line {\nbackground-color: #999999;\n}\n}}}\n\nOr just for the first letter of every tiddler:\n{{{\n.viewer:first-letter {\nfloat: left;\nfont-size: 28pt;\nfont-weight: bold;\n}\n}}}\n\nOr just for tiddlers tagged with a particular tag (note that this won't work for tags that contain spaces):\n{{{\ndiv[tags~="welcome"].viewer {\nbackground-color: #ffccaa;\n}\n\ndiv[tags~="features"].viewer {\nbackground-color: #88aaff;\n}\n}}} If you check this box in the InterfaceOptions, TiddlyWiki will automatically SaveChanges every time you edit a tiddler. In that way there's a lot less chance of you losing any information. \n\nHowever, if you also have the SaveBackups checkbox ticked, you'll end up with a lot of archived files. You may prefer to select either one or the other. To make quoted bits of text stand out, you can use BlockQuotes within your [[tiddler]]s, like this:\n\nJeremyRuston said:\n<<<\nA TiddlyWiki is like a blog because it's divided up into neat little chunks, but it encourages you to read it by hyperlinking rather than sequentially: if you like, a non-linear blog analogue that
...
Which mozilla, which os?
I don't think you're seeing javascript from what you pasted, and thats good
- if you saw the JS then something really odd was happening. Definately
check that JavaScript is turned on, and make sure you have the latest
version of mozilla for your platform.
Paul
On 11/5/05, MilchFlasche <Robertus0...@gmail.com> wrote: