Scimon.yml file

This configuration file is utilized to set up the tool. Please utilize this default version if any alterations you make result in issues.

general:
  default_text_editor: 'notepad' # String (default: 'notepad')
  urlfilter_open: false # Boolean (valid values: 'true' or 'false'; default: 'false')

ui:
  show_header: true # Boolean (valid values: 'true' or 'false'; default: 'true')

render_markdown:
  output_path: '{app_path}' # String (default: '{app_path}')
  overwrite: true # Boolean (valid values: 'true' or 'false'; default: 'true')
  minify_html: true # Boolean (valid values: 'true' or 'false'; default: 'true')

Save this file at the following location:

SystemLocation
Linuxhome/<YOUR_USERNAME>/.config/scimon/scimon.yml
MacOS/Users/<YOUR_USERNAME>/Library/Application Support/scimon/scimon.yml
WindowsC:\Users\<YOUR_USERNAME>\AppData\Roaming\scimon\scimon.yml