obsidian-export/src
Nick Groenen 634b0d70ac
New: add start_at option to export a partial vault
This introduces a new `--start-at` CLI argument and corresponding
`start_at()` method on the Exporter type that allows exporting of only a
given subdirectory within a vault.

See the updated README file for more details on when and how this may be
used.
2021-08-27 16:03:54 +02:00
..
context.rs Fix 4 new clippy lints 2021-07-27 15:00:44 +02:00
frontmatter.rs new: postprocessing support 2021-04-11 13:52:40 +02:00
lib.rs New: add start_at option to export a partial vault 2021-08-27 16:03:54 +02:00
main.rs New: add start_at option to export a partial vault 2021-08-27 16:03:54 +02:00
references.rs Don't borrow references that are immediately dereferenced 2021-08-27 11:27:46 +02:00
walker.rs Chg: Don't Box FilterFn in WalkOptions 2021-02-12 13:37:00 +01:00