mirror of
https://github.com/zadam/trilium.git
synced 2025-11-21 08:04:24 +01:00
chore(print/list): get note content to render
This commit is contained in:
parent
7f81b83955
commit
73e7fa0f85
@ -47,7 +47,13 @@ export function ListPrintView({ note, noteIds: unfilteredNoteIds, highlightedTok
|
||||
<div class="note-list list-print-view">
|
||||
<div class="note-list-container use-tn-links">
|
||||
{notes?.map(childNote => (
|
||||
<h1>{childNote.title}</h1>
|
||||
<>
|
||||
<h1>{childNote.title}</h1>
|
||||
<NoteContent
|
||||
note={childNote}
|
||||
highlightedTokens={highlightedTokens}
|
||||
/>
|
||||
</>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user