-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Added Thunderbird support #126
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor review things. 🙂
thunderbird: "https://addons.thunderbird.net/thunderbird/addon/unicodify-text-transformer/?utm_source=unicodify-addon&utm_medium=addon&utm_content=unicodify-addon-settings-inline&utm_campaign=unicodify-addon-settings-inline", | ||
chrome: "https://chrome.google.com/webstore/detail/unicodify-text-transformer/", | ||
}).then((browserUrl) => { | ||
document.getElementById("link-unicodify").href = browserUrl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm I don't see that ID being used anywhere in the options.html?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, this ID would be used by #93, so I will comment this line out and add a comment. Alternatively, I could add something like this to options.html
:
<span class="helper-text">For Unicode font conversion from the context menu, please try our <strong>υ</strong> <a id="link-unicodify">Unicodify</a> add-on.</span>
Co-authored-by: rugk <rugk+git@posteo.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, so I guess this can be merged?
Yes, I will create another PR after this is merged with the rest of the changes from the published ATN version of the add-on (see #49 (comment)). |
Added initial Thunderbird support. Fixes #49
Requires renaming the
thunderbirdmanifest.json
file tomanifest.json
and moving it tosrc/
.More changes will be needed if/when #93 is merged.