diff --git a/README.md b/README.md index d3413ba..07b27d2 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,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.4 | 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.5 | 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 2d00080..20c8f24 100644 --- a/manifests.json +++ b/manifests.json @@ -1496,7 +1496,7 @@ "manifest_version": 1, "id": "joplin-plugin-knowledge-graph", "app_min_version": "2.2", - "version": "1.0.4", + "version": "1.0.5", "name": "Graph", "description": "Notes as nodes. Explore your Joplin knowledge graph.", "author": "Antoine Gerardin", @@ -1509,8 +1509,8 @@ "plugin", "joplin-plugin" ], - "_publish_hash": "sha256:ea09fee39b29601316b0067736f6110476e92bce4870f1d1954f07a48d2f837b", - "_publish_commit": "menu2:edaee1baf96d03956214559d05949f60537ccf40", + "_publish_hash": "sha256:0c7fdacd16c130fb4432bcef1fd757fca8cc54c03974991f4d65184b2aebd8d0", + "_publish_commit": "main:23c255c539628ca1568d795acf9bc3962612c544", "_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 c4c2b96..89a9dad 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.4", + "version": "1.0.5", "name": "Graph", "description": "Notes as nodes. Explore your Joplin knowledge graph.", "author": "Antoine Gerardin", @@ -15,7 +15,7 @@ "plugin", "joplin-plugin" ], - "_publish_hash": "sha256:ea09fee39b29601316b0067736f6110476e92bce4870f1d1954f07a48d2f837b", - "_publish_commit": "menu2:edaee1baf96d03956214559d05949f60537ccf40", + "_publish_hash": "sha256:0c7fdacd16c130fb4432bcef1fd757fca8cc54c03974991f4d65184b2aebd8d0", + "_publish_commit": "main:23c255c539628ca1568d795acf9bc3962612c544", "_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 a0464b8..ffa4bcb 100644 Binary files a/plugins/joplin-plugin-knowledge-graph/plugin.jpl and b/plugins/joplin-plugin-knowledge-graph/plugin.jpl differ