Download Mozilla Firefox, een snelle, gratis manier om op het Web te surfen, om de duizenden hier beschikbare add-ons te proberen!
SluitenWelkom bij Firefox Add-ons.
Maak een keuze uit duizenden extra functies en stijlen om Firefox van uzelf te maken.
SluitenBeoordelingen voor Quicktext
496 beoordelingen voor deze add-on
Waardering 5 van 5 sterren
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.
Waardering 5 van 5 sterren
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.
Waardering 5 van 5 sterren
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
Waardering 5 van 5 sterren
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!
Deze beoordeling betreft een eerdere versie van de add-on (0.9.11.6).Waardering 5 van 5 sterren
Great. Thank you.
This addon is so important!
Waardering 5 van 5 sterren
As mentioned by others, this addon does not work with Thunderbird 38 due to an encoding issue. I've looked at the code, and presented the trivial change needed to restore read/write capability of template files. See http://mesquilla.com/2015/07/15/fixing-quicktext-addon-for-thunderbird/
I've contacted the author asking that this change be done, or someone else released to do the change.
R Kent James
Chair, Thunderbird Council
Waardering 5 van 5 sterren
I love this addon! I use it every day for every message! This addon is well thought out and versatile.
I wrote a tutorial on Stack Overflow about how to embed images in email - and you can use this method easily with QuickText: http://stackoverflow.com/a/18008898/1038866
Also, change the encoding of your QuickText quicktext\templates.xml file in your profil folder will fix the problem with the configuration not showing in Thunderbird 38.01. There are directions in one of the reviews previous to mine.
Waardering 5 van 5 sterren
* * * * TUTORIAL FOR TB 38 * * * *
1. Make changes to your QuickText templates.
2. Close Thunderbird;
3. Find the templates.xml file (on Windows, it's located in C:Users<Username>AppDataRoamingThunderbirdProfile<Profile>quicktext)
4. Open templates.xml in Notepad++ and set the encoding to "UCS-2 Little Endian" (this step restores the required BOM characters);
5. Save the file and restart Thunderbird.
6. Redo after making any change to your QuickTexts.
ENOY :)
Waardering 2 van 5 sterren
Since THB 38.01, the saved text are erased and there is no possiblity to reimport the saved settings
Deze beoordeling betreft een eerdere versie van de add-on (0.9.11.5).Waardering 3 van 5 sterren
I agree witch previous post. This plugin does not work correctly (with TB 38.0.1), erasing groups and templates after restart.
Deze beoordeling betreft een eerdere versie van de add-on (0.9.11.5).Waardering 5 van 5 sterren
thunderbirdのバージョン上げてから、自動で表示されなくなりましたが、
「設定」→「全般」→「起動時にインポート」の部分に、ファイルの階層を入れてやれば、毎回読み込むようです。
また、新規にエクスポートしたデータを読み込んでも、何も表示され無い件は、
中身自体は消えていないので、テキストエディタ(秀丸とか)で
読み込んで、その他、正常に読み込めるデータに移植してあげると、正しく読み込めるようになりました。
※上部の<menu>から下部の</body>まで
いつも便利に使わせてもらっているので、対応を期待します。
Waardering 1 van 5 sterren
It not work with TB 38.0.1, template isn't saved after restart TB, please fix :(
Deze beoordeling betreft een eerdere versie van de add-on (0.9.11.5).Waardering 4 van 5 sterren
I was worried when reading about this add-on no longer working, so looked for an alternative.
This seems to do what I need and is compatible with the latest Thunderbird:
https://addons.mozilla.org/en-us/thunderbird/addon/clippings/
Waardering 1 van 5 sterren
Hi,
As Andy68 mentions the problem appears to be that quicktext now saves templates.xml without the FFFE at the beginning of the file. If you are a windows user you can resolve this by opening the templates.xml in notepad++ going to encoding, changing the encoding to "UCS-2 Little Endian" and saving. After changing the encoding and restarting thunderbird, quicktext should read the templates correctly. If you save in quicktext though you will have to do this again. Hopefully this workaround helps until Quicktext is fixed to save properly.
PS Windows users may find templates.xml in C:\Users\<Username>\AppData\Roaming\Thunderbird\Profile\<Profile>\quicktext\
Waardering 1 van 5 sterren
This was an indispensable module (a 5 star one) - I had dozens of ready to use templates to drop into emails. However, since an update to Thunderbird, all of them have disappeared. I've tried saving new ones, but they disappear after restarting the computer...
Not cool! I'm going to have to disable this module now. There hasn't been an update in over a year, so doubt anything will change any time soon.
Waardering 1 van 5 sterren
Bogobogo's workaround is working. Nevertheless the XML master-template was obviously corrupted! (???)
I did a binary comparison of the XML master-template file stored in \profile\quicktext\templates.xml with an older backup template.
Both files were equal except for two additional leading bytes at the top of the template file from my backup. (Bytes: FF FE)
If you want to restore your possibly corrupted Quicktext template I recommend to open your template with HEX editor and add two additional leading bytes "FF" "FE" to the file.
It worked for me.
I hope there will be a bug fix of Quicktext as soon as possible.
Regards!
Waardering 1 van 5 sterren
WHAT HAPPENED? Where are all my saved texts??? They all disappeared overnight!
Deze beoordeling betreft een eerdere versie van de add-on (0.9.11.5).Waardering 1 van 5 sterren
There are multiple bug reports. Author does not responde for months.
Deze beoordeling betreft een eerdere versie van de add-on (0.9.11.5).Waardering 1 van 5 sterren
Quicktext Pro license still available for sale.
Not a good idea.
Waardering 5 van 5 sterren
Exactly what I needed.
Deze beoordeling betreft een eerdere versie van de add-on (0.9.11.5).Om uw eigen collecties aan te maken, moet u een Mozilla-add-ons-account hebben.