glob/ignore parent path when applying a schema #3837
Unanswered
danieleades
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to apply a meeting template to any document whose path contains
*.meet.[0-2][0-9][0-9][0-9].[0-1][0-9].[0-3][0-9]
, but i don't care about the root.I would like to have multiple 'project' namespaces, but a single 'meeting' template.
eg.
project-a.meet.2022.12.05.md
project-b.meet.2022.12.05.md
project-c.meet.2022.12.05.md
Is there some way to achieve this?
i've tried a schema like the following (without success)
i've also tried this-
I was able to get the following similar pattern to work -
project.*.meet.[0-2][0-9][0-9][0-9].[0-1][0-9].[0-3][0-9]
using this schema-
any help would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions