Plugin Marketplace

Plugins

Plugin Marketplace

The Plugin Marketplace lets you discover and install plugins directly inside the Tablen app. Browse the catalogue, find what you need, and add it to your workspace in a couple of clicks.

Browsing and searching

Open the marketplace from the app to see all available plugins. Each entry shows an install count and, when the author provides them, screenshots and a star rating so you can judge quality at a glance.

You can narrow the catalogue with:

  • Search — type a keyword to match plugin names and descriptions.
  • Filter by type — show only one category of plugin (see the table below).
  • Sort — order results by Popular (the default), Newest, or Name.

Plugin types

Plugins come in several types, and you can filter by any of them:

Type What it adds
snippets Reusable snippets you can drop into your work
lintRule Extra rules that check your content
theme A new look for the app
dataFormatter Custom formatting for your data
exportFormat An additional export target
dashboard A prebuilt dashboard layout

Installing a plugin

Open any plugin to see its full details, then choose Install. The app handles this for you and adds the plugin to your workspace.

Installing and managing plugins requires an active license. You don't need to enter anything manually — the app sends your license automatically when you install, uninstall, or update a plugin. Browsing, searching, and viewing plugin details are always available, with or without a license.

Managing installed plugins

From your installed list you can:

  • Enable or disable a plugin without removing it.
  • Update a plugin when a newer version is available, keeping its enabled state in sync.
  • Uninstall a plugin you no longer need.

Visibility levels

Every plugin has a visibility level that controls who can see it:

  • Public — listed in the marketplace for everyone. Public plugins appear only after they have been approved.
  • Private — visible only to you.
  • Team — shared with your team.

For developers: the public API

If you prefer to work outside the app, a public API backs the marketplace. Reading is open and needs no license:

  • GET /api/plugins — list plugins. Supports q (search), type, sort, and page query parameters.
  • GET /api/plugins/{slug} — get the details for a single plugin.
  • GET /api/plugins/{slug}/download — download the plugin content.

Installing and managing require an active license:

  • POST /api/plugins/{slug}/install — install a plugin.
  • DELETE /api/plugins/{slug}/install — uninstall a plugin.
  • PUT /api/plugins/{slug}/install — sync the enabled and version state.
  • GET /api/plugins/installed — list the plugins you have installed.
Was this page helpful?
Report an issue