Remove leftover `--ignore-frontmatter-keyword` docs reference

An earlier iteration of #163 included this flag, but the final version
only uses `--skip-tags` and `--only-tags`.
This commit is contained in:
Nick Groenen 2023-12-03 17:19:30 +01:00
parent d6f8b4e692
commit 7bbd211732
No known key found for this signature in database
GPG Key ID: 4F0AD019928AE098
2 changed files with 2 additions and 4 deletions

View File

@ -140,9 +140,8 @@ To completely remove any frontmatter from exported notes, use `--frontmatter=nev
The following files are not exported by default:
* hidden files (can be adjusted with `--hidden`)
* files mattching a pattern listed in `.export-ignore` (can be adjusted with `--ignore-file`)
* files matching a pattern listed in `.export-ignore` (can be adjusted with `--ignore-file`)
* any files that are ignored by git (can be adjusted with `--no-git`)
* any files having `private: true` in their frontmatter (the keyword `private` can be changed with `--ignore-frontmatter-keyword`)
* using `--skip-tags foo --skip-tags bar` will skip any files that have the tags `foo` or `bar` in their frontmatter
* using `--only-tags foo --only-tags bar` will skip any files that **don't** have the tags `foo` or `bar` in their frontmatter

View File

@ -15,9 +15,8 @@ To completely remove any frontmatter from exported notes, use `--frontmatter=nev
The following files are not exported by default:
* hidden files (can be adjusted with `--hidden`)
* files mattching a pattern listed in `.export-ignore` (can be adjusted with `--ignore-file`)
* files matching a pattern listed in `.export-ignore` (can be adjusted with `--ignore-file`)
* any files that are ignored by git (can be adjusted with `--no-git`)
* any files having `private: true` in their frontmatter (the keyword `private` can be changed with `--ignore-frontmatter-keyword`)
* using `--skip-tags foo --skip-tags bar` will skip any files that have the tags `foo` or `bar` in their frontmatter
* using `--only-tags foo --only-tags bar` will skip any files that **don't** have the tags `foo` or `bar` in their frontmatter