From 455364bd561e3a677037ff4e0328d8ccb39d76b4 Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Thu, 24 Feb 2022 12:35:01 +0000 Subject: [PATCH] New: org.joplinapp.plugins.AutoShowActiveNoteInSideBar@1.0.0 https://github.com/eyalag/joplin-plugin-auto-show-active-note/tree/13ab22ab9bddd3a7203f5688aba5aaa47e563371 --- README.md | 1 + manifests.json | 15 +++++++++++++++ .../manifest.json | 15 +++++++++++++++ .../plugin.jpl | Bin 0 -> 7168 bytes 4 files changed, 31 insertions(+) create mode 100644 plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/manifest.json create mode 100644 plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/plugin.jpl diff --git a/README.md b/README.md index 03bb50b..8f8de98 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This repository contains the following plugins: | [🏠](https://github.com/makaanneo/joplin-plugin-athena) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.Athena/plugin.jpl) | Athena | 1.8.0 | Import files from import a folder into joplin notebook as notes mit metadata (PDF text in note comment, no OCR) | makaanneo | | [🏠](https://github.com/manuerwin/joplin-plugin-attache#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.manuerwin.attache/plugin.jpl) | Attaché | 1.1.1 | Your attachment updater. Mass replacement of Joplin attachments (resources) such as resized image files, current music playlists, and any other attachments you need to one-off or regularly update within Joplin. | Manu Erwin | | [🏠](github.com/zph/joplin-plugin-auto-alarm) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.xargs.JoplinPluginAutoAlarm/plugin.jpl) | Auto Alarm | 1.0.7-rc10 | Natural language entry of alarm date/times | ZPH | +| [🏠](https://github.com/eyalag/joplin-plugin-auto-show-active-note) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/plugin.jpl) | Auto show active note in sidebar | 1.0.0 | Auto show active note in sidebar | Eyal Agiv | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.xargs.JoplinPluginAutoTag/plugin.jpl) | Auto Tag | 1.0.3-rc7 | Convert all octothorpe prefixed words into tags | ZPH | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.autolinker/plugin.jpl) | Autolinker | 1.0.4 | Adds an icon to the toolbar. When clicked, it creates a link to the note with a title matching the selected text. | S73ph4n | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.automate_notes/plugin.jpl) | Automate Notes | 1.0.2 | Finds blocks of javascript in the current note (blocks have to start with '```javascript' and end with '```') and runs it as a function. | S73ph4n | diff --git a/manifests.json b/manifests.json index 82bb4ea..631d766 100644 --- a/manifests.json +++ b/manifests.json @@ -1768,5 +1768,20 @@ "_publish_hash": "sha256:ac2d8055e57ea776f3bddb9bced91f49b4a1e69c90235c7c116c932af0563b4d", "_publish_commit": "main:734a8edd19dae0da2f8870216b0c7fa0f4c570c6", "_npm_package_name": "joplin-plugin-highlight-matching" + }, + "org.joplinapp.plugins.AutoShowActiveNoteInSideBar": { + "manifest_version": 1, + "id": "org.joplinapp.plugins.AutoShowActiveNoteInSideBar", + "app_min_version": "2.6", + "version": "1.0.0", + "name": "Auto show active note in sidebar", + "description": "Auto show active note in sidebar", + "author": "Eyal Agiv", + "homepage_url": "https://github.com/eyalag/joplin-plugin-auto-show-active-note", + "repository_url": "https://github.com/eyalag/joplin-plugin-auto-show-active-note", + "keywords": [], + "_publish_hash": "sha256:b349554c38e427c19825ac890c51230528208112349311509a172375911676a9", + "_publish_commit": "main:13ab22ab9bddd3a7203f5688aba5aaa47e563371", + "_npm_package_name": "joplin-plugin-auto-show-active-note-in-sidebar" } } \ No newline at end of file diff --git a/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/manifest.json b/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/manifest.json new file mode 100644 index 0000000..e8b8d0b --- /dev/null +++ b/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "id": "org.joplinapp.plugins.AutoShowActiveNoteInSideBar", + "app_min_version": "2.6", + "version": "1.0.0", + "name": "Auto show active note in sidebar", + "description": "Auto show active note in sidebar", + "author": "Eyal Agiv", + "homepage_url": "https://github.com/eyalag/joplin-plugin-auto-show-active-note", + "repository_url": "https://github.com/eyalag/joplin-plugin-auto-show-active-note", + "keywords": [], + "_publish_hash": "sha256:b349554c38e427c19825ac890c51230528208112349311509a172375911676a9", + "_publish_commit": "main:13ab22ab9bddd3a7203f5688aba5aaa47e563371", + "_npm_package_name": "joplin-plugin-auto-show-active-note-in-sidebar" +} \ No newline at end of file diff --git a/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/plugin.jpl b/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/plugin.jpl new file mode 100644 index 0000000000000000000000000000000000000000..5d243b6a569676eb155b43665cede205e735cdfd GIT binary patch literal 7168 zcmeHLTW{OA67K8iuTb=0NDD=k(`>rO0k=qR*kCu?#kx2zK@iB&*k((S0!76&9R2s5 zAtm3PZPC+x*%*dI4u^B&%tumO=I}ZGSUvfUza&Y{PEWlZ4MpE>KS3Lr8O+NEMe&G7#I{pcfPCeC5ZCH$dP z3EIpp+X7@=fKEpO1}J<2W+0oeL3w&jUbygUECiaJ`$x>oOHgBPI4?#@^m^_c8#OeV z%gKjy((4`4xXT-1SVav3|4QYx0KW;NLzDg6Tc}#LZrV}e%r$G~qR+G_{hsOd0$>=0 zFpPfcnQn#P97j)S)K@k#KI?pfUXT9qO4Di*t)*nGahZnHKp<-&LK24o!(2FEx{Q2` zURn#|M_Unh&I5XVVhyTn3|B#haIAD-)5zn}gAi9bkeD0G)kbHRNn~!Cc*G@gpj{CU z!!ExhEva0KQJ2kI-o9LlT}h?9A={h5p21}XlU*kAQy-%r8B(X#)X|c(R<;2wwK9q_ zDW0a)`vI37{mKom`n`CCnt6qvnJ7(HKzK*kb28_KLEOHDSV z5si_K)x>=t6qAL?8x5d@OSI4w(IOaK1<`UV-S7w823&-d3IF6ycpFn?XfQr(?r z3N1l=Q$atBG`>!-7P@qaOHohI)L6rWSGWklLdhZSCT33_$$%Ctx>G#&lJ2#1>4zX( z%sGhMTS>3L7(|JxEbk9%JfYDSD0Y?viw86hmT`+H=?6M)ZMig1e4sLTrId&&=fvQvoG9y&;2Gg} z>&*u>nF#R69Iqm$QX2|SVk`(nDvX9VO10nY@o%Q|r>aadh?S(^4M8}gUQbgwfglLk z&wsyM!NIWE{CRMd{4hk|-WHIlqDW<4;r<9&jo9mtRaRGT1r#7nyTCY=@}AO}_Jyt% z?OwMH7hjw1k=;QF3E4+g3XYiipnSVue05Qwme)!eaw*fiG?W|6blEaAN~aSdT$JVJ zP?tzJ_5o7~m-kg|jFP`81Sl*Fr1Q#({%o#r+b90Dv3(?!gJ_jp7IdI-oA3MDl(l)M zbdegA`i=`2&auJ^63N;cUWEqX$nr3MjGTT1@f)r&rIemCKku4;6Ksn@RNf}x=?nMr zP1#qe{*?fq!mLp!JguTDQoc$LEmOVE}3+Bq2^%ERk_1!pW?Tlpo&hw7qc)A|tl0bZ?5K%aG z=^g(auP7h;6r4Z7_1xGMpJqdtKZXTFz=nv~tq}B+I7sA#Kx} zTSE>SU7TB-T*bE~xCK|b8z*RL+nbnb1G0ByPi7%nTuNi{1K+3=3GT{d;lni@na%i}M@mv>&ePae2~`ZO1LZwoHhMEWQ3nH^eb@%wQS zCzdGF0!W*^ryjb}(T$FTBT(C`gR}L^=HOj%sx+y1J5PmoG2wSs)>IWx;*I0B)`CW- z#+23I*|P~Z(|Q!+rR*8tgmm)E1>xA;`j6@Ec}#{LySwMHJ0_uZ8cJ2s$z}fkllcke ecx}xqwD9`oY4h|;GW(I|F#?Yfc#Ob<5%>!)0f&bG literal 0 HcmV?d00001