mirror of
https://github.com/zadam/trilium.git
synced 2026-01-07 16:02:13 +01:00
docs(help): document quick edit
This commit is contained in:
@@ -11,7 +11,7 @@ When a note has one or more child notes, they will be listed at the end of the n
|
||||
By default, the notes will be displayed in a grid, however there are also some other view types available.
|
||||
|
||||
> [!TIP]
|
||||
> Generally the view type can only be changed in a <a class="reference-link" href="../../Note%20Types/Book.md">Book</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="../../Note%20Types/Collections.md">Book</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.
|
||||
|
||||
### Grid view
|
||||
|
||||
|
||||
@@ -28,7 +28,9 @@ Unlike other Book view types, the Calendar view also allows some kind of interac
|
||||
|
||||
* Hovering the mouse over an event will display information about the note.
|
||||

|
||||
* Left clicking the event will go to that note. Middle clicking will open the note in a new tab and right click will offer more options including opening the note in a new split or window.
|
||||
* Left clicking the event will open a <a class="reference-link" href="../../UI%20Elements/Quick%20edit.md">Quick edit</a> to edit the note in a popup while allowing easy return to the calendar by just dismissing the popup.
|
||||
* Middle clicking will open the note in a new tab.
|
||||
* Right click will offer more options including opening the note in a new split or window.
|
||||
* Drag and drop an event on the calendar to move it to another day.
|
||||
* The length of an event can be changed by placing the mouse to the right edge of the event and dragging the mouse around.
|
||||
|
||||
|
||||
@@ -60,10 +60,11 @@ If moved by mistake, there is currently no way to undo the change. If the mouse
|
||||
|
||||
## Interaction with the markers
|
||||
|
||||
* Hovering over a marker will display the content of the note it belongs to.
|
||||
* Hovering over a marker will display a <a class="reference-link" href="../../UI%20Elements/Note%20Tooltip.md">Note Tooltip</a> with the content of the note it belongs to.
|
||||
* Clicking on the note title in the tooltip will navigate to the note in the current view.
|
||||
* Middle-clicking the marker will open the note in a new tab.
|
||||
* Right-clicking the marker will open a contextual menu allowing:
|
||||
* Right-clicking the marker will open a contextual menu (as described below).
|
||||
* If the map is in read-only mode, clicking on a marker will open a <a class="reference-link" href="../../UI%20Elements/Quick%20edit.md">Quick edit</a> popup for the corresponding note.
|
||||
|
||||
## Contextual menu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user