-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown-Here does not work with Thunderbird 60 Beta #495
Comments
@tehmul You can still use it if you change the |
Thanks, @pmanu93 - edited the ticket after trying your suggestion. |
I installed https://addons.mozilla.org/en-US/thunderbird/addon/markdown-here-xul/ but nothing shows up in the context menu |
Hm. When I try to install the file If I go to the Both of these occur whether This is with How are y'all installing this? |
I get the same result as @qolii with the release TB 60 (x86_64 Windows version) |
It looks like Thunderbird doesn't like the Not sure why it's explicitly called as it defaults to options type 1 anyway In the error console:
Deleting that line allows install But syntax highlight isn't working as mentioned in #515 |
Some more of my research: Several preferences are not saving this may be because according to the docs |
I've done some experiments trying to use setStringPref(). Preferences are saved, I also get the following error suggesting I am on the wrong path here:
But as this gets things working again I've opened a pull request: #518 |
@dugite-code Your PR changes are pretty much the same as what I have in progress. Except I have try-and-catch-exception rather than version-check. I prefer yours in principle, but I'm going to have to try it out in Postbox, Icedove, and Pale Moon (which all use the XUL extension, afaik). It might be more client-agnostic and robust to go the exception way. For the record, here are Mozilla notes about the string pref change: I also need to test the I might have to make separate builds for some of these clients (or abandon some of them). Edit: Oh... @dugite-code's version check is for Gecko's version, not for Thunderbird's version. Then that should work... |
Fix #495: Stopped working in Thunderbird 60
Fixed in PR #520. The new version has been submitted to Mozilla. I'll post here again when it's accepted (or you'll just get auto-updated). Be warned that sometimes approval takes a long time (and sometimes it doesn't). |
Mozilla review says: "Queue Position: 17 of 25" It started out at "19 of 19", so that's less advancement than it seems. If it takes a week to gain 2 positions... you can do the math. You can get the pre-review extension here: https://addons.thunderbird.net/thunderbird/downloads/file/1011811/markdown_here-2.13.3-tb.xpi (But caveats about "pre-review" apply. Maybe I did something shady so you should wait for the Mozilla review to clear it.) |
Mozilla approved the update just now. |
Markdown 2.13.2 is not compatible with Thunderbird 60.0b5 - any nightly/beta build available for TB 60 using webextensions available?
After disabling
extensions.strictCompatibility
, Markdown Here options (Tools>Addon Options>Markdown Here) show up as unclickable text on a transparent background.The text was updated successfully, but these errors were encountered: