Hi TWQuest > I really like the idea of combining EtherPad and TiddlyWiki. Have there > been any developments in this regard?
Yes. There are quite a few services based on the open source version of EtherPad. One of them is http://willyou.typewith.me/ Tobias wrote the TypeWithMePlugin: http://tobibeer.tiddlyspace.com/#TypeWithMe. You can create your own more or less advanced transclusion and choose any service based on EtherPad derivatives.: Example: In a tiddler called TypeButton write sth like: <<newJournal title:"DDD d.0DD/0MM at 0hh:0mm:0ss" text:{{ var txt=""; var dt=new Date(); txt=store.getTiddlerText("TypeButton##button"); txt.format([dt.formatString("0DD-0MM.-YYYY@0hh:0mm: 0ss"),config.options.txtUserName]); }} label:"write" tag:"TypeWithMe">> /% !button <<tiddler TypeButton##url with: "%0-by-%1"}}>> !url <<tiddler TypeButton##PopOut with: "http://willyou.typewith.me/p/ $1""PopOut" 800 900>> <html><div align="center"> <iframe src="http://willyou.typewith.me/p/$1" frameborder="0" width="100%" height="600" /> </iframe></div></html> !PopOut <html><A HREF="javascript:void(0)"onclick="window.open('$1','linkname','height= $3, width=$4,scrollbars=no')" accesskey="u">$2</a></html> !end %/ The above transclusion will give you a button labelled: "write". When you click it, it creates a journal with a preconfigured title: Weekday date time. It will be tagged with "TypeWithMe". It will contain an iframe with a typewithme/etherpad document - and a link to a popout showing the same typewithme document. Cheers Måns Mårtensson -- 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.

