diff --git a/README.md b/README.md index 6ff5ffa..175a837 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ This repository contains the following plugins: | [🏠](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.note-overview/plugin.jpl) | Note overview | 1.5.4 | A note overview is created based on the defined search and the specified fields. | JackGruber | | [🏠](https://github.com/Kaid00/joplin-note-statistics#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.azamahJunior.note-statistics/plugin.jpl) | Note Statistics | 1.0.4 | Plugin to get note statistics | Azamah Junior | | [🏠](https://github.com/benji300/joplin-note-tabs) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.note.tabs/plugin.jpl) | Note Tabs | 1.4.0 | Allows to open several notes at once in tabs and pin them. | Benji300 | +| [🏠](https://github.com/DanteCoder/JoplinPluginNoteVariables#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gamalielbarboza.NoteVariables/plugin.jpl) | Note Variables | 0.1.1 | A plugin to create variables that can be accesed through all the notes. | Dante G. Barboza | | [🏠](https://github.com/cqroot/joplin-outline) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/outline/plugin.jpl) | Outline | 1.2.7 | Outline (TOC) sidebar plugin for joplin. | cqroot | | [🏠](https://github.com/ylc395/joplin-plugin-pages-publisher) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.pagesPublisher/plugin.jpl) | Pages Publisher | 1.3.0 | Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks | ylc395 | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.coderrsid.pasteSpecial/plugin.jpl) | Paste Special | 1.1.2 | A plugin used to paste special text into Joplin | coderrsid | diff --git a/manifests.json b/manifests.json index 70c99e9..b1e7833 100644 --- a/manifests.json +++ b/manifests.json @@ -1226,5 +1226,20 @@ "_publish_hash": "sha256:13e3995d36cbc286d956b9cf21fb5830037b94ead2bf695b6b25955837647966", "_publish_commit": "main:0e4e877af7b15670c5222474f1caa66c3a508b7b", "_npm_package_name": "joplin-plugin-markdown-table-colorize" + }, + "com.gamalielbarboza.NoteVariables": { + "manifest_version": 1, + "id": "com.gamalielbarboza.NoteVariables", + "app_min_version": "2.2", + "version": "0.1.1", + "name": "Note Variables", + "description": "A plugin to create variables that can be accesed through all the notes.", + "author": "Dante G. Barboza", + "homepage_url": "https://github.com/DanteCoder/JoplinPluginNoteVariables#readme", + "repository_url": "https://github.com/DanteCoder/JoplinPluginNoteVariables", + "keywords": [], + "_publish_hash": "sha256:a97ef1192d12db4807c1bf39b593dc83359ca092660b207537b32769e661ca81", + "_publish_commit": "Dev:63ac1052c174251116bb1bdeab19a3f62869604a", + "_npm_package_name": "joplin-plugin-note-variables" } } \ No newline at end of file diff --git a/plugins/com.gamalielbarboza.NoteVariables/manifest.json b/plugins/com.gamalielbarboza.NoteVariables/manifest.json new file mode 100644 index 0000000..ed4b0ee --- /dev/null +++ b/plugins/com.gamalielbarboza.NoteVariables/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "id": "com.gamalielbarboza.NoteVariables", + "app_min_version": "2.2", + "version": "0.1.1", + "name": "Note Variables", + "description": "A plugin to create variables that can be accesed through all the notes.", + "author": "Dante G. Barboza", + "homepage_url": "https://github.com/DanteCoder/JoplinPluginNoteVariables#readme", + "repository_url": "https://github.com/DanteCoder/JoplinPluginNoteVariables", + "keywords": [], + "_publish_hash": "sha256:a97ef1192d12db4807c1bf39b593dc83359ca092660b207537b32769e661ca81", + "_publish_commit": "Dev:63ac1052c174251116bb1bdeab19a3f62869604a", + "_npm_package_name": "joplin-plugin-note-variables" +} \ No newline at end of file diff --git a/plugins/com.gamalielbarboza.NoteVariables/plugin.jpl b/plugins/com.gamalielbarboza.NoteVariables/plugin.jpl new file mode 100644 index 0000000..9efdaab Binary files /dev/null and b/plugins/com.gamalielbarboza.NoteVariables/plugin.jpl differ