journal_manager.cli.commands.setup_commands.init module

journal_manager.cli.commands.setup_commands.init.get_parser(subparser_action=None)[source]
journal_manager.cli.commands.setup_commands.init.init_journal_manager(default_journal_folder: Path, default_template_folder: Path, default_text_editor_path: Path)[source]

Initialize journal-manager settings.

This sets up configuration values of journal-manager.

Parameters:
  • default_journal_folder (Path) – Path to the default location where journals will be created.

  • default_template_folder (Path) – Path to the default location where journal templates will be stored.

  • default_text_editor_path (Path) – Path to the text editor used by journal-manager to edit journals.