mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
note list rendering WIP
This commit is contained in:
@@ -60,9 +60,6 @@ export default class BookTypeWidget extends TypeWidget {
|
||||
.append(' if you want to add some text.'));
|
||||
}
|
||||
|
||||
// const zoomLevel = parseInt(note.getLabelValue('bookZoomLevel')) || this.getDefaultZoomLevel();
|
||||
// this.setZoom(zoomLevel);
|
||||
|
||||
const noteListRenderer = new NoteListRenderer(note, await note.getChildNotes());
|
||||
|
||||
this.$content.append(await noteListRenderer.renderList());
|
||||
|
||||
Reference in New Issue
Block a user