diff --git a/README.md b/README.md index f5cf536..d48040f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,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.7 | 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.1.0 | 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 69cffce..a2f9576 100644 --- a/manifests.json +++ b/manifests.json @@ -1497,7 +1497,7 @@ "manifest_version": 1, "id": "joplin-plugin-knowledge-graph", "app_min_version": "2.2", - "version": "1.0.7", + "version": "1.1.0", "name": "Graph", "description": "Notes as nodes. Explore your Joplin knowledge graph.", "author": "Antoine Gerardin", @@ -1510,8 +1510,8 @@ "plugin", "joplin-plugin" ], - "_publish_hash": "sha256:060a5cb5897983381c9211b6da56f93a6cb832cee0be8203e1f761fc5a0656ae", - "_publish_commit": "main:35ff758b34c496d21f4d82bee33e47e1e3b00413", + "_publish_hash": "sha256:7472cbc5b9f52c1ec2af6897ad9e7c856aa80a505f293105068521c1716b8f56", + "_publish_commit": "main:a4aa343b209fb8c1a29d3f9b143a42611e2bad5c", "_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 2fa4860..aad6435 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.7", + "version": "1.1.0", "name": "Graph", "description": "Notes as nodes. Explore your Joplin knowledge graph.", "author": "Antoine Gerardin", @@ -15,7 +15,7 @@ "plugin", "joplin-plugin" ], - "_publish_hash": "sha256:060a5cb5897983381c9211b6da56f93a6cb832cee0be8203e1f761fc5a0656ae", - "_publish_commit": "main:35ff758b34c496d21f4d82bee33e47e1e3b00413", + "_publish_hash": "sha256:7472cbc5b9f52c1ec2af6897ad9e7c856aa80a505f293105068521c1716b8f56", + "_publish_commit": "main:a4aa343b209fb8c1a29d3f9b143a42611e2bad5c", "_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 1faef84..cf54eb4 100644 Binary files a/plugins/joplin-plugin-knowledge-graph/plugin.jpl and b/plugins/joplin-plugin-knowledge-graph/plugin.jpl differ