module documentation
(source)

Undocumented

Function import_file No summary
Function import_folder No summary
Variable logger Undocumented
def import_file(file, notebook, path, format='wiki'): (source)
Import a file into a zim notebook page
Parameters
filea File object to import from
notebooka Notebook object to import into
paththe Path to import to within the notebook
formatUndocumented
Returns
the Page object for the imported page, this may be a different page than the one path is pointing - see notebook.get_new_page()
def import_folder(folder, notebook, path, filter=None, format='wiki'): (source)
Import a folder recursively
Parameters
foldera Folder object to import from
notebooka Notebook object to import into
paththe Path to import to within the notebook
filteroptional filter function to decide which files and folder to import when scanning folder. Will be given each file or folder found when scanning folder and expected to return boolean whether to import yes or no.
formatUndocumented
logger = (source)

Undocumented