Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add emoji support to the yaml text editor #17

Closed
afbjorklund opened this issue May 29, 2022 · 1 comment
Closed

Add emoji support to the yaml text editor #17

afbjorklund opened this issue May 29, 2022 · 1 comment

Comments

@afbjorklund
Copy link
Owner

afbjorklund commented May 29, 2022

Some of the example files are using emojis, like "green circle":

# CPUs: if you see performance issues, try limiting cpus to 1.
# 馃煝 Builtin default: 4
cpus: null

# Memory size
# 馃煝 Builtin default: "4GiB"
memory: null

# Disk size
# 馃煝 Builtin default: "100GiB"
disk: null

But these codepoints are not currently supported by the text editor:

lima-gui-yaml-editor


See e.g. https://unicode.org/emoji/charts/full-emoji-list.html#1f7e2

There is support for this in https://github.com/raven-worx/qrwemoticons

@afbjorklund
Copy link
Owner Author

Fixed, 285c588

lima-gui-yaml-emoticons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant