|
|
@ -1,9 +1,13 @@
|
|
|
|
# obsidian-pipeline
|
|
|
|
# obsidian-pipeline
|
|
|
|
|
|
|
|
|
|
|
|
# Features
|
|
|
|
# Overview
|
|
|
|
`obsidian-pipeline` or `obp` enables headless management of your Obsidian vault.
|
|
|
|
`obsidian-pipeline` or `obp` enables headless management of your Obsidian vault.
|
|
|
|
|
|
|
|
|
|
|
|
Maintaining a collection of notes involves a lot of logistical overhead.
|
|
|
|
`obp` is primarily targeted at users who are programmatically interacting
|
|
|
|
|
|
|
|
with their vaults, publishing them via static site generators or doing
|
|
|
|
|
|
|
|
quality control with scheduled tasks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Features
|
|
|
|
## Validation
|
|
|
|
## Validation
|
|
|
|
Markdown allows you to preface your document with another, typically in
|
|
|
|
Markdown allows you to preface your document with another, typically in
|
|
|
|
YAML, that contains metadata about the document. A common use-case for this is
|
|
|
|
YAML, that contains metadata about the document. A common use-case for this is
|
|
|
|