plugins.mkdnflow.modules.bib
Enable module bib. Required for parsing bib files and following citations.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.mkdnflow.modules.buffers
Enable module buffers. Required for backward and forward navigation through buffers.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.mkdnflow.modules.conceal
Enable module conceal.
Required if you wish to enable link concealing.
Note that you must declare links.conceal
as true
in addition to enabling this
module if you wish to conceal links.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.mkdnflow.modules.cursor
Enable module cursor. Required for jumping to links and headings; yanking anchor links.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.mkdnflow.modules.folds
Enable module folds. Required for folding by section.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.mkdnflow.modules.links
Enable module links. Required for creating and destroying links and following links.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.mkdnflow.modules.lists
Enable module lists. Required for manipulating lists, toggling to-do list items, etc.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.mkdnflow.modules.maps
Enable module maps.
Required for setting mappings via the mappings table.
Set to false
if you wish to set mappings outside of the plugin.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.mkdnflow.modules.paths
Enable module paths. Required for link interpretation and following links.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.mkdnflow.modules.tables
Enable module tables. Required for table navigation and formatting.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.mkdnflow.modules.yaml
Enable module yaml. Required for parsing yaml blocks.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by: