ForumsTips & TricksWorking Thunderbird Integration


Working Thunderbird Integration
Author Message
ihaveacoolhat

Posted: Dec 11, 2009
Score: 0 Reference
Insert the code found in this blog post into the Thunderbird 3 error console, replace the wave url with: "http://www.toodledo.com/views/index.php", and evaluate to get a session-persistent Toodledo tab.

http://quetzalcoatal.blogspot.com/2009/12/google-wave-in-thunderbird-3.html

Close the tab and you'll have to reopen it via the error console, but that's a small price to pay for the near-flawless utility it provides. Also works with Google Voice, Wave, and many other sites.


This message was edited Dec 11, 2009.
bob

Posted: Jan 07, 2010
Score: -1 Reference
you rock.
flflfl

Posted: Jan 13, 2010
Score: 0 Reference
That code was a lifesaver for me until lifehacker wrote about WebApplicationTab

It's a persistent tab as well but more straightforward than the code in the error console, and easier to reopen if you close it.

I have mine set to a Netvibes page with Toodledo in one widget and Google calendar in another widget. Throw in some stylish scripts and the whole thing gets nice and streamlined and Netvibes practically disappears.

Screenshot here.


This message was edited Jan 13, 2010.
jdangler

Posted: Jan 21, 2010
Score: 0 Reference
What scripts did you use?
flflfl

Posted: Jan 23, 2010
Score: 0 Reference
For the Google Calendar side: http://userstyles.org/styles/20945

For Netvibes:
I messed with a few from here: http://userstyles.org/styles/browse/netvibes.com including this one: http://userstyles.org/styles/21738

I ended up with the following for the Netvibes page:


@namespace url(http://www.w3.org/1999/xhtml);



@-moz-document domain("www.netvibes.com") {

#topLinks{display:none!important}
#top { display: none !important; }


/* Tabs */
#divTabs { display: none; }


/* Main div: removes the left padding */
#maintable{padding-left:3px!important}


/* Columns: removes the top padding */
#columns{padding-top:0!important}


/* Removes the footer */
#footer {display:none!important}


/* Widgets: removes extra margins */
/* Regular widgets */
.module{margin:5px!important}
.moduleHeader{padding:0!important;}



/* Gripper: reduces its size */
.gripper{margin-top:0!important;width:4px!important}


}


This message was edited Jan 23, 2010.
j.eggen

Posted: Jan 26, 2010
Score: 0 Reference
Probably a dumb question... but how did you get the timer to be a part of your Toodledo widget?
flflfl

Posted: Jan 27, 2010
Score: 0 Reference
It's actually just the Toodledo website in the grid format. I just moved the timer column next to the task column. The Netvibes widget is sized so that only those two columns show, though if I'm in a task crunching mode I'll widen the widget so I can see the majority of the page at once.


If specifics are needed:
On the top right below Collaborators, Filters, Sort, etc you'll see Customize with several icons next to it.

Blue and white with a green plus sign icon to add columns (so you can turn on the timer column if it's not there).

Blue and white with the yellow pencil icon to move columns around (so you can move the timer column next to the task column).

Two columns of black lines icon to switch to the grid mode if you're in multi line format.
flflfl

Posted: Feb 09, 2010
Score: 0 Reference
A better option for hiding the sidebar and headbar for google calendar: http://userscripts.org/scripts/show/8507
You cannot reply yet

U Back to topic home

R Post a reply

To participate in these forums, you must be signed in.