From 2aceb73316c09eb821a183caf719a35869ecf3c4 Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Mon, 1 May 2023 22:05:27 +0000 Subject: [PATCH] New: github.hegerdes.joplin_remote_note_pull@1.0.2 https://github.com/hegerdes/joplin-plugin-remote-note-pull/tree/172659fe1d848e35007612454be874f1bdc943a8 --- README.md | 1 + manifests.json | 24 ++++++++++++++++++ .../manifest.json | 24 ++++++++++++++++++ .../plugin.jpl | Bin 0 -> 17920 bytes 4 files changed, 49 insertions(+) create mode 100644 plugins/github.hegerdes.joplin_remote_note_pull/manifest.json create mode 100644 plugins/github.hegerdes.joplin_remote_note_pull/plugin.jpl 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 0000000000000000000000000000000000000000..34c306f312d852c654515f61135ffdc3ad0a815b GIT binary patch literal 17920 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