Skip to content

Storage

github-actions[bot] edited this page Apr 12, 2024 · 483 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"

Required Modules

Required By

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