Skip to main content

Module vault_bindings

Module vault_bindings 

Source
Expand description

Vault operation bindings for Lua.

This module provides Lua bindings for vault operations:

  • mdv.template(name, vars?) - Render a template by name
  • mdv.capture(name, vars?) - Execute a capture workflow
  • mdv.macro(name, vars?) - Execute a macro workflow
  • mdv.read_note(path) - Read a note’s content and frontmatter

Functions§

register_vault_bindings
Register vault operation bindings on an existing mdv table.