trilium/docs/User Guide/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
..
Advanced Usage feat(ocr): rasterize scanned PDF pages with PDFium instead of pulling their images 2026-09-09 00:21:05 +02:00
AI docs(ai): state how a custom endpoint's base URL is completed 2026-09-08 23:36:12 +02:00
Basic Concepts and Features fix(client): drop the inline title and type switcher on code notes 2026-09-10 19:49:02 +02:00
Collections feat(geomap): show the device's location (#11355) 2026-09-06 12:55:58 +02:00
Installation & Setup fix(desktop): adapt login item and clipboard APIs to Electron 44 2026-08-30 02:00:04 +00:00
Miscellaneous docs(user): fix broken links 2026-07-18 11:39:54 +03:00
Note Types docs(user): add mention about PDF OCR 2026-09-10 18:05:25 +02:00
Scripting Merge branch 'main' into feat/multiple-widgets-per-note 2026-08-27 19:25:43 -05:00
Theme development fix(icon packs): resolve CSS escape sequences in manifest glyphs 2026-08-30 23:47:14 +03:00
Troubleshooting docs(user): update to Notion import 2026-06-24 09:23:37 +03:00
AI.md docs(user): add documentation regarding in-editor AI assistant 2026-08-15 15:00:55 +03:00
Collections_collection_board.webp docs(user): update to Notion import 2026-06-24 09:23:37 +03:00
Collections_collection_calendar.webp docs(user): update to Notion import 2026-06-24 09:23:37 +03:00
Collections_collection_geomap.webp docs(user): update to Notion import 2026-06-24 09:23:37 +03:00
Collections_collection_presentation.webp docs(user): update to Notion import 2026-06-24 09:23:37 +03:00
Collections_collection_table.webp docs(user): update to Notion import 2026-06-24 09:23:37 +03:00
Collections.md docs(user): document geo map & technologies used 2026-08-09 10:22:29 +03:00
FAQ.md docs(user): document hiding the subtree 2026-01-10 12:57:11 +02:00
Feature Highlights.md docs(user): add documentation regarding in-editor AI assistant 2026-08-15 15:00:55 +03:00
Note Types_image.png chore(monorepo): put back docs 2025-04-18 16:10:44 +03:00
Note Types.md docs(user): OIDC & content language 2026-08-06 18:45:26 +03:00
Quick Start.md docs(guide): deduplicate home page with quick start 2025-10-29 22:00:31 +02:00
Scripting.md docs(user): mention launch bar widgets on mobile 2026-08-17 22:23:35 +03:00
Troubleshooting.md docs(user): improve documentation on password reset 2026-04-28 17:56:30 +03:00