diff --git a/README.md b/README.md index 81cf68d..5e05b67 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This repository contains the following plugins: | [🏠](https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl) | Folding in Code Mirror Editor | 2.0.1 | Allows to fold parts of markdown text displayed in editor | ambrt | | [🏠](https://github.com/tessus/joplin-plugin-get-notebook-id#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.folder-id/plugin.jpl) | Get Notebook ID | 1.0.1 | Copy/Show the ID of a notebook. For developers. A regular user won't need this. | Helmut K. C. Tessarek | | [🏠](https://github.com/marc0l92/joplin-plugin-github-theme#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl) | GitHub Theme | 0.3.0 | Joplin theme with colors of GitHub | marc0l92 | -| [🏠](https://github.com/agerardin/joplin-plugin-knowledge-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-knowledge-graph/plugin.jpl) | Graph | 1.0.3 | Notes as nodes. Explore your Joplin knowledge graph. | Antoine Gerardin | +| [🏠](https://github.com/agerardin/joplin-plugin-knowledge-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-knowledge-graph/plugin.jpl) | Graph | 1.0.4 | Notes as nodes. Explore your Joplin knowledge graph. | Antoine Gerardin | | [🏠](https://github.com/adarsh-sgh/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 1.0.3 | Plugin to open a choosen note each time joplin starts. It is like homepages on browsers. | Adarsh Singh(lki) | | [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.hotfolder/plugin.jpl) | Hotfolder | 1.0.1 | Monitors a locale folder and import the files as a new note. | JackGruber | | [🏠](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.0 | Inline tags plugin | Roman Musin | diff --git a/manifests.json b/manifests.json index 7320ec4..1037618 100644 --- a/manifests.json +++ b/manifests.json @@ -1495,7 +1495,7 @@ "manifest_version": 1, "id": "joplin-plugin-knowledge-graph", "app_min_version": "2.2", - "version": "1.0.3", + "version": "1.0.4", "name": "Graph", "description": "Notes as nodes. Explore your Joplin knowledge graph.", "author": "Antoine Gerardin", @@ -1508,8 +1508,8 @@ "plugin", "joplin-plugin" ], - "_publish_hash": "sha256:a892067613c456d043c93c1f4808fe97dcb4330077cbd36e2eef885ba546aefd", - "_publish_commit": "main:15d4285154753e1485e3105548bad89a0230d26d", + "_publish_hash": "sha256:ea09fee39b29601316b0067736f6110476e92bce4870f1d1954f07a48d2f837b", + "_publish_commit": "menu2:edaee1baf96d03956214559d05949f60537ccf40", "_npm_package_name": "joplin-plugin-knowledge-graph" }, "com.hieuthi.joplin.slash-commands": { diff --git a/plugins/joplin-plugin-knowledge-graph/manifest.json b/plugins/joplin-plugin-knowledge-graph/manifest.json index e987974..c4c2b96 100644 --- a/plugins/joplin-plugin-knowledge-graph/manifest.json +++ b/plugins/joplin-plugin-knowledge-graph/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin-plugin-knowledge-graph", "app_min_version": "2.2", - "version": "1.0.3", + "version": "1.0.4", "name": "Graph", "description": "Notes as nodes. Explore your Joplin knowledge graph.", "author": "Antoine Gerardin", @@ -15,7 +15,7 @@ "plugin", "joplin-plugin" ], - "_publish_hash": "sha256:a892067613c456d043c93c1f4808fe97dcb4330077cbd36e2eef885ba546aefd", - "_publish_commit": "main:15d4285154753e1485e3105548bad89a0230d26d", + "_publish_hash": "sha256:ea09fee39b29601316b0067736f6110476e92bce4870f1d1954f07a48d2f837b", + "_publish_commit": "menu2:edaee1baf96d03956214559d05949f60537ccf40", "_npm_package_name": "joplin-plugin-knowledge-graph" } \ No newline at end of file diff --git a/plugins/joplin-plugin-knowledge-graph/plugin.jpl b/plugins/joplin-plugin-knowledge-graph/plugin.jpl index c1fb258..a0464b8 100644 Binary files a/plugins/joplin-plugin-knowledge-graph/plugin.jpl and b/plugins/joplin-plugin-knowledge-graph/plugin.jpl differ