1.0.1
What's New
Glass UI Redesign
Complete visual overhaul with a glass/frosted style — buttons, action bar, folder cards, and badges all use the new aesthetic. Toggleable via the useGlass setting.
Inline Search
Search now lives inside the action bar instead of a separate row. Faster too — debounced pipeline with no lag, flat BFS traversal across subfolders, and search by #tag or @foldernote prefixes.
Atomic Component System
New reusable UI primitives: ActionButton, IconButton, Badge, and layout components (Group, Stack, Separator). Cleaner, more consistent look across card and list views.
Parent Folder Button
Replaced breadcrumbs with a simple parent-folder navigation button. Works better on mobile.
Pagination Opt-Out
New usePagination setting — disable it to show all files at once without page controls.
Mobile Polish
Better layout on mobile devices — breadcrumbs hidden, parent button shown instead, improved touch targets.
Other Improvements
- Pinned files (
pin: true/fav: truein frontmatter) shown at top with heart icon - PDF files properly hidden when
onlyNotesis enabled - RTL pagination direction fix
- CSS split into component-scoped files for maintainability