mirror of
https://github.com/Stone-Red-Code/DesktopMagic-Plugins.git
synced 2026-09-04 09:05:58 +02:00
41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
# DesktopMagic-Plugins
|
|
|
|
> Plugins for the DesktopMagic application.
|
|
|
|
> [!CAUTION]
|
|
> This repository is deprecated. All plugins for [DesktopMagic](https://github.com/Stone-Red-Code/DesktopMagic) are now on [mod.io](https://mod.io/g/DesktopMagic)
|
|
|
|
This repository contains a list of downloadable plugins for the [DesktopMagic](https://github.com/Stone-Red-Code/DesktopMagic) application.
|
|
|
|
|
|
## How to upload a plugin to this repository
|
|
|
|
1. Fork the repository
|
|
1. Create a directory with the name of your plugin inside the [Plugin](https://github.com/Stone-Red-Code/DesktopMagic-Plugins/tree/main/Plugins) directory.
|
|
1. Add all the necessary files to the directory you have just created.
|
|
1. Add a `README.md` file to the directory.\
|
|
**The `README.md` has to follow following format:**
|
|
```md
|
|
# <Plugin Name>
|
|
|
|
## Description
|
|
|
|
<Plugin Description>
|
|
|
|
## Instruction
|
|
|
|
<Plugin Instruction>
|
|
|
|
## Creator(s)
|
|
|
|
<Creator Name(s)>
|
|
|
|
## Reqirements
|
|
|
|
<Plugin Reqirements>
|
|
```
|
|
1. (Optional) Add the source code into the directory.
|
|
1. Create a pull request
|
|
|
|
Example: https://github.com/Stone-Red-Code/DesktopMagic-Plugins/tree/main/Plugins/Gif%20Plugin
|