Skip to content

dheeraz101/Empty_Plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

196 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧩 Empty Plugins

A community-driven plugin registry for Empty. Drop in a JSON file, share your plugins, extend your board.

Website Docs License: MIT


About

Empty Plugins is a centralized registry that makes it easy to discover, install, and share plugins for Empty*. Instead of hunting across repos and threads, point your app at one URL and get access to the entire community plugin catalog.

📦 Available Plugins

ID Name Author
hello Hello Box Your Name
notes Sticky Notes Community

🚀 Getting Started

1. Install a Plugin

Open Empty and navigate to Settings → Plugins, then paste the registry URL: https://raw.githubusercontent.com/dheeraz101/Empty_Plugins/main/plugins.json

Browse the catalog and install with one click.

2. Build Your Own

Check out the Documentation for a full guide on:

  • Plugin architecture & lifecycle hooks
  • Available APIs and UI components
  • Best practices and common patterns
  • Debugging and testing your plugin locally

âž• Submit Your Plugin

Want to share your plugin? Open a Pull Request!

  1. Fork this repo

  2. Edit plugins.json — add your entry:

    {
      "id": "your-plugin-id",
      "name": "Your Plugin Name",
      "url": "https://raw.githubusercontent.com/your-username/your-repo/main/plugin.js",
      "author": "Your Name"
    }

About

🧩 Community plugin registry for Empty - discover, install, and share plugins via a single JSON manifest.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors