Hi,
My FireFox is configured to open any new window, page ... in a new
tab. So the pad only pops out to a new tab, but doesn't resize
anything. Which is nice too. If I want to hide the chat window I click
the Sidebar button in etherpad.

-m

On 30 Mrz., 17:42, Måns <humam...@gmail.com> wrote:
> Hi again
>
> Inspired by Erics "onclick-thing" in this 
> post:http://groups.google.dk/group/tiddlywiki/browse_thread/thread/e0705f2...
> I've added a PopOut-thing to the produced typeWithMe-tiddler. This is
> very convenient if you wan't to keep the chat/text-box out of the way,
> while using the TW..
> You'll find the addition at the bottom of the "button-script". You
> might want to change the label: "PopOut" to something else...
>
> [[TypeButton]]
> <<newJournal title:"yyyy.0mm....@0hh:0mm:0ss"
> text:{{
> var txt="";
> var dt=new Date();
> txt=store.getTiddlerText("TypeButton##button");
> txt.format([dt.formatString("yyyy.0mm....@0hh:0mm:
> 0ss"),config.options.txtUserName]);
>
> }}
>
> label:"new typewith.me"
> tag:"typeWithMe">>
> /%
> !button
> <<tiddler TypeButton##url with: "%0-by-%1"}}>>
> !url
> <<tiddler TypeButton##PopOut with: "http://typewith.me/$1""PopOut";>>
> <html><div align="center">
> <iframe src="http://typewith.me/$1";
> frameborder="0" width="100%" height="600" />
> </iframe></div></html>
> !PopOut
> <html><A
> HREF="javascript:void(0)"onclick="window.open('$1','linkname','height=500,
> width=800,scrollbars=no')" accesskey="u">$2</a></html>
> !end %/
>
> Regards Måns Mårtensson
>
> On 26 Mar., 15:15, Tobias Beer <beertob...@googlemail.com> wrote:
>
>
>
>
>
>
>
> > Typewith.me seems to be quite useful stuff for sharing / managing text
> > content online. It's a bit like pastebin going collaboration, only
> > just without syntax-highlighting but then with simple formating
> > features ...a kind of twitter for low-level documents, without a need
> > to surf the google wave. Unfortunately, user management seems to only
> > be veeeery losely integrated. Also beware that - once you know that
> > URL - typewith.me documents are public, meaning: viewable AND editable
> > by everyone!
>
> > As for your last simplified post, Måns, you have a typo...
>
> > {{+store.
>
> > should be...
>
> > {{store.
>
> > 2) Having played with it, I have created a slightly modified version
> > of your button tiddler.
>
> > With that version, when the new document get's created, the
> > typewith.me url will not be using any variables, instead it will be
> > using their values at the moment of document creation.
>
> > That way, you will always be referring to the same typewith.me
> > document name that was used when creating that "journal tiddler",
> > regardless of whether or not you later on decide to change the journal-
> > title or your username.
>
> > To see it working, create a tiddler called "TypeButton" with the
> > following contents (watch out for google line-breaks)...
>
> > <<newJournal title:"yyyy.0mm....@0hh:0mm:0ss"
> > text: {{
> > var txt="";
> > var dt=new Date();
> > txt=store.getTiddlerText("TypeButton##button");
> > txt.format([
> > dt.formatString("yyyy.0mm....@0hh:0mm:0ss"),
> > config.options.txtUserName
> > ]);}}
>
> > label:"new typewith.me"
> > tag:"typeWithMe">>
> > /%
> > !button
> > <<tiddler TypeButton##url with: "%0-by-%1"}}>>
> > !url
> > <html><div align="center">
> > <iframe src="http://typewith.me/$1";
> > frameborder="0" width="100%" height="600" />
> > </iframe></div></html>
> > !end %/

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to