dont search inline tags by default

This commit is contained in:
JMARyA 2024-03-08 13:42:19 +01:00
parent 7be5c026b0
commit 4bb15f3a1d
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 10 additions and 10 deletions

View file

@ -17,7 +17,7 @@ Usage: `mdq [OPTIONS] <dir>`
| `-g, --groupby <KEY>` | Group results based on specified key |
| `-r, --reverse` | Reverse the results |
| `--noheader` | Dont print header in CSV mode. Useful for scripting |
| `--ignoretags` | Dont search for and add inline `#tags` to tags frontmatter |
| `-t, --inline-tags` | Search for inline `#tags` and include them in frontmatter |
## Filters
You can query your document using filters. MDQ uses [jsonfilter](https://git.hydrar.de/jmarya/jsonfilter), so you can query similiar to the `find()` function of MongoDB.