Unicode lookup functionality? #2438
Closed
haakonstorm
started this conversation in
Plugin Request
Replies: 3 comments 1 reply
-
Hi there, this appears to be a plugin request for searching unicode characters, converting to plugin request in discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just created a plugin for finding Unicord characters inspired by this discussion. Feel free to try it out: https://github.com/z1nc0r3/Unicode-Finder-Plugin. It'll take some time to populate on the plugin store btw. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, this is awesome and will be super useful! :-D |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Coming from macOS with Alfred, there are extensions to ease entering unicode and emoji characters.
E.g.
: smile
Searches for emoji symbols with "smile" in its searchable description, providing a list of "smile" emojis to select from. I have installed the emoji picker extension for Flow Launcher which works great.
But for unicode, e.g. for finding foreign characters, rarely used symbols, and often used symbols like squared, cubed, etc, in Alfred the unicode extension (trigged with double colons), e.g:
:: squared
Searches for unicode symbols with "squared" in the description, so I can select the superscript 2 and insert it.
Describe the solution you'd like
Type e.g.:
:: squared
And Flow Launcher searches through unicode characters, providing the superscript 2 to insert.
Describe alternatives you've considered
The Windows emoji picker (
WIN
key +.
(dot)) works, but needs to be used with the mouse. Flow Launcher is for doing most things with the keyboard, right?Additional context
The python source code for the Alfred unicode is here:
https://github.com/blueset/alfred-search-unicode
This project in turn depends on "uni" which is hosted here, written in Go and shell script:
https://github.com/arp242/uni
From what I can see, all that we need is to parse this:
https://raw.githubusercontent.com/arp242/uni/master/unidata/gen_codepoints.go
This is in a format like this:
I think this would be super useful for many people.
Thank you all for a great launcher and plug in ecosystem, making transitioning from macOS and Alfred to Windows a bit easier.
Beta Was this translation helpful? Give feedback.
All reactions