diff --git a/README.md b/README.md index ad9db22..b4c1ffe 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ This repository contains the following plugins: [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | Hotfolder | 0.3.2 | Monitors a locale folder and import the files as a new note. | JackGruber [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | Inline tags | 1.1.3 | Inline tags plugin | Roman Musin [🏠](https://github.com/herdsothom/joplin-insert-date) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom +[🏠](Homepage%20URL) | Joplin User Link Plugin | 1.0.0 | | Cologler [🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.6 | View the connections between Joplin notes. | Trey Moore [🏠](https://github.com/oswida/joplin-markdown-calc) | Markdown table calculations | 1.0.2 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | Math Mode | 0.4.1 | Turn your notes into a powerful calculator with inline math. | Caleb John diff --git a/manifests.json b/manifests.json index 8b8708b..2c06c82 100644 --- a/manifests.json +++ b/manifests.json @@ -425,5 +425,20 @@ "_publish_hash": "sha256:0d670c46bae2da62dca249d8fe9a36ed207ed0fcc961cecfd30025538be900a5", "_publish_commit": "master:a6a1c85748acc02f7c15eeb42926d134d26a3093", "_npm_package_name": "joplin-plugin-plantuml" + }, + "b53da1f6-868c-468d-b60c-2897a27166ac": { + "manifest_version": 1, + "id": "b53da1f6-868c-468d-b60c-2897a27166ac", + "app_min_version": "1.7", + "version": "1.0.0", + "name": "Joplin User Link Plugin", + "description": "", + "author": "Cologler", + "homepage_url": "Homepage URL", + "repository_url": "Repository URL", + "keywords": [], + "_publish_hash": "sha256:7a2e5c5bd1bd2502816d70f0ac9aab486f33d32cbd8e7896f89176df14696a31", + "_publish_commit": "main:70c15c9b11f4ca9e09280568c75fe645bf0eecb0", + "_npm_package_name": "joplin-plugin-user-link" } } \ No newline at end of file diff --git a/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/manifest.json b/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/manifest.json new file mode 100644 index 0000000..20baa1c --- /dev/null +++ b/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "id": "b53da1f6-868c-468d-b60c-2897a27166ac", + "app_min_version": "1.7", + "version": "1.0.0", + "name": "Joplin User Link Plugin", + "description": "", + "author": "Cologler", + "homepage_url": "Homepage URL", + "repository_url": "Repository URL", + "keywords": [], + "_publish_hash": "sha256:7a2e5c5bd1bd2502816d70f0ac9aab486f33d32cbd8e7896f89176df14696a31", + "_publish_commit": "main:70c15c9b11f4ca9e09280568c75fe645bf0eecb0", + "_npm_package_name": "joplin-plugin-user-link" +} \ No newline at end of file diff --git a/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl b/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl new file mode 100644 index 0000000..80202ec Binary files /dev/null and b/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl differ