{ currentNote.title = e.target.value; triggerAutoSave(); }" type="text" placeholder="Enter title" class="flex-1 min-w-0 text-2xl sm:text-3xl font-bold bg-transparent text-s-base0 outline-none placeholder-s-base0/50">
Notes
Menu
No note
>
{{ item.text }}
Outline Structure
{{ item.text }}
cursorIndex = e.target.selectionStart" @keyup="e => cursorIndex = e.target.selectionStart" @blur="formatContent" @select="e => cursorIndex = e.target.selectionStart" placeholder="Enter your note..." class="w-full flex-1 py-4 text-base sm:text-lg leading-relaxed bg-transparent text-s-base0 outline-none resize-none placeholder-s-base0/40 overflow-y-auto pb-24" :class="isOutlineExpanded ? 'hidden' : ''">
{{ item.title || 'Untitled' }}
Empty