diff --git a/README.md b/README.md index 1efdf23..8090247 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ This repository contains the following plugins: | [🏠](https://github.com/joplin/plugin-kanban/wiki) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.joplin.kanban/plugin.jpl) | Kanban | 1.0.3 | Flexible kanban board plugin for all your tasks | Balint Magyar | | [🏠](https://github.com/treymo/joplin-link-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.treymo.LinkGraph/plugin.jpl) | Link Graph UI | 1.0.1 | View the connections between Joplin notes. | Trey Mo | | [🏠](https://github.com/ajilderda/joplin-macos-native-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.andrejilderda.macOSTheme/plugin.jpl) | macOS theme | 1.2.5 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda | +| [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.make_all_links/plugin.jpl) | Make All Links | 1.0.0 | Searches the current note for mentions of other notes, then makes the corresponding links. Just click the new icon in the toolbar. | S73ph4n | | [🏠](https://github.com/oswida/joplin-markdown-calc) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/osw.joplin.markdowncalc/plugin.jpl) | Markdown table calculations | 1.0.3 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda | | [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.MathMode/plugin.jpl) | Math Mode | 0.5.2 | Turn your notes into a powerful calculator with inline math. | Caleb John | | [🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/plugin.jpl) | Menu items, Shortcuts, Toolbar icons | 1.1.0 | Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core | Helmut K. C. Tessarek | diff --git a/manifests.json b/manifests.json index 78a1e10..e99ae33 100644 --- a/manifests.json +++ b/manifests.json @@ -1018,5 +1018,20 @@ "_publish_hash": "sha256:9721e59cc64be47bc93b138bf29a5619804b6a9483a43fa62f57d001853b7b17", "_publish_commit": "main:46501ceef10325c902f036cac16f0ec58ec15019", "_npm_package_name": "joplin-plugin-automate-notes" + }, + "com.s73ph4n.make_all_links": { + "manifest_version": 1, + "id": "com.s73ph4n.make_all_links", + "app_min_version": "2.0", + "version": "1.0.0", + "name": "Make All Links", + "description": "Searches the current note for mentions of other notes, then makes the corresponding links. Just click the new icon in the toolbar.", + "author": "S73ph4n", + "homepage_url": "https://github.com/S73ph4n", + "repository_url": "https://github.com/S73ph4n/joplin_make_all_links", + "keywords": [], + "_publish_hash": "sha256:727744f7c78198fd3da6597a1d3189003cb7e9de269836f29e604c9e3bafa7ec", + "_publish_commit": "main:4d8111c1607519db1e596e2ae6c5100076e6ee8c", + "_npm_package_name": "joplin-plugin-make-all-links" } } \ No newline at end of file diff --git a/plugins/com.s73ph4n.make_all_links/manifest.json b/plugins/com.s73ph4n.make_all_links/manifest.json new file mode 100644 index 0000000..d3d7aaf --- /dev/null +++ b/plugins/com.s73ph4n.make_all_links/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "id": "com.s73ph4n.make_all_links", + "app_min_version": "2.0", + "version": "1.0.0", + "name": "Make All Links", + "description": "Searches the current note for mentions of other notes, then makes the corresponding links. Just click the new icon in the toolbar.", + "author": "S73ph4n", + "homepage_url": "https://github.com/S73ph4n", + "repository_url": "https://github.com/S73ph4n/joplin_make_all_links", + "keywords": [], + "_publish_hash": "sha256:727744f7c78198fd3da6597a1d3189003cb7e9de269836f29e604c9e3bafa7ec", + "_publish_commit": "main:4d8111c1607519db1e596e2ae6c5100076e6ee8c", + "_npm_package_name": "joplin-plugin-make-all-links" +} \ No newline at end of file diff --git a/plugins/com.s73ph4n.make_all_links/plugin.jpl b/plugins/com.s73ph4n.make_all_links/plugin.jpl new file mode 100644 index 0000000..b15dddf Binary files /dev/null and b/plugins/com.s73ph4n.make_all_links/plugin.jpl differ