Write
Summary
Creates a new note if fname/vault doesn't exist or updates body of existing note
Options
fname
- type: string
Note fname. REQUIRED
vault
Note vault name. If more than one vault exists, this is required.
body
- type: string
- default: ""
Note body. This will override existing note body if note exists
Examples
dendron note write --fname "mytest" --vault vault --body "this is a body"
Backlinks