jabref2obsidian.export.export_group_pages#

jabref2obsidian.export.export_group_pages(node: dict, name: str, source_name: str = 'None', export_folder: str = 'output/Groups/')[source]#

Export a group’s information, including a roadmap (of its source- and sub- groups) and its literature entries, into a markdown file under a folder of its name. Then recursively generating subfolders and markdown files for the subgroups in the same manner.

Parameters:
  • node (dict) – A dictionary containing a group’s information including its subgroups and entries.

  • name (str) – Name of the group.

  • source_name (str, optional) – Name of the source group, by default "None".

  • export_folder (str, optional) – Folder path for the output files, by default 'output/Groups/'.