afbjorklund / lima-gui

Making a GUI for lima VM

Home Page:https://github.com/lima-vm/lima

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add emoji support to the yaml text editor

afbjorklund opened this issue · comments

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