From keithy397 at gmail.com Thu Feb 1 09:43:45 2007 From: keithy397 at gmail.com (Keith Evans) Date: Thu, 1 Feb 2007 17:43:45 +0000 Subject: [Clippings] Linking Clippings Message-ID: <382532c0702010943u75a8faebt1612297030ce5542@mail.gmail.com> Hi, Hope this is the right place to ask, if not, would you be so kind as to give me a link for where I can. I have a varying number of Firefox Profiles with Clippings installed in each. I would like to link all my Clippings extensions to just one data file. I have achieved this for the Stylish extension by entering in each User.js file (except the 'home' file) the code below:- // relocate stylish.rdf file: user_pref("extensions.stylish.fileURL", "file://C:/Documents and Settings/Keith/Application Data/Mozilla/Firefox/Profiles/k8ogkq1k.FF2B1keithy397/stylish.rdf"); I created the preference (extensions.stylish.fileURL) in about:config firstly. I therefore assumed I may be able to do the same with Clippings so created the preference (extensions.clippings.fileURL) and entered the following into User.js // relocate clippings.rdf file: user_pref("extensions.clippings.fileURL", "file://C:/Documents and Settings/Keith/Application Data/Mozilla/Firefox/Profiles/k8ogkq1k.FF2B1keithy397/clipdat2.rdf"); As you may now be aware, for some reason it doesn't work! I was hoping you may be able to give me some info and how to achieve this. -- Cheers, Keith. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/clippings/attachments/20070201/f6f22ed0/attachment.html From aeng.aecreations at gmail.com Sun Feb 4 00:13:46 2007 From: aeng.aecreations at gmail.com (Alex Eng) Date: Sun, 4 Feb 2007 00:13:46 -0800 Subject: [Clippings] Linking Clippings In-Reply-To: <382532c0702010943u75a8faebt1612297030ce5542@mail.gmail.com> References: <382532c0702010943u75a8faebt1612297030ce5542@mail.gmail.com> Message-ID: <5f7ce9700702040013meef8598h7e22f7992e74a09a@mail.gmail.com> Clippings doesn't have a means to "link" its data to a single data file similar to the way other extensions like Stylish does it. You can use the import/export feature in Clippings Manager to export the Clippings data, then start Firefox under the desired user profile, open Clippings Manager again and then import the data from the other Firefox profile. Granted, this is a rather cumbersome way to keep your Clippings data in sync between multiple Firefox user profiles, or even between Firefox and Thunderbird. There are plans to have Clippings redesigned in a future release to make this easier. On 2/1/07, Keith Evans wrote: > Hi, > > Hope this is the right place to ask, if not, would you be so kind as to give me a link for where I can. > > I have a varying number of Firefox Profiles with Clippings installed in each. I would like to link all my Clippings extensions to just one data file. I have achieved this for the Stylish extension by entering in each User.js file (except the 'home' file) the code below:- > > > // relocate stylish.rdf file: > user_pref(" extensions.stylish.fileURL", "file://C:/Documents and Settings/Keith/Application Data/Mozilla/Firefox/Profiles/k8ogkq1k.FF2B1keithy397/stylish.rdf"); > > I created the preference ( extensions.stylish.fileURL) in about:config firstly. > > > I therefore assumed I may be able to do the same with Clippings so created the preference (extensions.clippings.fileURL) and entered the following into User.js > > // relocate clippings.rdf file: > user_pref("extensions.clippings.fileURL", " file://C:/Documents and Settings/Keith/Application Data/Mozilla/Firefox/Profiles/k8ogkq1k.FF2B1keithy397/clipdat2.rdf"); > > As you may now be aware, for some reason it doesn't work! I was hoping you may be able to give me some info and how to achieve this. > > -- > Cheers, > > Keith. > > > _______________________________________________ > Clippings mailing list > Clippings at mozdev.org > http://mozdev.org/mailman/listinfo/clippings > > From keithy397 at hotmail.com Sun Feb 4 16:08:13 2007 From: keithy397 at hotmail.com (Keith Evans) Date: Mon, 05 Feb 2007 00:08:13 +0000 Subject: [Clippings] Linking Clippings In-Reply-To: Message-ID: An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/clippings/attachments/20070205/186e4a85/attachment.html From aeng.aecreations at gmail.com Sun Feb 4 21:57:18 2007 From: aeng.aecreations at gmail.com (Alex Eng) Date: Sun, 4 Feb 2007 21:57:18 -0800 Subject: [Clippings] Linking Clippings In-Reply-To: References: Message-ID: <5f7ce9700702042157q665afcedm146921730cdf44a8@mail.gmail.com> No problem - your reply made it to the email thread. Sometimes I find that in email programs like Thunderbird, responses to messages on this mailing list are correctly indented under the message they are replying to; sometimes all responses to a message share the same indentation. Never figured out how or why... On 2/4/07, Keith Evans wrote: > > > > Hi Alex, > > Thanks for the info. I can live with the import/export workaround but it's always nice to centralise files where possible, especially bookmarks! > > I hope I've replied in the correct manner, I couldn't find a link to repy to your response into the thread itself. > > Cheers, > > > > ----------------------------------------------------------- > > Keith. > (For those of you who have the Rich-Text Toolbar switched on). > ________________________________ From: clippings-request at mozdev.org > Reply-To: clippings at mozdev.org > To: clippings at mozdev.org > Subject: Clippings Digest, Vol 16, Issue 3 > Date: Sun, 04 Feb 2007 12:00:02 -0800 > Send Clippings mailing list submissions to > clippings at mozdev.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mozdev.org/mailman/listinfo/clippings > or, via email, send a message with subject or body 'help' to > clippings-request at mozdev.org > > You can reach the person managing the list at > clippings-owner at mozdev.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Clippings digest..." > > > Today's Topics: > > 1. Re: Linking Clippings (Alex Eng) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 4 Feb 2007 00:13:46 -0800 > From: "Alex Eng" > Subject: Re: [Clippings] Linking Clippings > To: clippings at mozdev.org > Message-ID: > <5f7ce9700702040013meef8598h7e22f7992e74a09a at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > Clippings doesn't have a means to "link" its data to a single data > file similar to the way other extensions like Stylish does it. You > can use the import/export feature in Clippings Manager to export the > Clippings data, then start Firefox under the desired user profile, > open Clippings Manager again and then import the data from the other > Firefox profile. > > Granted, this is a rather cumbersome way to keep your Clippings data > in sync between multiple Firefox user profiles, or even between > Firefox and Thunderbird. There are plans to have Clippings redesigned > in a future release to make this easier. > > > On 2/1/07, Keith Evans wrote: > > Hi, > > > > Hope this is the right place to ask, if not, would you be so kind as to give me a link for where I can. > > > > I have a varying number of Firefox Profiles with Clippings installed in each. I would like to link all my Clippings extensions to just one data file. I have achieved this for the Stylish extension by entering in each User.js file (except the 'home' file) the code below:- > > > > > > // relocate stylish.rdf file: > > user_pref(" extensions.stylish.fileURL", "file://C:/Documents and Settings/Keith/Application Data/Mozilla/Firefox/Profiles/k8ogkq1k.FF2B1keithy397/stylish.rdf"); > > > > I created the preference ( extensions.stylish.fileURL) in about:config firstly. > > > > > > I therefore assumed I may be able to do the same with Clippings so created the preference (extensions.clippings.fileURL) and entered the following into User.js > > > > // relocate clippings.rdf file: > > user_pref("extensions.clippings.fileURL", " file://C:/Documents and Settings/Keith/Application Data/Mozilla/Firefox/Profiles/k8ogkq1k.FF2B1keithy397/clipdat2.rdf"); > > > > As you may now be aware, for some reason it doesn't work! I was hoping you may be able to give me some info and how to achieve this. > > > > -- > > Cheers, > > > > Keith. > > > > > > _______________________________________________ > > Clippings mailing list > > Clippings at mozdev.org > > http://mozdev.org/mailman/listinfo/clippings > > > > > > > ------------------------------ > > _______________________________________________ > Clippings mailing list > Clippings at mozdev.org > http://mozdev.org/mailman/listinfo/clippings > > > End of Clippings Digest, Vol 16, Issue 3 > **************************************** > > ________________________________ Click Here To Find Your Perfect Match This Valentines! > _______________________________________________ > Clippings mailing list > Clippings at mozdev.org > http://mozdev.org/mailman/listinfo/clippings > > From aeng.aecreations at gmail.com Sun Feb 4 22:06:03 2007 From: aeng.aecreations at gmail.com (Alex Eng) Date: Sun, 4 Feb 2007 22:06:03 -0800 Subject: [Clippings] Linking Clippings In-Reply-To: References: Message-ID: <5f7ce9700702042206s50fecd76ra98f0ec072d56095@mail.gmail.com> Never mind, disregard my original reply. I now see what you mean having read the canned mailing list verbiage in your message. It's easier to have all messages from the mailing list sent to you individually instead of in single batches ("digest" mode), so that you can reply to an individual thread if you wish. Digest mode is really ideal for people who want to follow along active conversations in a list, but don't plan on participating. On 2/4/07, Keith Evans wrote: > > Hi Alex, > Thanks for the info. I can live with the import/export workaround but it's > always nice to centralise files where possible, especially bookmarks! > I hope I've replied in the correct manner, I couldn't find a link to repy > to your response into the thread itself. > > Cheers, > > > > ----------------------------------------------------------- > > Keith. > (For those of you who have the Rich-Text Toolbar switched on). > ________________________________ > From: clippings-request at mozdev.org > Reply-To: clippings at mozdev.org > To: clippings at mozdev.org > Subject: Clippings Digest, Vol 16, Issue 3 > Date: Sun, 04 Feb 2007 12:00:02 -0800 > Send Clippings mailing list submissions to > clippings at mozdev.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mozdev.org/mailman/listinfo/clippings > or, via email, send a message with subject or body 'help' to > clippings-request at mozdev.org > > You can reach the person managing the list at > clippings-owner at mozdev.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Clippings digest..." > > > Today's Topics: > > 1. Re: Linking Clippings (Alex Eng) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 4 Feb 2007 00:13:46 -0800 > From: "Alex Eng" > Subject: Re: [Clippings] Linking Clippings > To: clippings at mozdev.org > Message-ID: > <5f7ce9700702040013meef8598h7e22f7992e74a09a at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Clippings doesn't have a means to "link" its data to a single data > file similar to the way other extensions like Stylish does it. You > can use the import/export feature in Clippings Manager to export the > Clippings data, then start Firefox under the desired user profile, > open Clippings Manager again and then import the data from the other > Firefox profile. > > Granted, this is a rather cumbersome way to keep your Clippings data > in sync between multiple Firefox user profiles, or even between > Firefox and Thunderbird. There are plans to have Clippings redesigned > in a future release to make this easier. > > > On 2/1/07, Keith Evans wrote: > > Hi, > > > > Hope this is the right place to ask, if not, would you be so kind as to > give me a link for where I can. > > > > I have a varying number of Firefox Profiles with Clippings installed in > each. I would like to link all my Clippings extensions to just one data > file. I have achieved this for the Stylish extension by entering in each > User.js file (except the 'home' file) the code below:- > > > > > > // relocate stylish.rdf file: > > user_pref(" extensions.stylish.fileURL", "file://C:/Documents and > Settings/Keith/Application > Data/Mozilla/Firefox/Profiles/k8ogkq1k.FF2B1keithy397/stylish.rdf"); > > > > I created the preference ( extensions.stylish.fileURL) in about:config > firstly. > > > > > > I therefore assumed I may be able to do the same with Clippings so > created the preference (extensions.clippings.fileURL) and entered the > following into User.js > > > > // relocate clippings.rdf file: > > user_pref("extensions.clippings.fileURL", " file://C:/Documents and > Settings/Keith/Application > Data/Mozilla/Firefox/Profiles/k8ogkq1k.FF2B1keithy397/clipdat2.rdf"); > > > > As you may now be aware, for some reason it doesn't work! I was hoping you > may be able to give me some info and how to achieve this. > > > > -- > > Cheers, > > > > Keith. > > > > > > _______________________________________________ > > Clippings mailing list > > Clippings at mozdev.org > > http://mozdev.org/mailman/listinfo/clippings > > > > > > > ------------------------------ > > _______________________________________________ > Clippings mailing list > Clippings at mozdev.org > http://mozdev.org/mailman/listinfo/clippings > > > End of Clippings Digest, Vol 16, Issue 3 > **************************************** > > ________________________________ > Click Here To Find Your Perfect Match This Valentines! From s.servos at promio.net Thu Feb 8 04:53:09 2007 From: s.servos at promio.net (Stefan Servos) Date: Thu, 8 Feb 2007 13:53:09 +0100 Subject: [Clippings] request: clipping data transfer In-Reply-To: Message-ID: Hi, this is my question: Is it possible to transfer/send the saved clipping-texts to another user? ...or to exchange clippings via export/import function? Thanks! Regards, Stefan From aeng.aecreations at gmail.com Thu Feb 8 12:45:53 2007 From: aeng.aecreations at gmail.com (Alex Eng) Date: Thu, 8 Feb 2007 12:45:53 -0800 Subject: [Clippings] request: clipping data transfer In-Reply-To: References: Message-ID: <5f7ce9700702081245qf500126ta4ae6a13b1a63cee@mail.gmail.com> Invoke Clippings Manager (double-click on the Clippings icon on the Firefox or Thunderbird status bar). There is an Export command (under the Options toolbar button) that lets you export your Clippings data to a file. You can then attach that file to an email message. Once the other user has received this file, the user can invoke Clippings Manager and import that file into Clippings using the Import command, again under the Options toolbar button. On 2/8/07, Stefan Servos wrote: > Hi, > > this is my question: > > Is it possible to transfer/send the saved clipping-texts to another user? > ...or to exchange clippings via export/import function? > > Thanks! > > Regards, > Stefan > > _______________________________________________ > Clippings mailing list > Clippings at mozdev.org > http://mozdev.org/mailman/listinfo/clippings > From keithy397 at hotmail.com Tue Feb 13 09:29:56 2007 From: keithy397 at hotmail.com (Keith Evans) Date: Tue, 13 Feb 2007 17:29:56 +0000 Subject: [Clippings] Clippings Digest, Vol 16, Issue 6 In-Reply-To: Message-ID: An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/clippings/attachments/20070213/d7370396/attachment.html From williamts99 at gmail.com Tue Feb 13 18:44:22 2007 From: williamts99 at gmail.com (williamts99) Date: Wed, 14 Feb 2007 03:44:22 +0100 Subject: [Clippings] Storage/Update/Sync/FTP option Message-ID: <1171421062.5647.2.camel@s-desktop> I like to use Clippings on multiple computers at multiple locations but I would like to keep my clippings all the same on each computer. Is there a way to add FTP support to keep them all synchronized between each system the way that Foxmarks etc does? Best Regards Williamts99 From aeng.aecreations at gmail.com Wed Feb 14 20:50:45 2007 From: aeng.aecreations at gmail.com (Alex Eng) Date: Wed, 14 Feb 2007 20:50:45 -0800 Subject: [Clippings] Clippings Digest, Vol 16, Issue 6 In-Reply-To: References: Message-ID: <5f7ce9700702142050r62676131n760c17ea7923b131@mail.gmail.com> Imported Clippings data will be appended to the existing data. The data that is present before the import will remain intact. On 2/13/07, Keith Evans wrote: > > > Hi there, > > A thought on this interesting (to me at least) topic! > > Once data exported and imported to another Profile, will the data append > itself or overwrite the existing clip2dat.rdf file? > > Cheers > > > Keith. > ________________________________ > From: clippings-request at mozdev.org > Reply-To: clippings at mozdev.org > To: clippings at mozdev.org > Subject: Clippings Digest, Vol 16, Issue 6 > Date: Fri, 09 Feb 2007 12:00:02 -0800 > Send Clippings mailing list submissions to > clippings at mozdev.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mozdev.org/mailman/listinfo/clippings > or, via email, send a message with subject or body 'help' to > clippings-request at mozdev.org > > You can reach the person managing the list at > clippings-owner at mozdev.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Clippings digest..." > > > Today's Topics: > > 1. Re: request: clipping data transfer (Alex Eng) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 8 Feb 2007 12:45:53 -0800 > From: "Alex Eng" > Subject: Re: [Clippings] request: clipping data transfer > To: clippings at mozdev.org > Message-ID: > <5f7ce9700702081245qf500126ta4ae6a13b1a63cee at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Invoke Clippings Manager (double-click on the Clippings icon on the > Firefox or Thunderbird status bar). There is an Export command (under > the Options toolbar button) that lets you export your Clippings data > to a file. You can then attach that file to an email message. > > Once the other user has received this file, the user can invoke > Clippings Manager and import that file into Clippings using the Import > command, again under the Options toolbar button. > > On 2/8/07, Stefan Servos wrote: > > Hi, > > > > this is my question: > > > > Is it possible to transfer/send the saved clipping-texts to another user? > > ...or to exchange clippings via export/import function? > > > > Thanks! > > > > Regards, > > Stefan > > > > _______________________________________________ > > Clippings mailing list > > Clippings at mozdev.org > > http://mozdev.org/mailman/listinfo/clippings > > > > > ------------------------------ > > _______________________________________________ > Clippings mailing list > Clippings at mozdev.org > http://mozdev.org/mailman/listinfo/clippings > > > End of Clippings Digest, Vol 16, Issue 6 > **************************************** > > > > ________________________________ > MSN Hotmail is evolving ? check out the new Windows Live Mail > _______________________________________________ > Clippings mailing list > Clippings at mozdev.org > http://mozdev.org/mailman/listinfo/clippings > > From aeng.aecreations at gmail.com Thu Feb 15 13:52:09 2007 From: aeng.aecreations at gmail.com (Alex Eng) Date: Thu, 15 Feb 2007 13:52:09 -0800 Subject: [Clippings] Storage/Update/Sync/FTP option In-Reply-To: <1171421062.5647.2.camel@s-desktop> References: <1171421062.5647.2.camel@s-desktop> Message-ID: <5f7ce9700702151352l3149512vcd1ba0d57bd074de@mail.gmail.com> This is something I'll consider for a future release. There have been similar requests for functionality that you described. On 2/13/07, williamts99 wrote: > I like to use Clippings on multiple computers at multiple locations but > I would like to keep my clippings all the same on each computer. Is > there a way to add FTP support to keep them all synchronized between > each system the way that Foxmarks etc does? > > Best Regards > > Williamts99 > > _______________________________________________ > Clippings mailing list > Clippings at mozdev.org > http://mozdev.org/mailman/listinfo/clippings > From cuchuflete at gmail.com Thu Feb 22 11:24:47 2007 From: cuchuflete at gmail.com (cuchu) Date: Thu, 22 Feb 2007 14:24:47 -0500 Subject: [Clippings] problems with installation Message-ID: <982ab6430702221124i63d01fa8ib1b3783913adec91@mail.gmail.com> I have downloaded Clippings...three times now. Restarted Firefox each time. It is showing in my Extensions. Problem: No icon on the status bar, and no idea what's going wrong. Mac G4 OS X 10.2.8 Advice is welcome. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/clippings/attachments/20070222/730e8d94/attachment.html From aeng.aecreations at gmail.com Thu Feb 22 15:53:05 2007 From: aeng.aecreations at gmail.com (Alex Eng) Date: Thu, 22 Feb 2007 15:53:05 -0800 Subject: [Clippings] problems with installation In-Reply-To: <982ab6430702221124i63d01fa8ib1b3783913adec91@mail.gmail.com> References: <982ab6430702221124i63d01fa8ib1b3783913adec91@mail.gmail.com> Message-ID: <5f7ce9700702221553j6c3d3b00u5d1c1269b8f7c008@mail.gmail.com> Several questions: Which Firefox version are you using? Did you get any error messages when installing Clippings? Before each repeated download attempt, did you uninstall Clippings first? Although there was no icon on the status bar, is a Clippings submenu present on the browser context menu when right-clicking on a text box on a web page? Finally, is the same problem occurring with other extensions? If so, then there could be a problem with your Firefox user profile. On 2/22/07, cuchu wrote: > I have downloaded Clippings...three times now. Restarted Firefox each time. > It is showing in my Extensions. > > Problem: No icon on the status bar, and no idea what's going wrong. > > Mac G4 > OS X 10.2.8 > > Advice is welcome. > > _______________________________________________ > Clippings mailing list > Clippings at mozdev.org > http://mozdev.org/mailman/listinfo/clippings > > From aeng.aecreations at gmail.com Thu Feb 22 21:16:09 2007 From: aeng.aecreations at gmail.com (Alex Eng) Date: Thu, 22 Feb 2007 21:16:09 -0800 Subject: [Clippings] problems with installation In-Reply-To: <48865.66658.qm@web52401.mail.yahoo.com> References: <5f7ce9700702221553j6c3d3b00u5d1c1269b8f7c008@mail.gmail.com> <48865.66658.qm@web52401.mail.yahoo.com> Message-ID: <5f7ce9700702222116k3ce82754w9de659000a917b39@mail.gmail.com> Good to hear that it's now working... strange that the Clippings icon hadn't appeared before but now does. Having spent most of my time on both Windows and Linux systems, I forgot that CTRL+clicking will bring up the context menu on the Mac. (And no, I do not wish to start an OS flame war here....) I appreciate your offer to volunteer to do Mac testing. I'll definitely call upon Mac users on this mailing list when I need some testing done. Thanks! Alex --- AE Creations blog - http://aecreations.blogspot.com/ On 2/22/07, mapache wrote: > Many thanks for the quick reply. > > For reasons unknown to me, after a few hours in sleep mode, I brought the > Mac back up, re-opened Firefox (2.0.0.1) and saw the icon on the status bar! > It works perfectly. > > I did not receive any error messges at any time. > I did not uninstall. > > Clippings submenu when right-clicking? I cannot 'right-click' with a > Mac one button mouse! However, I tried various key combinations, and found > that Control + hold down mouse button does bring up the menu. It works > well. > > You may want to mention this in your documentation for Mac users. > > Finally, all other extensions work well. > > I am sorry to have troubled you...I don't know why the initial install > seemed not to work, nor why it now works very nicely. > > Best regards, > Brian > > PS- I'll be happy to test anything for you in a Mac 10.2.8 environment, if > that might be useful. > > > > > Alex Eng wrote: > Several questions: > > Which Firefox version are you using? Did you get any error messages > when installing Clippings? Before each repeated download attempt, did > you uninstall Clippings first? > > Although there was no icon on the status bar, is a Clippings submenu > present on the browser context menu when right-clicking on a text box > on a web page? > > Finally, is the same problem occurring with other extensions? If so, > then there could be a problem with your Firefox user profile. > > > On 2/22/07, cuchu wrote: > > I have downloaded Clippings...three times now. Restarted Firefox each > time. > > It is showing in my Extensions. > > > > Problem: No icon on the status bar, and no idea what's going wrong. > > > > Mac G4 > > OS X 10.2.8 > > > > Advice is welcome. > > > > _______________________________________________ > > Clippings mailing list > > Clippings at mozdev.org > > http://mozdev.org/mailman/listinfo/clippings > > > > > _______________________________________________ > Clippings mailing list > Clippings at mozdev.org > http://mozdev.org/mailman/listinfo/clippings > > > > ________________________________ > Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates. > > From dialup310-j at yahoo.cm Tue Feb 27 13:42:16 2007 From: dialup310-j at yahoo.cm (dialup310-j) Date: Tue, 27 Feb 2007 13:42:16 -0800 Subject: [Clippings] syncing TB and FF clippings Message-ID: <45E4A5B8.8030705@yahoo.cm> If I save a clip using clippings in FF site and want to send clip or clippings from multiple sites by email using clipping in TB why can't clippings from TB be sync to FF. I had been using clipboard magic and thought I'd try clippings. Thanks