plugins.mkdnflow.modules.bib
Enable module bib. Required for parsing bib files and following citations.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.mkdnflow.modules.buffers
Enable module buffers. Required for backward and forward navigation through buffers.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
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.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.mkdnflow.modules.cursor
Enable module cursor. Required for jumping to links and headings; yanking anchor links.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.mkdnflow.modules.folds
Enable module folds. Required for folding by section.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.mkdnflow.modules.links
Enable module links. Required for creating and destroying links and following links.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.mkdnflow.modules.lists
Enable module lists. Required for manipulating lists, toggling to-do list items, etc.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
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.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.mkdnflow.modules.paths
Enable module paths. Required for link interpretation and following links.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.mkdnflow.modules.tables
Enable module tables. Required for table navigation and formatting.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.mkdnflow.modules.yaml
Enable module yaml. Required for parsing yaml blocks.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by: