Skip to content

Storage

github-actions[bot] edited this page Jul 16, 2024 · 486 revisions

core.storage

Store persistent data and query it easily with core.storage

Configuration

  • path
    (string)

    Full path to store data (saved in mpack data format)

    vim.fn.stdpath("data") .. "/neorg.mpack"

Dependencies

Required By

  • core.dirman - This module is be responsible for managing directories full of .norg files.
Clone this wiki locally