mirror of
https://github.com/zadam/trilium.git
synced 2026-02-05 21:34:23 +01:00
updated texts
This commit is contained in:
parent
6855bc1de6
commit
979fa0359a
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -42,5 +42,8 @@
|
||||
},
|
||||
"eslint.rules.customizations": [
|
||||
{ "rule": "*", "severity": "warn" }
|
||||
],
|
||||
"cSpell.words": [
|
||||
"Trilium"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -357,7 +357,9 @@
|
||||
<tr>
|
||||
<td><code>subtreeHidden</code>
|
||||
</td>
|
||||
<td>Hides all child notes of this note from the tree, displaying a badge with the count of hidden children. Children remain accessible via search or direct links.</td>
|
||||
<td>Hides all child notes of this note from the tree, displaying a badge with
|
||||
the count of hidden children. Children remain accessible via search or
|
||||
direct links.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>printLandscape</code>
|
||||
@ -380,7 +382,7 @@
|
||||
<tr>
|
||||
<td><code>map:*</code>
|
||||
</td>
|
||||
<td>Defines specific options for the <a class="reference-link" href="#root/_help_81SGnPGMk7Xc">Geo Map View</a>.</td>
|
||||
<td>Defines specific options for the <a class="reference-link" href="#root/_help_81SGnPGMk7Xc">Geo Map</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>calendar:*</code>
|
||||
@ -394,4 +396,4 @@
|
||||
href="#root/_help_0ESUbbAxVnoK">Note List</a> for more information.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
@ -1,5 +1,5 @@
|
||||
# Documentation
|
||||
There are multiple types of documentation for Trilium:<img class="image-style-align-right" src="api/images/JWpRkGvOzpu3/Documentation_image.png" width="205" height="162">
|
||||
There are multiple types of documentation for Trilium:<img class="image-style-align-right" src="api/images/y2NjgAW23yyj/Documentation_image.png" width="205" height="162">
|
||||
|
||||
* The _User Guide_ represents the user-facing documentation. This documentation can be browsed by users directly from within Trilium, by pressing <kbd>F1</kbd>.
|
||||
* The _Developer's Guide_ represents a set of Markdown documents that present the internals of Trilium, for developers.
|
||||
|
||||
@ -24,7 +24,7 @@ As a quick heads-up of some differences when compared to `npm`:
|
||||
|
||||
## Installing dependencies
|
||||
|
||||
Run `pnpm i` at the top of the `Notes` repository to install the dependencies.
|
||||
Run `pnpm i` at the top of the `Trilium` repository to install the dependencies.
|
||||
|
||||
> [!NOTE]
|
||||
> Dependencies are kept up to date periodically in the project. Generally it's a good rule to do `pnpm i` after each `git pull` on the main branch.
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user