mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 07:09:54 +01:00
docs(user): move collections one level up
This commit is contained in:
@@ -12,4 +12,4 @@ When a note has one or more child notes, they will be listed at the end of the n
|
||||
|
||||
The view types dictate how the child notes are represented. By default, the notes will be displayed in a grid, however there are also some other view types available.
|
||||
|
||||
Generally the view type can only be changed in a <a class="reference-link" href="../../Note%20Types/Collections.md">Collections</a> note from the <a class="reference-link" href="../UI%20Elements/Ribbon.md">Ribbon</a>, but it can also be changed manually on any type of note using the `#viewType` attribute.
|
||||
Generally the view type can only be changed in a <a class="reference-link" href="../../Collections.md">Collections</a> note from the <a class="reference-link" href="../UI%20Elements/Ribbon.md">Ribbon</a>, but it can also be changed manually on any type of note using the `#viewType` attribute.
|
||||
@@ -63,8 +63,8 @@ Not all <a class="reference-link" href="../../Note%20Types.md">Note Types</a>
|
||||
* For <a class="reference-link" href="../../Note%20Types/Code.md">Code</a> notes:
|
||||
* Line numbers are not printed.
|
||||
* Syntax highlighting is enabled, however a default theme (Visual Studio) is enforced.
|
||||
* For <a class="reference-link" href="../../Note%20Types/Collections.md">Collections</a>:
|
||||
* Only <a class="reference-link" href="../../Note%20Types/Collections/Presentation%20View.md">Presentation View</a> is currently supported.
|
||||
* For <a class="reference-link" href="../../Collections.md">Collections</a>:
|
||||
* Only <a class="reference-link" href="../../Collections/Presentation%20View.md">Presentation View</a> is currently supported.
|
||||
* We plan to add support for all the collection types at some point.
|
||||
* Using <a class="reference-link" href="../../Theme%20development/Custom%20app-wide%20CSS.md">Custom app-wide CSS</a> 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.
|
||||
|
||||
@@ -40,4 +40,4 @@ When pressed, the note will become editable but will become read-only again afte
|
||||
Some note types have a special behavior based on whether the read-only mode is enabled:
|
||||
|
||||
* <a class="reference-link" href="../../Note%20Types/Mermaid%20Diagrams.md">Mermaid Diagrams</a> will hide the Mermaid source code and display the diagram preview in full-size. In this case, the read-only mode can be easily toggled on or off via a dedicated button in the <a class="reference-link" href="../UI%20Elements/Floating%20buttons.md">Floating buttons</a> area.
|
||||
* <a class="reference-link" href="../../Note%20Types/Collections/Geo%20Map%20View.md">Geo Map View</a> will disallow all interaction that would otherwise change the map (dragging notes, adding new items).
|
||||
* <a class="reference-link" href="../../Collections/Geo%20Map%20View.md">Geo Map View</a> will disallow all interaction that would otherwise change the map (dragging notes, adding new items).
|
||||
@@ -15,7 +15,7 @@ The following information is displayed:
|
||||
The tooltip can be found in multiple places, including:
|
||||
|
||||
* In <a class="reference-link" href="../../Note%20Types/Text.md">Text</a> notes, when hovering over <a class="reference-link" href="../../Note%20Types/Text/Links/Internal%20(reference)%20links.md">Internal (reference) links</a> .
|
||||
* <a class="reference-link" href="../../Note%20Types/Collections.md">Collections</a>:
|
||||
* <a class="reference-link" href="../../Note%20Types/Collections/Geo%20Map%20View.md">Geo Map View</a>, when hovering over a marker.
|
||||
* <a class="reference-link" href="../../Note%20Types/Collections/Calendar%20View.md">Calendar View</a>, when hovering over an event.
|
||||
* <a class="reference-link" href="../../Note%20Types/Collections/Table%20View.md">Table View</a>, when hovering over a note title, or over a [relation](../../Advanced%20Usage/Attributes/Relations.md).
|
||||
* <a class="reference-link" href="../../Collections.md">Collections</a>:
|
||||
* <a class="reference-link" href="../../Collections/Geo%20Map%20View.md">Geo Map View</a>, when hovering over a marker.
|
||||
* <a class="reference-link" href="../../Collections/Calendar%20View.md">Calendar View</a>, when hovering over an event.
|
||||
* <a class="reference-link" href="../../Collections/Table%20View.md">Table View</a>, when hovering over a note title, or over a [relation](../../Advanced%20Usage/Attributes/Relations.md).
|
||||
@@ -5,16 +5,16 @@ _Quick edit_ provides an alternative to the standard tab-based navigation and ed
|
||||
|
||||
Instead of clicking on a note which switches the <a class="reference-link" href="Note%20Tree.md">Note Tree</a> to the newly selected note, or navigating between two different <a class="reference-link" href="Tabs.md">Tabs</a>, the _Quick edit_ feature opens as a popup window that can be easily dismissed.
|
||||
|
||||
This feature is also well integrated with <a class="reference-link" href="../../Note%20Types/Collections.md">Collections</a> such as the calendar view, which makes it easy to edit entries without having to go back and forth between the child note and the calendar.
|
||||
This feature is also well integrated with <a class="reference-link" href="../../Collections.md">Collections</a> such as the calendar view, which makes it easy to edit entries without having to go back and forth between the child note and the calendar.
|
||||
|
||||
## Feature highlights
|
||||
|
||||
* All note types are supported, including <a class="reference-link" href="../../Note%20Types/Collections.md">Collections</a>.
|
||||
* Note that the <a class="reference-link" href="../Notes/Note%20List.md">Note List</a> will not be displayed, except for notes of type <a class="reference-link" href="../../Note%20Types/Collections.md">Collections</a>.
|
||||
* All note types are supported, including <a class="reference-link" href="../../Collections.md">Collections</a>.
|
||||
* Note that the <a class="reference-link" href="../Notes/Note%20List.md">Note List</a> will not be displayed, except for notes of type <a class="reference-link" href="../../Collections.md">Collections</a>.
|
||||
* For <a class="reference-link" href="../../Note%20Types/Text.md">Text</a> notes, depending on user preference, both the floating and classic editors are supported. See <a class="reference-link" href="../../Note%20Types/Text/Formatting%20toolbar.md">Formatting toolbar</a>.
|
||||
* The title and the note and the icon are editable, just like a normal tab.
|
||||
* The <a class="reference-link" href="../../Advanced%20Usage/Attributes/Promoted%20Attributes.md">Promoted Attributes</a> are also displayed.
|
||||
* This integrates well with <a class="reference-link" href="../../Note%20Types/Collections.md">Collections</a> where there are predefined attributes such as the _Start date_ and _End date_, allowing for easy editing.
|
||||
* This integrates well with <a class="reference-link" href="../../Collections.md">Collections</a> where there are predefined attributes such as the _Start date_ and _End date_, allowing for easy editing.
|
||||
|
||||
## Accessing the quick edit
|
||||
|
||||
@@ -25,9 +25,9 @@ This feature is also well integrated with <a class="reference-link" href="../..
|
||||
* Right click and select _Quick edit_.
|
||||
* or, press <kbd>Ctrl</kbd>+<kbd>Right click</kbd> on the link.
|
||||
* On a <a class="reference-link" href="Note%20Tooltip.md">Note Tooltip</a>, press the quick edit icon.
|
||||
* In <a class="reference-link" href="../../Note%20Types/Collections.md">Collections</a>:
|
||||
* For <a class="reference-link" href="../../Note%20Types/Collections/Calendar%20View.md">Calendar View</a>:
|
||||
* In <a class="reference-link" href="../../Collections.md">Collections</a>:
|
||||
* For <a class="reference-link" href="../../Collections/Calendar%20View.md">Calendar View</a>:
|
||||
* Clicking on an event will open that event for quick editing.
|
||||
* If the calendar is for the <a class="reference-link" href="../../Advanced%20Usage/Advanced%20Showcases/Day%20Notes.md">Day Notes</a> root, clicking on the day number will open the popup for that day note.
|
||||
* For <a class="reference-link" href="../../Note%20Types/Collections/Geo%20Map%20View.md">Geo Map View</a>:
|
||||
* For <a class="reference-link" href="../../Collections/Geo%20Map%20View.md">Geo Map View</a>:
|
||||
* Clicking on a marker will open that marker, but only if the map is in read-only mode.
|
||||
Reference in New Issue
Block a user