Skip to content

TabCopy configuration syntax

TabCopy configuration syntax refers to the specific placeholder tokens and formatting structure used within the browser extension's settings to control how tab information is copied to the clipboard^[600-developer__tools__chrome__Tab-Copy.md].

Core Syntax Tokens

The configuration relies on specific text variables enclosed in square brackets to represent dynamic data^[600-developer__tools__chrome__Tab-Copy.md]:

  • [title]: Represents the Title of the active webpage.
  • [url]: Represents the URL (web address) of the active webpage.

Usage

These tokens are primarily utilized within TabCopy's Fancy Mode. When configuring this mode, one of the available format slots can be set to "Custom," allowing the user to define a specific string using these syntax elements^[600-developer__tools__chrome__Tab-Copy.md].

Common Formats

A common application of this syntax involves creating [[Markdown]] links by combining the tokens into a string pattern^[600-developer__tools__chrome__Tab-Copy.md].

  • [[Markdown]]
  • [[Browser Extensions]]

Sources

^[600-developer__tools__chrome__Tab-Copy.md]