diff --git a/.gitbook/assets/image (4).png b/.gitbook/assets/image (4).png deleted file mode 100644 index d94cbda..0000000 Binary files a/.gitbook/assets/image (4).png and /dev/null differ diff --git a/README.md b/README.md index 2ade0a4..6f38c64 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,12 @@ description: >- [how-it-works.md](how-it-works.md) {% endcontent-ref %} -{% content-ref url="private-plugins/templates.md" %} -[templates.md](private-plugins/templates.md) -{% endcontent-ref %} - -{% content-ref url="broken-reference" %} -[Broken link](broken-reference) -{% endcontent-ref %} - {% content-ref url="broken-reference" %} [Broken link](broken-reference) {% endcontent-ref %} -{% content-ref url="broken-reference" %} -[Broken link](broken-reference) +{% content-ref url="plugin-marketplace/introduction.md" %} +[introduction.md](plugin-marketplace/introduction.md) {% endcontent-ref %} {% content-ref url="broken-reference" %} diff --git a/SUMMARY.md b/SUMMARY.md index 908e62b..41b0d1b 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -6,7 +6,6 @@ ## Private Plugins * [Screen Templating](private-plugins/templates.md) -* [🖼️ Plugin Templating (DEPRECATED, hidden)](private-plugins/templates-1.md) * [Screen Templating (Graphics)](private-plugins/templates-advanced.md) * [Webhooks](private-plugins/webhooks.md) diff --git a/plugin-marketplace/introduction.md b/plugin-marketplace/introduction.md index 021b127..349be3b 100644 --- a/plugin-marketplace/introduction.md +++ b/plugin-marketplace/introduction.md @@ -4,7 +4,7 @@ description: TRMNL's public marketplace lets any user publish or use another use # Introduction -Our plugin marketplace allows developers to create their own public plugins for other users to install. In the future, the plugin marketplace will enable developers to earn money per install, similar to the Shopify App Marketplace or Google Play Store. +Our plugin marketplace is where developers can make plugins for other users to install. Beginning November 2025, [TRMNL pays developers](https://usetrmnl.com/blog/creator-fund) for their work. There are 2 approaches to publishing a plugin for other users — Public, or Recipe. Review the differences between them before continuing: diff --git a/private-plugins/templates-1.md b/private-plugins/templates-1.md deleted file mode 100644 index 20c06d4..0000000 --- a/private-plugins/templates-1.md +++ /dev/null @@ -1,327 +0,0 @@ ---- -description: TRMNL's native design system for developing beautiful, e-ink friendly screens. -hidden: true ---- - -# 🖼️ Plugin Templating (DEPRECATED, hidden) - -## Overview - -The TRMNL device is an **800x480 pixel, black and white, 1-bit grayscale display**. This meant we had to abandon a lot of modern web styling techniques when developing the API. For example: no gradients, no fancy typeface, and no anti-aliasing. - -We replaced each of these strategies with dithering patterns, bitmap fonts, and a TRMNL-flavored design system. In these docs you'll learn how to adopt our system to build your own beautiful plugins. - -## Quickstart - -Create an HTML file with our plugins CSS embedded in the `
`. - -```erb - - - - - - - -
Sample screen render with TRMNL's plugin CSS stylesheet

Grayscale shades
| Shade | Class |
|---|---|
| Black | r-bg-black |
| Gray 1 | r-bg-gray-1 |
| Gray 2 | r-bg-gray-2 |
| Gray 3 | r-bg-gray-3 |
| Gray 4 | r-bg-gray-4 |
| Gray 5 | r-bg-gray-5 |
| Gray 6 | r-bg-gray-6 |
| Gray 7 | r-bg-gray-7 |
| White | r-bg-white |




Example of List components

| Metric | -Value | -
|---|---|
| Recipients | -20,129 | -
| Open rate | -6.55% | -
| Click rate | -0.76% | -
| Unsubscribes | -14 | -
| Clicks | -654 | -
| Status | -Completed | -

