diff --git a/README.md b/README.md index 30bfc54..2a06701 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ This repository contains the following plugins: | [🏠](https://github.com/benji300/joplin-favorites) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.favorites/plugin.jpl) | Favorites | 1.3.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 | | [🏠](https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl) | Folding in Code Mirror Editor | 2.0.1 | Allows to fold parts of markdown text displayed in editor | ambrt | | [🏠](https://github.com/tessus/joplin-plugin-get-notebook-id#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.folder-id/plugin.jpl) | Get Notebook ID | 1.0.1 | Copy/Show the ID of a notebook. For developers. A regular user won't need this. | Helmut K. C. Tessarek | +| [🏠](https://github.com/marc0l92/joplin-plugin-github-theme#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl) | GitHub Theme | 0.1.0 | Joplin theme with colors of GitHub | Marco LUCARELLA | | [🏠](https://github.com/lkiThakur/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 1.0.2 | Plugin to open a choosen note each time joplin starts. It is like homepages on browsers. | Adarsh Singh(lki) | | [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.hotfolder/plugin.jpl) | Hotfolder | 1.0.1 | Monitors a locale folder and import the files as a new note. | JackGruber | | [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.inline-tags/plugin.jpl) | Inline tags | 1.2.0 | Inline tags plugin | Roman Musin | diff --git a/manifests.json b/manifests.json index b464c46..bd32822 100644 --- a/manifests.json +++ b/manifests.json @@ -1170,5 +1170,25 @@ "_publish_hash": "sha256:602235b008b13894b9bea464625bb98264645daeb6783f0fa98d6c4b7934df10", "_publish_commit": "main:d169ca5a2909575ad3b8f24512148838253c5b8a", "_npm_package_name": "joplin-plugin-agenda" + }, + "com.github.marc0l92.joplin-plugin-github-theme": { + "manifest_version": 1, + "id": "com.github.marc0l92.joplin-plugin-github-theme", + "app_min_version": "2.2", + "version": "0.1.0", + "name": "GitHub Theme", + "description": "Joplin theme with colors of GitHub", + "author": "Marco LUCARELLA", + "homepage_url": "https://github.com/marc0l92/joplin-plugin-github-theme#readme", + "repository_url": "https://github.com/marc0l92/joplin-plugin-github-theme", + "keywords": [ + "GitHub", + "Theme", + "Dark", + "Light" + ], + "_publish_hash": "sha256:2a6fd16c3e5b3c7cbc4689a45ed08e531c5035937695c637c97630d69f808692", + "_publish_commit": "main:6789d416b510691a4fef56a2eb91eae7854a8d7c", + "_npm_package_name": "joplin-plugin-github-theme" } } \ No newline at end of file diff --git a/plugins/com.github.marc0l92.joplin-plugin-github-theme/manifest.json b/plugins/com.github.marc0l92.joplin-plugin-github-theme/manifest.json new file mode 100644 index 0000000..e2774c8 --- /dev/null +++ b/plugins/com.github.marc0l92.joplin-plugin-github-theme/manifest.json @@ -0,0 +1,20 @@ +{ + "manifest_version": 1, + "id": "com.github.marc0l92.joplin-plugin-github-theme", + "app_min_version": "2.2", + "version": "0.1.0", + "name": "GitHub Theme", + "description": "Joplin theme with colors of GitHub", + "author": "Marco LUCARELLA", + "homepage_url": "https://github.com/marc0l92/joplin-plugin-github-theme#readme", + "repository_url": "https://github.com/marc0l92/joplin-plugin-github-theme", + "keywords": [ + "GitHub", + "Theme", + "Dark", + "Light" + ], + "_publish_hash": "sha256:2a6fd16c3e5b3c7cbc4689a45ed08e531c5035937695c637c97630d69f808692", + "_publish_commit": "main:6789d416b510691a4fef56a2eb91eae7854a8d7c", + "_npm_package_name": "joplin-plugin-github-theme" +} \ No newline at end of file diff --git a/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl b/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl new file mode 100644 index 0000000..85e6751 Binary files /dev/null and b/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl differ