diff --git a/README.md b/README.md index 3d5b004..1f466e9 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ This repository contains the following plugins: | [🏠](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.1 | Inline tags plugin | Roman Musin | | [🏠](https://github.com/CalebJohn/joplin-inline-todo#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.todo/plugin.jpl) | Inline TODO | 1.6.0 | Write TODOs *everywhere* and view them in one place. | Caleb John | | [🏠](https://github.com/herdsothom/joplin-insert-date) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-insert-date/plugin.jpl) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom | -| [🏠](https://github.com/alondmnt/joplin-plugin-jarvis) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.alondmnt.jarvis/plugin.jpl) | Jarvis | 0.5.3 | Joplin assistant running a very intelligent system (OpenAI / ChatGPT, Hugging Face, USE), including: related notes (semantic search), chat with LLMs and your notes, prompt templates, and more. | Alon Diament | +| [🏠](https://github.com/alondmnt/joplin-plugin-jarvis) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.alondmnt.jarvis/plugin.jpl) | Jarvis | 0.6.0 | Joplin assistant running a very intelligent system (OpenAI / ChatGPT, Hugging Face, USE), including: related notes (semantic search), chat with LLMs and your notes, prompt templates, auto-tags and more. | Alon Diament | | [🏠](https://github.com/marc0l92/joplin-plugin-jira-issue#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-jira-issue/plugin.jpl) | Jira Issue | 2.4.0 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | marc0l92 | | [🏠](https://github.com/chenlijun99/autoanki/packages/joplin-plugin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.anki-sync/plugin.jpl) | Joplin Anki Sync | 1.0.0 | Bidirectional sync between Joplin and Anki | Lijun Chen | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.noeto.JoplinBibleNotes/plugin.jpl) | Joplin Bible Notes | 0.2.0 | A Joplin plugin that helps find easily in which notes you spoke about a Bible reference. | Tojo Rakotoarison | diff --git a/manifests.json b/manifests.json index b91f5a9..f560443 100644 --- a/manifests.json +++ b/manifests.json @@ -2419,16 +2419,21 @@ "manifest_version": 1, "id": "joplin.plugin.alondmnt.jarvis", "app_min_version": "2.8", - "version": "0.5.3", + "version": "0.6.0", "name": "Jarvis", - "description": "Joplin assistant running a very intelligent system (OpenAI / ChatGPT, Hugging Face, USE), including: related notes (semantic search), chat with LLMs and your notes, prompt templates, and more.", + "description": "Joplin assistant running a very intelligent system (OpenAI / ChatGPT, Hugging Face, USE), including: related notes (semantic search), chat with LLMs and your notes, prompt templates, auto-tags and more.", "author": "Alon Diament", "homepage_url": "https://github.com/alondmnt/joplin-plugin-jarvis", "repository_url": "https://github.com/alondmnt/joplin-plugin-jarvis", "keywords": [], - "categories": [], - "_publish_hash": "sha256:72db1e44732e54e731bfa4b87cff327b54d6787a1d98791bc5d7e7bb92855c19", - "_publish_commit": "master:a7f065e23e2ec94d16d31fc14408d222689f125f", + "categories": [ + "personal knowledge management", + "integrations", + "search", + "productivity" + ], + "_publish_hash": "sha256:1c26081dea5edf17b47265e39f167ca55bba407a84a0348ab04f8cf047f8ea4d", + "_publish_commit": "master:1314f963be45b80d2f9511cac6992824cfce905b", "_npm_package_name": "joplin-plugin-jarvis" }, "albert.joplin.plugin7": { diff --git a/plugins/joplin.plugin.alondmnt.jarvis/manifest.json b/plugins/joplin.plugin.alondmnt.jarvis/manifest.json index 008344e..89d481d 100644 --- a/plugins/joplin.plugin.alondmnt.jarvis/manifest.json +++ b/plugins/joplin.plugin.alondmnt.jarvis/manifest.json @@ -2,15 +2,20 @@ "manifest_version": 1, "id": "joplin.plugin.alondmnt.jarvis", "app_min_version": "2.8", - "version": "0.5.3", + "version": "0.6.0", "name": "Jarvis", - "description": "Joplin assistant running a very intelligent system (OpenAI / ChatGPT, Hugging Face, USE), including: related notes (semantic search), chat with LLMs and your notes, prompt templates, and more.", + "description": "Joplin assistant running a very intelligent system (OpenAI / ChatGPT, Hugging Face, USE), including: related notes (semantic search), chat with LLMs and your notes, prompt templates, auto-tags and more.", "author": "Alon Diament", "homepage_url": "https://github.com/alondmnt/joplin-plugin-jarvis", "repository_url": "https://github.com/alondmnt/joplin-plugin-jarvis", "keywords": [], - "categories": [], - "_publish_hash": "sha256:72db1e44732e54e731bfa4b87cff327b54d6787a1d98791bc5d7e7bb92855c19", - "_publish_commit": "master:a7f065e23e2ec94d16d31fc14408d222689f125f", + "categories": [ + "personal knowledge management", + "integrations", + "search", + "productivity" + ], + "_publish_hash": "sha256:1c26081dea5edf17b47265e39f167ca55bba407a84a0348ab04f8cf047f8ea4d", + "_publish_commit": "master:1314f963be45b80d2f9511cac6992824cfce905b", "_npm_package_name": "joplin-plugin-jarvis" } \ No newline at end of file diff --git a/plugins/joplin.plugin.alondmnt.jarvis/plugin.jpl b/plugins/joplin.plugin.alondmnt.jarvis/plugin.jpl index 894c506..a46e52c 100644 Binary files a/plugins/joplin.plugin.alondmnt.jarvis/plugin.jpl and b/plugins/joplin.plugin.alondmnt.jarvis/plugin.jpl differ