plugins.mkdnflow.settings
Options provided to the require('mkdnflow').setup function.
Type: open submodule of attribute set of lua value
Default:
{ }
Example:
{
create_dirs = false;
links = {
conceal = true;
style = "wiki";
};
modules = {
bib = false;
yaml = true;
};
perspective = {
priority = "root";
root_tell = ".git";
};
to_do = {
symbols = [
"✗"
"◐"
"✓"
];
};
}
Declared by:
plugins.mkdnflow.settings.mappings
Key mappings for mkdnflow commands.
Use the generated positional format for mapping entries:
falseto disable a command mapping.[modes key], wheremodesis a string or list of mode strings.
Type: null or (attribute set of anything)
Default:
null
Declared by: