Saves and manages frequently-entered text for later pasting into email messages in Thunderbird. Pasting a clipping is accomplished with just two mouse clicks, eliminating the hassle of retyping or repetitive copying and pasting.
Learn more and install the Thunderbird extension from the AE Creations website. Clippings is also available from Add-ons for Thunderbird.
Support the development of Clippings by making a donation. Learn more about other ways to get involved!
If you are skilled at Thunderbird extension development and want to contribute code for a bug fix or a new feature, follow these instructions:
- Create an issue to describe your bug fix or feature.
- Create a new branch originating from the branch for the current major version,
branches/7.0
. The new branch is where you should commit your code changes. The branch name should follow the naming conventionbranches/your-branch-name
. - When your code changes are ready for review, open a pull request to merge to the branch for the current major version. Ensure that your PR references the issue you created in step 1.
- IMPORTANT! The
master
branch contains the source code for the current release. Do not commit directly to themaster
branch.