mirror of
https://github.com/zadam/trilium.git
synced 2026-09-12 19:50:20 +05:00
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> |
||
|---|---|---|
| .. | ||
| Advanced Usage | ||
| AI | ||
| Basic Concepts and Features | ||
| Collections | ||
| Installation & Setup | ||
| Miscellaneous | ||
| Note Types | ||
| Scripting | ||
| Theme development | ||
| Troubleshooting | ||
| AI.md | ||
| Collections_collection_board.webp | ||
| Collections_collection_calendar.webp | ||
| Collections_collection_geomap.webp | ||
| Collections_collection_presentation.webp | ||
| Collections_collection_table.webp | ||
| Collections.md | ||
| FAQ.md | ||
| Feature Highlights.md | ||
| Note Types_image.png | ||
| Note Types.md | ||
| Quick Start.md | ||
| Scripting.md | ||
| Troubleshooting.md | ||