Replies: 1 comment 6 replies
-
Emoji look different across platforms (and they don't work in the web editor), so I'd prefer not. This can be misleading if multiple team members are working on different platforms. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, it's possible to give a node a custom icon by providing a path to an image file using
@icon("path")
I propose allowing emojis to be used as well, like this:
@icon("❤️")
This would make it easier and faster to customize node icons without needing external image files, improving visual organization and development efficiency.
This proposal would also complement the recently added feature [macOS/Windows] Add Emoji & Symbols context menu item to LineEdit/TextEdit to show system character picker. #101021, by @bruvzg making emoji usage more accessible throughout the editor.
If you're not familiar with this feature, here's a helpful video explaining how it works:
![C16YC1ZDtCA-MQ](https://private-user-images.githubusercontent.com/102230735/404793476-f9853141-74be-4e96-9985-0d37ca44019f.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMDc3NjAsIm5iZiI6MTczOTEwNzQ2MCwicGF0aCI6Ii8xMDIyMzA3MzUvNDA0NzkzNDc2LWY5ODUzMTQxLTc0YmUtNGU5Ni05OTg1LTBkMzdjYTQ0MDE5Zi5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQxMzI0MjBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zY2IwNTRhMmFlMGEyZDEzYWM4Yjg0YWE5YTIxMzk5YjVhZDgyYzQ1MzA1N2FlZDYzZWMwMDZkMGEzODJmYzU0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.cz_0eRQJQMoLUJmzH8EnbGjjjknN3JvEnzLR-0p59d0)
https://youtu.be/C16YC1ZDtCA?si=_VMGGGSjR88SzVgt
Beta Was this translation helpful? Give feedback.
All reactions