dont search inline tags by default
This commit is contained in:
parent
7be5c026b0
commit
4bb15f3a1d
6 changed files with 10 additions and 10 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue