From 049721bbfe5c877f4082acc58218529272e8dfeb Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 20 Nov 2025 21:32:06 +0200 Subject: [PATCH] docs(user): update limitations for printing/exporting --- .../Notes/Printing & Exporting as PDF.html | 10 +++++++--- .../Notes/Printing & Exporting as PDF.md | 5 +++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.html index f0c704785..35ae5862b 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.html @@ -105,9 +105,13 @@ class="admonition note">
  • For Collections:
  • Using Custom app-wide CSS for diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.md b/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.md index d8cbe4bfa..083ad6ec7 100644 --- a/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.md +++ b/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF.md @@ -74,8 +74,9 @@ Not all Note Types  * Line numbers are not printed. * Syntax highlighting is enabled, however a default theme (Visual Studio) is enforced. * For Collections: - * Only Presentation is currently supported. - * We plan to add support for all the collection types at some point. + * List View is supported, allowing to print multiple notes at once while preserving hierarchy (similar to a book). + * Presentation is also supported, where each slide/subnote is displayed. + * The rest of the collections are not supported, but we plan to add support for all the collection types at some point. * Using Custom app-wide CSS for printing is not longer supported, due to a more stable but isolated mechanism. * We plan to introduce a new mechanism specifically for a print CSS.