Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mods.anyrun.enable

Enables anyrun

Type: boolean

Default:

false

Example:

true

mods.anyrun.customConfig

Custom anyrun configuration. Will be merged with default configuration if enabled.

Type: attribute set of anything

Default:

{ }

Example:

{ }

mods.anyrun.customCss

Custom anyrun css. Will be merged with default css if enabled.

Type: strings concatenated with ā€œ\nā€

Default:

""

Example:

''
  #window {
    border-radius: none;
  }
''

mods.anyrun.useDefaultConfig

Use preconfigured anyrun config.

Type: boolean

Default:

true

Example:

false

mods.anyrun.useDefaultCss

Use preconfigured anyrun css.

Type: boolean

Default:

true

Example:

false