Skip to content

Hide Child Notes at the End of Text Notes #9257

@rami-shalhoub

Description

@rami-shalhoub

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 😅)

Metadata

Metadata

Assignees

No one assigned

    Labels

    UIIssues related to user-interface/front-end
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions