{{ currentFolderId === null ? 'INBOX' : (currentFolderId === TRASH_FOLDER_ID ? 'TRASH' : (folders.find(f => f.id === currentFolderId)?.name || 'Folder')) }}
Empty Folder
📌 Pinned
{{ note.title || 'Untitled' }}
{{ getPlainContent(note.content) || 'No content' }}
{{ note.title || 'Untitled' }}
{{ getPlainContent(note.content).substring(0, 100) }}📄 Notes
{{ note.title || 'Untitled' }}
{{ getPlainContent(note.content) || 'No content' }}
{{ note.title || 'Untitled' }}
{{ getPlainContent(note.content).substring(0, 100) }}{{ selectedNote.title || 'Untitled Note' }}
No note selected