Hide Child Notes at the End of Text Notes #9258
Unanswered
rami-shalhoub
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
This is already supported, but currently not in the UI so it requires an attribute change: https://docs.triliumnotes.org/user-guide/concepts/notes/note-list#configuration. |
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.
-
Describe feature
When working with text notes, any chide notes under it appears at the end of the note
I think it is a good idea to add a toggle in the
dropdown note actionmenu to show/hide the child notesAdditional Information
after some investigations in the dev tools I saw that the child notes are rendered in a
divat the end with the calssnote-list-widgetand this class exist in a file named
NoteList-<ID>.css, so I was able to hide it by adding the elementdisplay: noneto the.note-list-widgetclassand when I was checing the source code of trilium I saw this
note-list-widgetclass gets hidden when zen mode is enabled, so I dont think it will be hard to implement this idea (I would have done it myself tbh if I know how but unfortunately I dont 😅)Beta Was this translation helpful? Give feedback.
All reactions