trilium/docs/User Guide
Elian Doran e96da8e851
fix(client): drop the inline title and type switcher on code notes
Code notes render full height, so the scrolling container is laid out as
a flex column with overflow: hidden and never scrolls. The inline title
collapses off an IntersectionObserver watching itself against the
viewport, which then never flips: the sticky title row kept its
hide-title class, and the large title sat permanently above the editor,
taking height that no scroll could reclaim.

Show the inline title on text notes only, and hide the note type
switcher for code notes the way Markdown notes already hide it. Both
gates now read the note type directly, which leaves the SQLite, Markdown
and icon-pack exclusions unreachable: each only ever matched a code or a
file note.

The New Layout page said the inline title affects text and code notes,
and promised a type switcher on new code notes. Both are corrected, in
the User Guide markdown and in the doc notes the app ships.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-10 19:49:02 +02:00
..
User Guide fix(client): drop the inline title and type switcher on code notes 2026-09-10 19:49:02 +02:00
!!!meta.json docs(user): add information about custom fonts 2026-08-30 22:26:38 +03:00
User Guide.md docs(user): add information about custom fonts 2026-08-30 22:26:38 +03:00