feat(print/list): display parent note title

This commit is contained in:
Elian Doran 2025-11-20 20:27:01 +02:00
parent a59d407f12
commit f4b6e9c25a
No known key found for this signature in database

View File

@ -68,6 +68,8 @@ export function ListPrintView({ note, noteIds: unfilteredNoteIds, highlightedTok
return (
<div class="note-list list-print-view">
<div class="note-list-container use-tn-links">
<h1>{note.title}</h1>
{notesWithContent?.map(({ note: childNote, content }) => (
<section id={`note-${childNote.noteId}`} class="note">
<h1>{childNote.title}</h1>