Lookup Legacy

Summary

Find or create a note

Options

query

  • type: string

Note to query for. Same syntax as Lookup

output

  • defautl: json
  • values: json|md_gfm|md_dendron
    • json: JSON output
    • md_dendron: dendron markdown
    • md_gfm: github flavored markdown

Controls how note is formatted

Examples

creating a note

# creates hello if it does not exist
dendron note lookup --query "hello" 

Querying a note

# retrieves hello.md if it does exist
dendron note lookup --query "hello" 

Querying a note with GitHub Flavored Markdown output

# retrieves hello.md if it does exist
dendron note lookup --query "hello" --output md_gfm

Backlinks