Use text, custom shapes or emojis as nodes #96
Replies: 2 comments 1 reply
-
Okay that's a really cool idea, I love it! That's wayyy more visual than even more colors, genius! How's the performance of this? Not that it matters much as it would be a totally opt-in thing, but from what I've been able to tell is that doing more with the canvas = significant slowdowns, e.g. the labels. But anyway, I love it and would totally accept such a pull request! I think it would be good to have three options for the emoji:
The latter two I could see myself use a lot more, since it's not as disruptive. If you want help, to discuss and/or be more involved with the development of org-roam-ui you can join our telegram group! https://t.me/joinchat/RLxdY4LP5XNhZjgy |
Beta Was this translation helpful? Give feedback.
-
You can just add the emoji to the title of the node, is there something I'm missing here? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Let's say I have a fictional roam corpus, where I have gathered notes about vehicles.
I have tagged these notes with values like
Car
,Bike
…At first, in order to distinguish between these transportation types, I was using arbitrary colors.
Ok, so notes about Cars will be Red dots, notes about Boats will be Blue (because of the sea), notes about Planes will be … argggg another kind of Blue because of the sky…
This color palettes was not scaling well. So I though, what about display the tag name instead of the round disc symbolizing a node on the graph…
And finally, it strikes me : if I can replace a round disc by a dedicated text, what about using Emojis? It's even cooler and self explanatory!
🚗, 🚲, 🛫, ⛵…
I did hack a bit in order to have a quick proof of concept :

This way I can clearly see in 1 sec relations between notes in a very satisfying manner.
The code is absolutely not ready yet, but would you accept a Pull Request that would enhance the current tagging system?
Right now we can associated a tag with a color. What about expanding on the idea by also associating a small text box where the user could type a short word, and therefore emojis to be displayed in place of nodes?
Thanks for your feedback on this proposal.
Beta Was this translation helpful? Give feedback.
All reactions