We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f02a53 commit 979c3a5Copy full SHA for 979c3a5
Writerside/topics/Configuration.md
@@ -11,6 +11,15 @@ some of the Memospot behavior can be configured via `memospot.yaml`.
11
~/.memospot/memospot.yaml
12
```
13
14
+> Optional locations (if moved manually by the user):
15
+>
16
+> ```Shell
17
+> $XDG_CONFIG_HOME/memospot/memospot.yaml
18
+> ```
19
20
+> ~/.config/memospot/memospot.yaml
21
22
+
23
- Windows:
24
25
- Explorer:
@@ -90,5 +99,10 @@ memospot:
90
99
# Then, you can edit `logging_config.yaml` changing `root.level`
91
100
# from `info` to `debug` to increase the logging level.
92
101
enabled: false
102
+ remote:
103
+ # Use Memospot as a client for a remote Memos server [false].
104
+ # - Added in v0.1.6.
105
+ enabled: false
106
+ url: https://demo.usememos.com/
93
107
94
108
0 commit comments