Replies: 2 comments 3 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
You can set up a custom App CSS with: .fancytree-expander {
display: none !important;
}
.fancytree-node {
padding-left: 0.5em !important;
} |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hey folks,
I'm trying to clean up my note tree a bit. I use several notes as "workspaces" ,which have a ton of children.
The problem is, expanding them in the tree makes my sidebar really cluttered. I'd love to make these specific workspace notes "hoist-only" — meaning I can't expand them in the tree (the little triangle arrow would be hidden), and I can only see their contents by clicking the note or to hoist it.
I've been digging into CSS and JS scripting, trying to see if I can target notes with a specific attribute (like #workspace) to hide the expander, but I'm stuck.
Does anyone know a good way to do this? Is there a simple attribute I'm missing, or a CSS snippet that could get this done?
Beta Was this translation helpful? Give feedback.
All reactions