class JournalNotebookExtension(NotebookExtension): (source)
Method | __init__ |
Undocumented |
Method | on_get_page_template |
Undocumented |
Method | on_init_page_template |
Undocumented |
Method | on_process_new_page_template |
Callback called when parsing a template, e.g. when exporting a page or when a new page is created. Sets parameters in the template dict to be used in the template. |
Method | on_suggest_link |
Undocumented |