mirror of
https://github.com/zadam/trilium.git
synced 2025-11-21 08:04:24 +01:00
feat(print/list): display parent note title
This commit is contained in:
parent
a59d407f12
commit
f4b6e9c25a
@ -68,6 +68,8 @@ export function ListPrintView({ note, noteIds: unfilteredNoteIds, highlightedTok
|
|||||||
return (
|
return (
|
||||||
<div class="note-list list-print-view">
|
<div class="note-list list-print-view">
|
||||||
<div class="note-list-container use-tn-links">
|
<div class="note-list-container use-tn-links">
|
||||||
|
<h1>{note.title}</h1>
|
||||||
|
|
||||||
{notesWithContent?.map(({ note: childNote, content }) => (
|
{notesWithContent?.map(({ note: childNote, content }) => (
|
||||||
<section id={`note-${childNote.noteId}`} class="note">
|
<section id={`note-${childNote.noteId}`} class="note">
|
||||||
<h1>{childNote.title}</h1>
|
<h1>{childNote.title}</h1>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user