diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Keyboard Shortcuts.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Keyboard Shortcuts.html index c50cd159a..322b6d808 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Keyboard Shortcuts.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Keyboard Shortcuts.html @@ -6,49 +6,45 @@ which will work even without Trilium being in focus (requires app restart to take effect).
See the corresponding section: Keyboard shortcuts +
See the corresponding section: Keyboard shortcuts
#keyboardShortcut with
- e.g. value Ctrl + I . Pressing this keyboard combination
- will then bring you to the note on which it is defined. Note that Trilium
- must be reloaded/restarted (Ctrl + R ) for changes to
- be in effect.#keyboardShortcut with
+ e.g. value Ctrl + I . Pressing this keyboard combination
+ will then bring you to the note on which it is defined. Note that Trilium
+ must be reloaded/restarted (Ctrl + R ) for changes to
+ be in effect.See demo of some of these features in note navigation.
Only in desktop (electron build):
These are hooked in Electron to be similar to native browser keyboard shortcuts.
See Multiple selection for +
See Multiple selection for more information about how selection works.
-
-
button to the right of a note's title to open a new split to the right
of it.
button next to it to close it.
or the
button to move around the splits.This is generally quite useful for reorganizing notes from one place to the other, by hoisting the old place in the first split and hoisting the new place to the second one. This will allow easy cut and paste without - the tree jumping around from switching between notes.
\ No newline at end of file + the tree jumping around from switching between notes. +Since v0.100.0, it's possible to have a split view on the mobile view + as well, with the following differences from the desktop version of the + split:
+Interaction:
+#calendar:color
#color, but applies the color only for the event
- in the calendar and not for other places such as the note tree.#iconClass
diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text.html
index fad87118d..008a783fc 100644
--- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text.html
+++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text.html
@@ -4,7 +4,7 @@
Most of the interaction with text notes is done via the built-in toolbars. Depending on preference, there are two different layouts:
Fore more information see Formatting toolbar.
Here's a list of various features supported by text notes:
-| Dedicated article | -Feature | -
|---|---|
| General formatting - | -
-
|
-
| Lists - | -
-
|
-
| Block quotes & admonitions - | -
-
|
-
| Tables - | -
-
|
-
| Developer-specific formatting - | -
-
|
-
| Footnotes - | -
-
|
-
| Images - | -
-
|
-
| Links - | -
-
|
-
| Include Note - | -
-
|
-
| Insert buttons - | -
-
|
-
| Other features - | -
-
|
-
| Premium features - | -
-
|
-
Text notes are usually opened in edit mode. However, they may open in - read-only mode if the note is too big or the note is explicitly marked - as read-only. For more information, see Read-Only Notes.
-There are numerous keyboard shortcuts to format the text without having - to use the mouse. For a reference of all the key combinations, see - Keyboard Shortcuts. In addition, see Markdown-like formatting as an alternative - to the keyboard shortcuts.
-For the text editing functionality, Trilium uses a commercial product - (with an open-source base) called CKEditor. - This brings the benefit of having a powerful WYSIWYG (What You See Is What - You Get) editor.
\ No newline at end of file +| Dedicated article | +Feature | +
|---|---|
| General formatting + | +
+
|
+
| Lists + | +
+
|
+
| Block quotes & admonitions + | +
+
|
+
| Tables + | +
+
|
+
| Developer-specific formatting + | +
+
|
+
| Footnotes + | +
+
|
+
| Images + | +
+
|
+
| Links + | +
+
|
+
| Include Note + | +
+
|
+
| Insert buttons + | +
+
|
+
| Other features + | +
+
|
+
| Premium features + | +
+
|
+
Text notes are usually opened in edit mode. However, they may open in + read-only mode if the note is too big or the note is explicitly marked + as read-only. For more information, see Read-Only Notes.
+There are numerous keyboard shortcuts to format the text without having + to use the mouse. For a reference of all the key combinations, see + Keyboard Shortcuts. In addition, see Markdown-like formatting as an alternative + to the keyboard shortcuts.
+For the text editing functionality, Trilium uses a commercial product + (with an open-source base) called CKEditor. + This brings the benefit of having a powerful WYSIWYG (What You See Is What + You Get) editor.
\ No newline at end of file diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/General formatting.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/General formatting.html index ad458585a..8b3bade55 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/General formatting.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/General formatting.html @@ -12,11 +12,11 @@Apart from using the UI, it is also possible to quickly insert headings using the Markdown-like shortcuts:
## for Heading 2### for Heading 3#### for Heading 4##### for Heading 5###### for Heading 6## for Heading 2### for Heading 3#### for Heading 4##### for Heading 5###### for Heading 6This formatting can be easily removed using the Remove formatting item.
The following keyboard shortcuts can be used here:
Alternatively, Markdown-like formatting can be used:
**text** or __text__
+ **text** or __text__
*text* or _text_
+ *text* or _text_
~~text~~
+ ~~text~~
When pasting content that comes with undesired formatting, an alternative to pasting and then removing formatting is pasting as plain text via Ctrl+Shift+V.
The Format Painter allows +
The Format Painter allows users to copy the formatting of text (such as bold, italic, Strikethrough, etc.) and apply it to other parts of the document. It helps maintain consistent formatting and accelerates the creation of rich content.
diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Premium features/Format Painter.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Premium features/Format Painter.html index 2d2bc60fc..327150306 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Premium features/Format Painter.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Premium features/Format Painter.html @@ -6,7 +6,7 @@This is a premium feature of the editor we are using (CKEditor) and we benefit from it thanks to an written agreement with the team. See Premium features for more information.
+ class="reference-link" href="#root/_help_gLt3vA97tMcp">Premium features for more information.The Format Painter is a feature in text notes that allows users to copy
the formatting of text (such as bold, italic, Strikethrough,
@@ -14,32 +14,35 @@
formatting and accelerates the creation of rich content.
Click the text that you want to copy the formatting from and use the paint
- formatting toolbar button () to
- copy the style. Then select the target text with your mouse to apply the
- formatting.
+There are multiple types of documentation for Trilium:
* The _User Guide_ represents the user-facing documentation. This documentation can be browsed by users directly from within Trilium, by pressing F1.
* The _Developer's Guide_ represents a set of Markdown documents that present the internals of Trilium, for developers.
diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json
index 5099eb827..f55f4f1b4 100644
--- a/docs/User Guide/!!!meta.json
+++ b/docs/User Guide/!!!meta.json
@@ -6192,31 +6192,38 @@
{
"type": "relation",
"name": "internalLink",
- "value": "CoFPLs3dRlXc",
+ "value": "5wZallV2Qo1t",
"isInheritable": false,
"position": 180
},
{
"type": "relation",
"name": "internalLink",
- "value": "A9Oc6YKKc65v",
+ "value": "CoFPLs3dRlXc",
"isInheritable": false,
"position": 190
},
{
"type": "relation",
"name": "internalLink",
- "value": "QrtTYPmdd1qq",
+ "value": "A9Oc6YKKc65v",
"isInheritable": false,
"position": 200
},
{
"type": "relation",
"name": "internalLink",
- "value": "MI26XDLSAlCD",
+ "value": "QrtTYPmdd1qq",
"isInheritable": false,
"position": 210
},
+ {
+ "type": "relation",
+ "name": "internalLink",
+ "value": "MI26XDLSAlCD",
+ "isInheritable": false,
+ "position": 220
+ },
{
"type": "label",
"name": "shareAlias",
@@ -6244,13 +6251,6 @@
"value": "",
"isInheritable": false,
"position": 40
- },
- {
- "type": "relation",
- "name": "internalLink",
- "value": "5wZallV2Qo1t",
- "isInheritable": false,
- "position": 220
}
],
"format": "markdown",
@@ -6904,10 +6904,17 @@
{
"type": "relation",
"name": "internalLink",
- "value": "Oau6X9rCuegd",
+ "value": "5wZallV2Qo1t",
"isInheritable": false,
"position": 40
},
+ {
+ "type": "relation",
+ "name": "internalLink",
+ "value": "Oau6X9rCuegd",
+ "isInheritable": false,
+ "position": 50
+ },
{
"type": "label",
"name": "iconClass",
@@ -6921,13 +6928,6 @@
"value": "general-formatting",
"isInheritable": false,
"position": 60
- },
- {
- "type": "relation",
- "name": "internalLink",
- "value": "5wZallV2Qo1t",
- "isInheritable": false,
- "position": 70
}
],
"format": "markdown",
@@ -8460,14 +8460,14 @@
"name": "internalLink",
"value": "gLt3vA97tMcp",
"isInheritable": false,
- "position": 30
+ "position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "MI26XDLSAlCD",
"isInheritable": false,
- "position": 40
+ "position": 20
},
{
"type": "label",
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.md b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.md
index 0ea683249..10c29a236 100644
--- a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.md
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.md
@@ -21,4 +21,20 @@ It is possible for each of the splits to have their own