plugins.mkdnflow.bib.defaultPath
Specifies a path to a default .bib
file to look for citation keys in (need not be in
root directory of notebook).
Type: null or string
Default:
null
Declared by:
plugins.mkdnflow.bib.findInRoot
true
: Whenperspective.priority
is also set toroot
(and a root directory was found), the plugin will search for bib files to reference in the notebook’s top-level directory. Ifbib.default_path
is also specified, the default path will be appended to the list of bib files found in the top level directory so that it will also be searched.false
: The notebook’s root directory will not be searched for bib files.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by: