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 action menu to show/hide the child notes
Additional Information
after some investigations in the dev tools I saw that the child notes are rendered in a div at the end with the calss note-list-widget
and this class exist in a file named NoteList-<ID>.css, so I was able to hide it by adding the element display: none to the .note-list-widget class
and when I was checing the source code of trilium I saw this note-list-widget class 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 😅)
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 😅)