You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the Markdown file you want to open is in a vault, open the vault, otherwise link the file's parent directory to the Recent vault and then open the file.[^standalone]
70
54
71
-
Related configuration:
72
-
```xml
73
-
<addkey="OpenMode"value="VaultRecent" />
74
-
<addkey="RecentVault"value="C:\path\to\Recent" />
75
-
<addkey="RecentLimit"value="10" />
76
-
```
77
-
where `RecentVault` is the location of your Recent vault and `RecentLimit` is the maximum number of subdirectories in Recent.
78
-
79
55
- Recent
80
56
81
57
Whether the Markdown file you want to open is in a vault, link its parent directory to the Recent vault and then open it.
82
58
83
-
Related configuration:
84
-
```xml
85
-
<addkey="OpenMode"value="Recent" />
86
-
<addkey="RecentVault"value="C:\path\to\Recent" />
87
-
<addkey="RecentLimit"value="10" />
88
-
```
89
-
90
-
91
59
Notice: The vault where the Markdown file in (and the Recent vault) must be in the vault list of Obsidian before opening the file, i.e., you must have opened that vault before, otherwise Obsidian will report an error when opening the vault.
92
60
93
-
94
61
## ContextMenu
95
62

96
63
97
-
It is used to open the corresponding directory in Obsidian, complementing the defect that the CLI cannot be associated with directories.
64
+
This menu is used to open the corresponding directory in Obsidian, complementing the defect that the CLI cannot be associated with directories.
0 commit comments