From 5340bbdeda84e6c1d8245fcad87596d0df42f62b Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Fri, 22 Oct 2021 15:32:57 +0000 Subject: [PATCH] New: com.github.marc0l92.joplin-plugin-github-theme@0.1.0 https://github.com/marc0l92/joplin-plugin-github-theme/tree/6789d416b510691a4fef56a2eb91eae7854a8d7c --- README.md | 1 + manifests.json | 20 ++++++++++++++++++ .../manifest.json | 20 ++++++++++++++++++ .../plugin.jpl | Bin 0 -> 27648 bytes 4 files changed, 41 insertions(+) create mode 100644 plugins/com.github.marc0l92.joplin-plugin-github-theme/manifest.json create mode 100644 plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl 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 0000000000000000000000000000000000000000..85e67511067290cf1583e8a871437848b5500790 GIT binary patch literal 27648 zcmeHP>vG$;lAgcuQ!t!8IZ}pVboE6pW-60-&g7JnnHp!OYAcmZQ6yw>Op#iWisNJJ zDfaI^-9E{F-2ktmZi%C&Y*lRyJ#G#Xzw8i2gO6`##NK*p9@7hZxzCpq~PV5Lxer?sUal4?i>`k<6n&qi0imo`q2opHdOeq9p6q z8-|8IeB3cq=J0m0I8}ubD&*L{-|*71hG*o@K@%^&^|+m58!zh~J`cCZgnq$!lHH`hF8WM^(s?4DJZU5rja}0?ej?HlN=}j6r(8W`$>>(v zr{u{K`e)`X<%MW0LrXE|M8Zx)BbfVsld6NjpbINl4-FmCv*&)I8x@Jm&L`+~ml=v# zhPjZF<~WQRtVWs_Xh{NFRP_ZbJI;{oYqEHsjtljx`QdIP5N(S-b^#7S=qk#^1cGo1Neu*jua zSHDz%Wa7n85qv^R>}%UgM09soW{jqv>TV#e8^PUOBe2lJsTYf8v(drPF)bEfPyd(KYESCWN9>q z4PmKgLqN{}`hi1pJor%z(E|Wo&NK1Y!0;^zhnr;#fEQJUIvxAro!u z*0rOnVOE0Po;jf(MzJd9T~3lb->26i!Q#|Qb;O+c^Gk@vjKrlEW6&G7VQ>NKnAFS* zATJce_!N4s)=vLqB7E9t-palKogm%FybwtO?2HXz-FU)xwdH1cRD9niYxK&C8cidx z66^WqmVi!=lO`*O{yM;bgC~sJ6cb1IunWL+mUQR~(+@8jx?)BVvABl1ku;4eYia=e z&~{%!|EA()9RKY3q9J~m??i3CPd=?F}4kpZA zLuZlvVMm@FBsys+1;C;mYhalEkMW8U*Qvz$YhAI z^m9TQebJa#tB0wmHh2rA$yvXDf=iJ2NG-Exs9N&&(i80aKN#H^NwAo|qJc7k?EEmpAiE^fJ#IC(n}`u5lbtZGrBRGk9^M| z|I&6pkzsMk3-;nO_@0y+&Zu-egdMR*!XN5ffreSYbJ1``>_i?D4fX#B=h_sj5-k$6 zG)c6-v+357P-ELes3noh)E5gwb$TM4s~E2Pf~GnQ7%&lr1^!e)CYh&KNCPfO6L~7} zGlfRj7;PNFDIRM256L1&melNThGpd+R53M!nzYUfDcr^i;od5l{mn~$nU6FUoo;v- z=C}3~ZuQvK#&&CF`+zW^mt~oXj*Y=J#*T$2?V|?kFYAOHm+`iSO=-c{@R=W_nx*Af z%#4EU31AR@jg*e10I0;Vt=t|bcXx?-C2nHV3mktA9ccv3A6H6~{TxsX1tBoALLQY| zvTbgZoN!1`Bj>2BG(`=1FO;?@BhGo1&eqbi&s?aQ)s+@6MODlySE)>dChMtE(bpI; zjNKo!=7PUo+W;9qSgCD{)XqK~aO`CmBqB&Icuo_Hagz7p%=HpW7x<($|M0}MrGLUFy^#ZE>Ev3| z8;wA0=?VQ|{)CT}+615UrbfZi0RjnDF=_d8xXpzTlGRlbiI(^XqY@=CRZ1edpF`gj zWx8=SiRciKC{>n}-XYNtLta%7mSr_j%5a^g73C|@<$ah6#0Xi8l^!E?sl!NH>KxL_ z9r=(WAJ&DHk)`oc^F+#7z2x%Ea;0q3e9~F6}OOr*78h4_g~qGJ+foL zLP=j_A9xy)TJ`zb^&w~?X7>*P0HsscR}j-)BfedvleUKE8pC^+rq5^O; zoKQRe_m?kzKRZ8v!MPKJac1zrKF%YbXeLQAi-*sisXn5+&(eNATiws^$-`FNjl?XB z$$Z~@U7gGxJpSu2a$~Ue{@~FgB@@beB$tiyQLeTrQ7*I(9(_1ilty;D7Zqu�|GA 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 c>e(8DDfbHe<}(5AK30+g#Z8m literal 0 HcmV?d00001