diff --git a/README.md b/README.md index d6d2f35..d8dc7f1 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.1 | 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.2 | 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 201effa..fb90df8 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.1", + "version": "1.0.2", "name": "Graph", "description": "Notes as nodes. Explore your Joplin knowledge graph.", "author": "Antoine Gerardin", @@ -1508,8 +1508,8 @@ "plugin", "joplin-plugin" ], - "_publish_hash": "sha256:ba9783208427bb9829bfd99faebb5529d76fb90c2dabcb544a57ca8544449523", - "_publish_commit": "main:1af371c67d4a1547e6d4d5c2ac3527c1858c8921", + "_publish_hash": "sha256:4c7b02c7a2fcb3ddbedaa66d1957598fa32f3286bcc0acee408f205725b66147", + "_publish_commit": "main:ca1c3e451b93612a801a175b4c45c4dbce07d3db", "_npm_package_name": "joplin-plugin-knowledge-graph" } } \ No newline at end of file diff --git a/plugins/joplin-plugin-knowledge-graph/manifest.json b/plugins/joplin-plugin-knowledge-graph/manifest.json index ccd7d23..d83b761 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.1", + "version": "1.0.2", "name": "Graph", "description": "Notes as nodes. Explore your Joplin knowledge graph.", "author": "Antoine Gerardin", @@ -15,7 +15,7 @@ "plugin", "joplin-plugin" ], - "_publish_hash": "sha256:ba9783208427bb9829bfd99faebb5529d76fb90c2dabcb544a57ca8544449523", - "_publish_commit": "main:1af371c67d4a1547e6d4d5c2ac3527c1858c8921", + "_publish_hash": "sha256:4c7b02c7a2fcb3ddbedaa66d1957598fa32f3286bcc0acee408f205725b66147", + "_publish_commit": "main:ca1c3e451b93612a801a175b4c45c4dbce07d3db", "_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 5c2a417..b976c03 100644 Binary files a/plugins/joplin-plugin-knowledge-graph/plugin.jpl and b/plugins/joplin-plugin-knowledge-graph/plugin.jpl differ