Emoji "icons" for folder, notes and checklists #463
nitobuendia
started this conversation in
Ideas
Replies: 1 comment
-
|
Hey, I unfortunately already turned down this same request, I'm not the biggest fan of it and it's a lot of code overhead for something that can be achieved by users themselves If you wanted to hide all icons for notes/checklist to replace them with emojis by yourself you can do this in the custom CSS section .jotty-sidebar-categories a[href*="/note"] svg,
.jotty-sidebar-categories a[href*="/checklist"] avg {
display: none;
}This will hide the icons and allow you to add custom emojis without duplications |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In addition to the name of the file/folder, allow for an icon to be able to quickly differentiate. Leveraging emojis is probably the fastest, most straightforward way.
This is an example of a different notes app:

Note: The current workaround is just to add the emoji to the name itself, which is supported, but the idea is that it would replace these icons:
Beta Was this translation helpful? Give feedback.
All reactions