KNHaw / ThunderbirdObsidianClipper

A Thunderbird extension to clip messages to the Obsidian notetaking application.
Mozilla Public License 2.0
16 stars 0 forks source link

Use listInlineTextParts() to find text/html parts of message #28

Open KNHaw opened 3 months ago

KNHaw commented 3 months ago

In reviewing v0.4.2, John Bieling dropped an email suggesting a small change:

You might find this new API useful: https://webextension-api.thunderbird.net/en/128-esr-mv2/messages.html#listinlinetextparts-messageid

This could be used instead of manually searching for text parts.

I will try to fold this into the next revision.