aecreations / clippings

Clippings: an extension for Mozilla Firefox
20 stars 4 forks source link

Unicode symbols / emojis not supported in placeholders' default values #418

Closed nbusseneau closed 1 year ago

nbusseneau commented 1 year ago

Reproduction template:

$[foo{bar|baz}]
$[quux{←|→}]
$[qux{💪|🚀}]

It would be a nice bonus if symbols / emojis were supported in these.

I think you may be already aware considering this snippet in the docs:

Commonly-used special characters are allowed in default values of placeholders, such as the question mark, parentheses, quotation marks, asterisk, common currency symbols, etc. Note that the pipe symbol (|), curly braces ({}) and square brackets([]) cannot be used.

In any case, thank you for your work and this extension 😄

aecreations commented 1 year ago

Unicode character table: https://old.unicode-table.com/en/blocks/

aecreations commented 1 year ago

This will be fixed in Clippings 6.5 and Clippings for Thunderbird 6.3.

nbusseneau commented 1 year ago

Cheers, thanks.