diff --git a/README.md b/README.md index c328280..877fb72 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ This repository contains the following plugins: | [🏠](https://github.com/Kaid00/joplin-random-note/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.plugin.randomNotePlugin/plugin.jpl) | Random note | 1.0.3 | Opens a random note from your vault | Azamah Junior | | [🏠](https://github.com/SeptemberHX/joplin-plugin-readcube-papers.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.ReadCubePapers/plugin.jpl) | ReadCube Papers | 1.1.0 | Keep syncing with your ReadCube Papers library, help you create a note for one paper and render the paper note with a formatted paper information table, automatically generate markdown style reference, and allow you to insert your annotations into the note | SeptemberHX | | [🏠](https://github.com/Sinacs/Joplin.Plugin.ReMoods.Theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.remoods.theme/plugin.jpl) | ReMoods Theme | 4.3.0 | 3 theme modes, 36 single-tone theme colors, 5 major html custom elements, and more... (Recommend to read about the Getting Started Guide on GitHub before use.) | Sinacs | +| [🏠](https://github.com/hegerdes/joplin-plugin-remote-note-pull) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/github.hegerdes.joplin_remote_note_pull/plugin.jpl) | Remote-Note-Pull | 1.0.2 | This Plugin will periodically pull public available Markdown documents into your notebook and keeps them up to date | hegerdes | | [🏠](https://github.com/mak2002/joplin-remove-images-from-note.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.remove.images.from.note/plugin.jpl) | Remove Images | 0.0.2 | Allows to remove images from selected note | mak2002 | | [🏠](https://discourse.joplinapp.org/t/plugin-repeating-to-dos/16470) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-repeating-todos/plugin.jpl) | Repeating To-Dos | 0.10.3 | A powerful and comprehensive plugin for to-do repetition/recurrence | BeatLink | | [🏠](https://github.com/roman-r-m/joplin-plugin-resource-search) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.resource-search/plugin.jpl) | Resource Search Plugin | 0.1.2 | Search in Attached Resources | Roman Musin | diff --git a/manifests.json b/manifests.json index 4ea9a1b..9a86900 100644 --- a/manifests.json +++ b/manifests.json @@ -2771,5 +2771,29 @@ "_publish_hash": "sha256:73a1ebc26c155c1a1f4fc6b34b505c592a98a4c1cc2f2c6882705874becaab3a", "_publish_commit": "master:16ec6aa0b854b4340c883bc9b354922291124387", "_npm_package_name": "joplin-plugin-publish" + }, + "github.hegerdes.joplin_remote_note_pull": { + "manifest_version": 1, + "id": "github.hegerdes.joplin_remote_note_pull", + "app_min_version": "2.8", + "version": "1.0.2", + "name": "Remote-Note-Pull", + "description": "This Plugin will periodically pull public available Markdown documents into your notebook and keeps them up to date", + "author": "hegerdes", + "homepage_url": "https://github.com/hegerdes/joplin-plugin-remote-note-pull", + "repository_url": "https://github.com/hegerdes/joplin-plugin-remote-note-pull", + "keywords": [ + "joplin", + "nodejs", + "markdown", + "sync" + ], + "categories": [ + "personal knowledge management", + "productivity" + ], + "_publish_hash": "sha256:3c4f6124a5e3df19f52aa24de08673bea9fb3001510ddfe4fd742316eb2875be", + "_publish_commit": "main:172659fe1d848e35007612454be874f1bdc943a8", + "_npm_package_name": "joplin-plugin-remote-note-pull" } } \ No newline at end of file diff --git a/plugins/github.hegerdes.joplin_remote_note_pull/manifest.json b/plugins/github.hegerdes.joplin_remote_note_pull/manifest.json new file mode 100644 index 0000000..4e22728 --- /dev/null +++ b/plugins/github.hegerdes.joplin_remote_note_pull/manifest.json @@ -0,0 +1,24 @@ +{ + "manifest_version": 1, + "id": "github.hegerdes.joplin_remote_note_pull", + "app_min_version": "2.8", + "version": "1.0.2", + "name": "Remote-Note-Pull", + "description": "This Plugin will periodically pull public available Markdown documents into your notebook and keeps them up to date", + "author": "hegerdes", + "homepage_url": "https://github.com/hegerdes/joplin-plugin-remote-note-pull", + "repository_url": "https://github.com/hegerdes/joplin-plugin-remote-note-pull", + "keywords": [ + "joplin", + "nodejs", + "markdown", + "sync" + ], + "categories": [ + "personal knowledge management", + "productivity" + ], + "_publish_hash": "sha256:3c4f6124a5e3df19f52aa24de08673bea9fb3001510ddfe4fd742316eb2875be", + "_publish_commit": "main:172659fe1d848e35007612454be874f1bdc943a8", + "_npm_package_name": "joplin-plugin-remote-note-pull" +} \ No newline at end of file diff --git a/plugins/github.hegerdes.joplin_remote_note_pull/plugin.jpl b/plugins/github.hegerdes.joplin_remote_note_pull/plugin.jpl new file mode 100644 index 0000000..34c306f Binary files /dev/null and b/plugins/github.hegerdes.joplin_remote_note_pull/plugin.jpl differ