#50 - regexp and by-name matching support for target-folder

- documentation updates
This commit is contained in:
SebastianMC 2023-02-07 17:18:07 +01:00
parent 4a27ef03d2
commit 103821c712
1 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
> Document is partial, creation in progress > Document is partial, creation in progress
> Please refer to [README.md](../README.md) for more usage examples > Please refer to [README.md](../README.md) and [advanced-README.md](../advanced-README.md) for more usage examples
> Check also [syntax-reference.md](./syntax-reference.md) > Check also [syntax-reference.md](./syntax-reference.md)
--- ---
@ -421,13 +421,13 @@ An example piece of YAML frontmatter could look like:
--- ---
sorting-spec: | sorting-spec: |
// ... some sorting specification above // ... some sorting specification above
target-folder: Reviews/Attachments target-folder: Reviews/Attachments
target-folder: TODOs target-folder: TODOs
sorting: standard sorting: standard
// ... some sorting specification below // ... some sorting specification below
--- ---
``` ```