mirror of
https://github.com/zadam/trilium.git
synced 2025-12-19 22:59:53 +01:00
docs(user): how to set data dir on Windows (closes #4853)
This commit is contained in:
@@ -383,7 +383,7 @@ for (const blob of orphanedBlobs) {
|
||||
|
||||
**Process:**
|
||||
|
||||
```sh
|
||||
```
|
||||
# Check for vulnerabilities
|
||||
npm audit
|
||||
|
||||
@@ -424,7 +424,7 @@ npm audit fix --force
|
||||
|
||||
**pnpm Patches:**
|
||||
|
||||
```sh
|
||||
```
|
||||
# Create patch
|
||||
pnpm patch @ckeditor/ckeditor5
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Trilium implements a **bidirectional synchronization system** that allows users
|
||||
|
||||
## Sync Architecture
|
||||
|
||||
```mermaid
|
||||
```
|
||||
graph TB
|
||||
Desktop1[Desktop 1<br/>Client]
|
||||
Desktop2[Desktop 2<br/>Client]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Documentation
|
||||
There are multiple types of documentation for Trilium:<img class="image-style-align-right" src="api/images/45okJ9xpVO32/Documentation_image.png" width="205" height="162">
|
||||
There are multiple types of documentation for Trilium:<img class="image-style-align-right" src="api/images/6iUHD6bZIVmd/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.
|
||||
|
||||
Reference in New Issue
Block a user