Skip to content

Presets

soulhotel edited this page Jun 12, 2025 · 5 revisions

What are Presets

πŸ›ˆ Presets are a predefined list of options. It is a way for you to easily import, export, share a list of options to anywhere or anyone.

  • Presets can be fetched globally via raw hosted text files using Import @
  • Or Presets can be fetched locally via your local files using Import File

Preset Buttons Overview

πŸ›ˆ Using the Text Area in Presets Settings. Any formatted text (or text file) can be parsed into options.

  • Add to Options Reads the Text Area and adds any options and/or folders found in it into your list of options.
  • Overwrite Options Reads the Text Area (deletes all current options and/or folders) then adds any options and/or folders found in it to your list of options.
  • Import @ Imports options and/or folders from a URL into the Text Area.
  • Import File Imports options and/or folders from a file into the Text Area.

πŸ›ˆ You can type in options manually or import them. Then use Add to Options or Overwrite Options to add them to your list.

Preset Format

πŸ›ˆ As long as you follow the format example below, you can add as many options, folders, or presets as you want.

Example: this file contains:

πŸŒ€ an example option
An Example Folder:
  1️⃣ with an option inside of it
  2️⃣ notice how options inside of folders are indented?
  3️⃣ white spaces after folders represent nested options.
  1. Options should start as the option, then a space, then a description of the option
    • (option)(space)(description) becomes
    • (πŸŒ€)( )(an example option) becomes
    • πŸŒ€ an example option
  2. Folders are declared with a : (colon).
    • Autohiding: becomes
    • Autohiding
  3. The options inside of a folder are recognized by indentation (white space)

πŸ›ˆ You are not limited by order. You can add options first, then folders with options, then more options, or just options, just 1, etc.

Importing and Exporting Presets

πŸ›ˆ Imported/Current list of options are automatically saved/restored through the extensions browser storage

  1. Importing is very simple. Import a URL or a File that has formatted options. Then add them with Add to Options or Overwrite Options

preseturl

  1. Exporting is very simple. Pressing Export Options will give you the option of Exporting your settings to the Text Area (for you to copy/paste) or to a .txt file (for you to save/share)

img or gif

Clone this wiki locally