diff --git a/README.md b/README.md index 4ce644f..b1d6164 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ This repository contains the following plugins: | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.day_review/plugin.jpl) | Day Review | 1.0.1 | This plugin adds an icon to the toolbar. When clicked, it makes a review of the day's created/updated/completed notes and todos. | S73ph4n | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.programming-emu.DependencyGraph/plugin.jpl) | Dependency graph | 1.0.0 | Visualizes direct and indirect dependencies of a note as a graph. | Vincent Nys | | [🏠](https://github.com/JJ-8/joplin-disable-pdf#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/fd117a99-b165-4824-893c-5825439a842d/plugin.jpl) | Disable PDF | 1.0.0 | Disables the PDF preview (and export) in Joplin for better performance | JJ-8 | +| - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.arash28134.DiscordPresence/plugin.jpl) | Discord Rich Presence | 1.0.0 | A Discord Rich Presence Plugin For Joplin | arash28134 | | [🏠](https://github.com/marc0l92/joplin-plugin-drawio#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-drawio/plugin.jpl) | Draw.io | 2.0.0 | Draw.io (aka Diagram.net) integration for Joplin | marc0l92 | | [🏠](https://github.com/EliasVincent/joplin-email-note) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.eliasvsimon.email-note/plugin.jpl) | Email Note | 1.2.2 | Send a note as an email | EliasVincent | | [🏠](https://discourse.joplinapp.org/t/embed-any-search-with-content/14328) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.embedSearch/plugin.jpl) | Embed Search | 2.0.0 | Embeds list of links specified by search inside of note | ambrt | diff --git a/manifests.json b/manifests.json index 90145c0..3c2d670 100644 --- a/manifests.json +++ b/manifests.json @@ -2054,5 +2054,21 @@ "_publish_hash": "sha256:41426a7a81ffe6e4568f71589b607bdb478572eabc46a72acea52aa72ed7d189", "_publish_commit": "main:6f91bae2b0278a9c2b42f9c5ac9558053314eb16", "_npm_package_name": "joplin-plugin-biblenotes" + }, + "com.arash28134.DiscordPresence": { + "manifest_version": 1, + "id": "com.arash28134.DiscordPresence", + "app_min_version": "2.8", + "version": "1.0.0", + "name": "Discord Rich Presence", + "description": "A Discord Rich Presence Plugin For Joplin", + "author": "arash28134", + "homepage_url": "", + "repository_url": "https://github.com/arash28134/joplin-discord-rich-presence", + "keywords": [], + "categories": [], + "_publish_hash": "sha256:cf6820037a13e808055e5aab682987e98c03ad76e9fc4b4ef26a967a2bf3c495", + "_publish_commit": "main:e29bbb52e4a0d8b4afb5b3402d788241b5867774", + "_npm_package_name": "joplin-plugin-discord-rich-presence" } } \ No newline at end of file diff --git a/plugins/com.arash28134.DiscordPresence/manifest.json b/plugins/com.arash28134.DiscordPresence/manifest.json new file mode 100644 index 0000000..776b9f8 --- /dev/null +++ b/plugins/com.arash28134.DiscordPresence/manifest.json @@ -0,0 +1,16 @@ +{ + "manifest_version": 1, + "id": "com.arash28134.DiscordPresence", + "app_min_version": "2.8", + "version": "1.0.0", + "name": "Discord Rich Presence", + "description": "A Discord Rich Presence Plugin For Joplin", + "author": "arash28134", + "homepage_url": "", + "repository_url": "https://github.com/arash28134/joplin-discord-rich-presence", + "keywords": [], + "categories": [], + "_publish_hash": "sha256:cf6820037a13e808055e5aab682987e98c03ad76e9fc4b4ef26a967a2bf3c495", + "_publish_commit": "main:e29bbb52e4a0d8b4afb5b3402d788241b5867774", + "_npm_package_name": "joplin-plugin-discord-rich-presence" +} \ No newline at end of file diff --git a/plugins/com.arash28134.DiscordPresence/plugin.jpl b/plugins/com.arash28134.DiscordPresence/plugin.jpl new file mode 100644 index 0000000..d3baf0c Binary files /dev/null and b/plugins/com.arash28134.DiscordPresence/plugin.jpl differ