Skip to main content
Version: 2.x

Metadata

Files and folder can be enriched with metadata and displayed. Metadata is stored in a file called <name>.dbmeta.json, where <name> is the exact file (including extension) or folder name. Put it in the same folder as the target file or folder. Metadata is stored in a JSON format specified below.

The *.dbmeta.json files are hidden from the user and cannot be viewed.

/foo bar/cool project.dbmeta.json
{
"description": "A short project description ⭐",
"labels": ["danger:Laravel", "primary:PHP 8", "dark:Hot 🔥"]
}

Labels

Labels always start with a style and a colon :, followed by the label text. The following styles are available:

  • primary
  • secondary
  • success
  • danger
  • warning
  • info
  • light
  • dark