Vitajte na stránke Doplnky pre Firefox pre Android.
Pridajte si vlastné funkcie a štýly, pomocou ktorých si Firefox pre Android prispôsobíte podľa seba.
ZavrieťRecenzie doplnku Quicktext
552 recenzií tohto doplnku
Ohodnotené 5 z 5 hviezdičiek
I was afraid that it was not working with the last release to TB (45), but after reading this post, and applying the fix, it is now, once again, working like a charm. Thank-you very much for the add-on and the fix.
Táto recenzia je pre predchádzajúcu verziu doplnku (0.9.11.6).Ohodnotené 5 z 5 hviezdičiek
I still have the problem, that quicktext toolbar does not appear all the time. first time i start thunderbird, it does not work. so i have to open an e-mail, then close it without sending it as reply. after that, i close thunderbird and restart. sometimes i have to do this 2-3 times. so, for me just a temporary workaround-patch, not a final-patch.
Táto recenzia je pre predchádzajúcu verziu doplnku (0.9.11.6). Tento používateľ má 2 predchádzajúce recenzie tohto doplnku.Ohodnotené 5 z 5 hviezdičiek
This is probably the most used addon inside Thunderbird. An excellent help for each and every mail written. Thanks a lot to the author and many thanks to the people who patched it for TB 45!
Táto recenzia je pre predchádzajúcu verziu doplnku (0.9.11.6).Ohodnotené 5 z 5 hviezdičiek
Works well.
Táto recenzia je pre predchádzajúcu verziu doplnku (0.9.11.6).Ohodnotené 5 z 5 hviezdičiek
What a shock after updating to TB45 and blowing away QUICKTEXT! Thank you very much GT_Mtuser for your fix, works for me!!!
Táto recenzia je pre predchádzajúcu verziu doplnku (0.9.11.6). Tento používateľ má 2 predchádzajúce recenzie tohto doplnku.Ohodnotené 5 z 5 hviezdičiek
Many, many, many thanks to gregor111 and rkent's fix.
Táto recenzia je pre predchádzajúcu verziu doplnku (0.9.11.6). Tento používateľ má predchádzajúcu recenziu tohto doplnku.Ohodnotené 1 z 5 hviezdičiek
I used this feature 30 times a day responding to e-mail.
It saved me countless amounts of time but the 45.0 just wiped all that out.
Very disappointed.
Quicktext creators, UPDATE YOUR SOFTWARE please!!
Ohodnotené 1 z 5 hviezdičiek
Upgraded to Thunderbird 45.0 (Mac) today… and Quicktext doesn't work anymore.
I'm very upset !
It's a very useful add-on to me !
Please make something so it work again !
Ohodnotené 5 z 5 hviezdičiek
If you have no templates after updating, here's what you can do:
1) Locate your personal email folder (this will be our MAIL_DIR)
2) From that folder copy entire quicktext folder into another directory (let it be our BACKUP_DIR).
3) Close Thunderbird (important)
4) Remove quicktext/templates.xml from MAIL_DIR only. Copy should still be in BACKUP_DIR.
5) Run TB, select tools->quicktext.
6) Click "import", select BACKUP_DIR/quicktext/templates.xml file.
7) Click to save, close (you will have to save second time).
8) You can use your templates in emails.
Unfortunatelly you still cannot see nor edit templates via Tools/Quicktext menu :(
Ohodnotené 5 z 5 hviezdičiek
Excellent extension. And now working again in Thunderbird 45 thanks to rkent's much appreciated fix on bugzilla.mozilla.org (Bug 1209425)
Táto recenzia je pre predchádzajúcu verziu doplnku (0.9.11.6).Ohodnotené 5 z 5 hviezdičiek
Thanks rkent!
Táto recenzia je pre predchádzajúcu verziu doplnku (0.9.11.6).Ohodnotené 5 z 5 hviezdičiek
Hi, thank you very much. I miss Quicktext also terribly and I am very glad for your way around. It funktions even with my very little knowledge of the system.
I hope so much that there will be an update so that qicktext will funktion in itsself.
Ohodnotené 1 z 5 hviezdičiek
A five-star add-on, but the latest Thunderbird update (v45) has disabled it. My templates are no longer accessible. I use this add-on for *everything*, and Thunderbird is pretty much crippled without it.
Agreeing with others reporting the same thing. Please fix ASAP!
Update: As I see many with the same issue, and in several places indication that the programmer is no longer reachable regarding this plugin, I have installed Clippings and will attempt to make do with that. It's fairly nice, though lacks a few of QuickText's conveniences. Alas.
Ohodnotené 5 z 5 hviezdičiek
We often realize how useful and helpful something is only when we suddenly lose it. A few hours ago, I have upgraded to ThunderBird-45.0 and the Quicktext stopped working. I have quickly realized how much slower some things are if I have to do them manually, without Quicktext's help...
Guys, please, fix Quicktext to be compatible with ThunderBird>=45.0 :-) Thank you!
Ohodnotené 1 z 5 hviezdičiek
quicktext fails to work currently with thunderbird 45.0 as of april 15th, 2016.
existing templates from previous e.g. thunderbird 38.7.2 dont get shown when you upgrade to thunderbird 45.0
even with xml export and import of templates there is a bug and the templates are only all shown as invisible white entries on the left side and are thus not really usable.
this bug needs fixed before real compatibility and working with tb 45.0
Ohodnotené 5 z 5 hviezdičiek
Bei der Arbeit mit Textbausteinen eine große Hilfe.
Táto recenzia je pre predchádzajúcu verziu doplnku (0.9.11.6).Ohodnotené 5 z 5 hviezdičiek
Does the job with a simple, uncluttered and useful interface.
Would like to see the quick text buttons on the same line as the formatting buttons, as it currently leaves a lot of blank space.
Ohodnotené 5 z 5 hviezdičiek
Version 0.9.11.6 fixes manual import of templates and scripts, but automatic import from a remote file is still broken. This is because the fix in 0.9.11.6 makes it possible to read files without a BOM header, but the files are still exported without a BOM header and the "Import on startup" feature still can't read them. The solution I found is to add a BOM header at write time when exporting the files. Since I found no other place where to post my fix, here it is:
- rename quicktextpro_0.9.11.6.xpi to quicktextpro_0.9.11.6.zip
- unzip quicktextpro_0.9.11.6.zip
- open components/wzQuicktext.js in a text editor
- add the line "aData = "\uFEFF" + aData;" before the line "var chunk = converter.ConvertFromUnicode(aData);"
- save the file
- zip the files back to quicktextpro_0.9.11.6.zip
- rename quicktextpro_0.9.11.6.zip to quicktextpro_0.9.11.6.xpi
- reinstall the extension in Thunderbird
Note that templates and scripts files exported with a previous version still won't be readable because they don't have a BOM header. You will have to either re-export the files or manually add a BOM header with an hex editor.
Ohodnotené 5 z 5 hviezdičiek
I have fix the attachment problem with quicktext pro!
You can contact me for sharing the fixed code under:
https://www.thunderbird-mail.de/index.php/Thread/67155
Ohodnotené 5 z 5 hviezdičiek
Thanks to R. Kent James for "How to fix the core code" below. I'm happy to report that this worked for me on the pro version, running OSX 10.10. You've saved the day!
Táto recenzia je pre predchádzajúcu verziu doplnku (0.9.11.6).Ak chcete vytvárať svoje vlastné kolekcie, musíte mať zriadený účet Mozilla Add-ons.
alebo sa prihláste k existujúcemu účtu