Did anyone manage to set a Regex for files in a specific path? #199
Unanswered
ololiuhqui
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
After much testing, I managed to match a few custom rules: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried something like
.*\/folder($|\/.*)(with and without escaping the backslash).But while in https://regex101.com/ is showing to be matching all files and folders within that specific path, it does not in Obsidian, am i missing something?
It looks like only simple global rules like
.*do work for me.Beta Was this translation helpful? Give feedback.
All reactions