Docs: thumb.<ext> child-note thumbnail pattern, auto-hide from menu, inline image attachments (/image/ path) convention

This commit is contained in:
trilium-share-gruvbox
2026-08-28 20:54:43 +02:00
parent e224dea9aa
commit 5eacadd574
2 changed files with 8 additions and 2 deletions
+3 -2
View File
@@ -31,8 +31,9 @@ no external dependencies (except `highlight.js`, vendored in `lib/`).
(post cards, garden table, menu) include the weekday (`dateText` from the generator).
- **Article thumbnails**: each post card shows the first image of the article on the left
(bounded by the teaser height), summary on the right, lazy-loaded. If an article has a child
note named `*_thumb.*` (e.g. `ngc281_thumb.jpg`), that image is used instead ideal for
serving small pre-made thumbnails.
note named `thumb.<ext>` **or** `*_thumb.<ext>` (e.g. `thumb.png`, `ngc281_thumb.jpg`), that
image is used instead ideal for serving small pre-made thumbnails. Thumb child notes are
auto-hidden from the blog menu (`shareHiddenFromTree`).
- **Pagination**: 10 posts per page on the index and category pages, with prev/next
navigation between the pages; article prev/next links stay within the article's category.
- Article metadata: date, category, summary, tags, prev/next navigation, reading time.