Expand description
Index query bindings for Lua.
This module provides Lua bindings for querying the vault index:
mdv.current_note()- Get the current note being processedmdv.backlinks(path)- Get notes linking to a pathmdv.outlinks(path)- Get notes a path links tomdv.query(opts)- Query the vault index
Functionsยง
- register_
index_ bindings - Register index query bindings on an existing mdv table.