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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,8 @@ If both exclude *from* and *to* are set to `B`, the the output will be:
94
94
1 [[X]]
95
95
```
96
96
97
+
**Exclude links from paths** and **Exclude links to paths** works similarly to filename exclusion, but accept glob patterns. Check [picomatch docs](https://www.npmjs.com/package/picomatch#globbing-features) for detailed information. Useful, when you want to exclude some directories, for example, exclude everything from directory *Dailies* is `Dailies/**/*`.
98
+
97
99
98
100
## Compatibility
99
101
v0.0.1 was developed against Obsidian v0.9.12, but it may work in earlier versions (v0.9.7+).
0 commit comments