https://github.com/paulwellnerbou/thunderbird-paste-code
Thunderbird addon creating a context menu option that pastes code beautifully in HTML messages
https://github.com/paulwellnerbou/thunderbird-paste-code
Last synced: about 2 months ago
JSON representation
Thunderbird addon creating a context menu option that pastes code beautifully in HTML messages
- Host: GitHub
- URL: https://github.com/paulwellnerbou/thunderbird-paste-code
- Owner: paulwellnerbou
- Created: 2023-10-03T15:12:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T07:49:18.000Z (over 1 year ago)
- Last Synced: 2025-04-14T22:52:54.825Z (about 2 months ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Thunderbird addon creating a context menu option that pastes code beautifully in HTML messages
This addon adds a context menu option named Paste Code, which pastes the content of your clipboard formatted as code into your message.

## Limitations
* Currently, there is a manual maintained list of keywords which are formatted bold automatically
* The code is appended to the mail message, not inserted where your cursor is## Installation
* Run `bundle.sh`, which will create the `xpi` file, and [install it in your Thunderbird profile](https://support.mozilla.org/en-US/kb/installing-addon-thunderbird).
## Motivation
There is already a way to format code as pre-formatted and monospace, option Preformat in the paragraph format select box. But there is no way to set a different background to separate it more from the normal text, and long lines do not break automatically.