Need text highlight feature to apply background color to selected text (inline css <span style="background-color:xxx">) / Page background color picker is misplaced
Categories
(MailNews Core :: Composition, enhancement)
Tracking
(Not tracked)
People
(Reporter: harvested_from_mozilla4, Unassigned)
References
(Blocks 3 open bugs, )
Details
(4 keywords, Whiteboard: [GS])
User Story
Addon (yellow marking): https://addons.thunderbird.net/en-US/thunderbird/addon/textmarker/
Comment 1•20 years ago
|
||
Reporter | ||
Comment 2•20 years ago
|
||
Updated•17 years ago
|
Assignee | ||
Updated•17 years ago
|
Comment 5•17 years ago
|
||
Comment 6•17 years ago
|
||
Comment 7•17 years ago
|
||
Comment 9•15 years ago
|
||
Comment 10•15 years ago
|
||
Updated•14 years ago
|
![]() |
||
Comment 12•13 years ago
|
||
![]() |
||
Comment 13•13 years ago
|
||
![]() |
||
Comment 14•13 years ago
|
||
Updated•13 years ago
|
Comment 15•13 years ago
|
||
Updated•12 years ago
|
Comment 17•12 years ago
|
||
Updated•12 years ago
|
Comment 21•12 years ago
|
||
Comment 22•12 years ago
|
||
![]() |
||
Comment 24•12 years ago
|
||
Comment 26•9 years ago
|
||
Comment 27•9 years ago
|
||
![]() |
||
Comment 28•9 years ago
|
||
Comment 29•9 years ago
|
||
Comment 30•9 years ago
|
||
Comment 31•8 years ago
|
||
Comment 32•5 years ago
|
||
Gah, 14 years to get text highlight? I spent a bit of time fiddling around in TB68 today wondering why it wasn't working, before I decided to search and stumbled onto this rats nest of bugreports & crosslinked issues. I'm sorry to sound ungrateful but this is a really basic editing feature. Even TextEdit has it.
Then, just when you think you'll be saved by some kind soul developing an AddOn, you find this:
https://addons.thunderbird.net/en-US/thunderbird/addon/highlighter-222207/
where the developer laments:
"I am trying to work on a version for Thunderbird 68. I will keep you posted. In the mean time, use Thunderbird 60, or another software..
November 2019, the situation is still the same. I list it here, so people can understand:
- No single entry points to Thunderbird addons development, but multiple pages scattered on multiple domains owned or not by Mozilla.
- Some pages contains information from old version of Thunderbird.
- Some pages displays this page is "badly broken", and provides a link to another page, totally broken, with a lot of page not found links
- On the official forum, I received an answer to visit another unofficial forum to get the answer to my question.
- Accessing the text editor when composing a message does not work, and I cannot find up to date information anywhere
- A lot of pages are containing information to build Firefox extensions, not Thunderbird
- Entry point: https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Thunderbird_extensions/HowTos. Out of date information
- Thunderbird HowTos: https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Thunderbird_extensions/HowTos. "This page is badly broken". The alternative link provided is shown below.
- The alternative page: https://mdn.beonex.com/en/Extensions/Thunderbird/HowTos.html is even more broken and updated in 2012
- The official forum, on a domain not hosted by Mozilla: https://thunderbird.topicbox.com/groups/addons (WTF?)
At this point, it seems both the API and the documentation are going through a phase of change, I will wait for this to be finished. Unfortunately, this situation is ridiculous, both for the add-ons developers and the users."
I really hope the situation improves, good luck to us all.
Comment 36•5 years ago
•
|
||
(In reply to Luke Hamburg from comment #32)
Then, just when you think you'll be saved by some kind soul developing an AddOn, you find this:
https://addons.thunderbird.net/en-US/thunderbird/addon/highlighter-222207/
This one works with TB 78 for yellow markings:
https://addons.thunderbird.net/en-US/thunderbird/addon/textmarker/
Comment 37•5 years ago
|
||
John, here's a user who was frustrated not to find proper thunderbird addon documentation 10 months back. Can you share some good news?
I don't know if he had intentions of providing this missing feature through an addon.
There's one addon for the most basic case, yellow marking (see user story).
(In reply to Luke Hamburg from comment #32)
Gah, 14 years to get text highlight?
Yeah, sorry Luke, sh...abby things happen... It's actually more than that, and yes, that's odd. Reasons are complex, the fix is potentially complex, and even though it's annoying, it's just one issue between many others. We're fixing a lot of things, but fixing everything at the same time is way beyond our current manpower...
Then, just when you think you'll be saved by some kind soul developing an AddOn, you find this:
https://addons.thunderbird.net/en-US/thunderbird/addon/highlighter-222207/
where the developer laments:
"I am trying to work on a version for Thunderbird 68. I will keep you posted. In the mean time, use Thunderbird 60, or another software..
November 2019, the situation is still the same. I list it here, so people can understand:
- No single entry points to Thunderbird addons development, but multiple pages scattered on multiple domains owned or not by Mozilla.
[Snip]
I think the situation has improved much since you wrote this 10 months ago, and John will have good news for you wrt Thunderbird addon documentation.
- The official forum, on a domain not hosted by Mozilla: https://thunderbird.topicbox.com/groups/addons (WTF?)
I'm not sure why we would need to worry much about the hosting as long as we can connect and communicate... (pls be respectful).
That's an official forum entertained by Thunderbird, so you could actually get help there now.
At this point, it seems both the API and the documentation are going through a phase of change, I will wait for this to be finished. Unfortunately, this situation is ridiculous, both for the add-ons developers and the users."
I really hope the situation improves, good luck to us all.
You're lucky! John will know more :-)
Comment 38•5 years ago
|
||
Hi there,
we now have our own documentation:
https://developer.thunderbird.net
The menu on the left side has an entire add-on section further down. The entry point is:
https://developer.thunderbird.net/add-ons/about-add-ons
It covers current and past add-on types. An introduction to the new MailExtension type is here:
https://developer.thunderbird.net/add-ons/mailextensions
This is still new and has room for improvements, but I think it does contain all the relevant information at one place. The official communication channels are listed here:
https://developer.thunderbird.net/add-ons/community
Since the composeScript API works on the compose editor like a webpage does, chances are high an add-on can insert <span> blocks around selected text to change its background color with something like this:
https://stackoverflow.com/questions/3997659/replace-selected-text-in-contenteditable-div
Comment 39•5 years ago
|
||
Awesome, thanks John!
John is our expert for all things add-on!
Comment 40•4 years ago
|
||
meanwhile https://addons.thunderbird.net/en-US/thunderbird/addon/highlighter-222207/ has been removed by the author :-(
Comment 45•4 years ago
|
||
15 duplicates and counting...
Alex, if you want to bring a bit of joy to users by fulfilling this long-standing, ever-recurring wish - here's the place!
Being able to highlight important passages or words in an email message does sound like a useful and reasonable request.
Perhaps we could copy editor's node logics from similar commands like Bold.
Comment 46•4 years ago
|
||
(In reply to Andrei Boros from comment #40)
meanwhile https://addons.thunderbird.net/en-US/thunderbird/addon/highlighter-222207/ has been removed by the author :-(
Andrei, this one works for TB 78 (as pointed out in my comment 36 which you may have missed):
https://addons.thunderbird.net/en-US/thunderbird/addon/textmarker/
Updated•3 years ago
|
Updated•8 months ago
|
Description
•