One of my favorite, must-have Firefox plug-ins is It’s All Text. Not only does it make writing long entries in web forms pleasant, it can also save your bacon. Just today I wrote a long email in Gmail using It’s All Text and then accidentally navigated to a new web page. Returning to the Gmail window, most of what I had written was gone, but there was still hope.
Navigating to ~/.mozilla/firefox/*.default/itsalltext
I found a text document that contained everything I had written and saved upon exiting the text editor. You might have to look through a few files, but hopefully you can use the date and time stamp to make an educated guess.
$ ls -la ~/.mozilla/firefox/*.default/itsalltext -rw-------. 1 user user 1065 2010-01-22 17:59 fedoraproject.org.2u2r2r1z2u.txt -rw-------. 1 user user 2190 2010-01-22 16:46 fedoraproject.org.2z2x2b392z.txt -rw-------. 1 user user 1220 2010-01-26 09:42 mail.google.com.241i21262s.txt
After opening mail.google.com.241i21262s.txt
I simply copy and pasted the text right back into Gmail and sent the message. The key is to save frequently while the text editor is open and upon exit. I’m not sure how long It’s All Text keeps these files around, but I have yet to need a file that wasn’t there.
February 2, 2010 at 12:59 pm
Thanks for the post, this just saved my day! Since I use It’sAllText along with gvim for a lot of mediawiki work, I’ve also found having Mediawiki syntax highlight support handy. For details, check out
http://www.vim.org/scripts/script.php?script_id=1787
January 28, 2010 at 4:18 am
> “It looks like the latest version is built for Firefox 3.6 so you might have to wait a little bit until it is official released as an update to Fedora 12”
If you don’t want to wait, the ever awesome Remi has packaged it:
http://blog.famillecollet.com/post/2010/01/22/Firefox-3.6-en
January 27, 2010 at 6:08 pm
For the cases where you’re not using It’s All Text and just editing directly in Firefox, Lazarus (http://lazarus.interclue.com/) is handy. It manages to restore the formatting of most rich text editors too.
January 28, 2010 at 6:21 pm
@James–thanks for the recommendation. I’ll try Lazarus out. Maybe I’ll run both at the same time 🙂