diff --git a/README.md b/README.md index 0957c5e..789baa6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This repository contains the following plugins: | [🏠](https://github.com/manuerwin/joplin-plugin-attache#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.manuerwin.attache/plugin.jpl) | Attaché | 1.1.1 | Your attachment updater. Mass replacement of Joplin attachments (resources) such as resized image files, current music playlists, and any other attachments you need to one-off or regularly update within Joplin. | Manu Erwin | | [🏠](github.com/zph/joplin-plugin-auto-alarm) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.xargs.JoplinPluginAutoAlarm/plugin.jpl) | Auto Alarm | 1.0.7-rc10 | Natural language entry of alarm date/times | ZPH | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.xargs.JoplinPluginAutoTag/plugin.jpl) | Auto Tag | 1.0.3-rc7 | Convert all octothorpe prefixed words into tags | ZPH | -| [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.autolinker/plugin.jpl) | Autolinker | 1.0.0 | Adds an icon to the toolbar. When clicked, it creates a link to the note with a title matching the selected text. | S73ph4n | +| [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.autolinker/plugin.jpl) | Autolinker | 1.0.4 | Adds an icon to the toolbar. When clicked, it creates a link to the note with a title matching the selected text. | S73ph4n | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.automate_notes/plugin.jpl) | Automate Notes | 1.0.0 | Finds blocks of javascript in the current note (blocks have to start with "```javascript" and end with "```") and runs it as a function. | S73ph4n | | [🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl) | Automatic Backlinks to note | 3.0.3 | Creates backlinks to opened note, also in automatic way | ambrt,cyingfan | | [🏠](https://github.com/ylc395/joplin-plugin-better-markdown-viewer) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.betterMarkdownViewer/plugin.jpl) | Better Markdown Viewer | 2.0.4 | Keep Cursor Synced Between Editor and MD Viewer | ylc395 | diff --git a/manifests.json b/manifests.json index dde89ce..8b7e71e 100644 --- a/manifests.json +++ b/manifests.json @@ -963,15 +963,15 @@ "manifest_version": 1, "id": "com.s73ph4n.autolinker", "app_min_version": "2.0", - "version": "1.0.0", + "version": "1.0.4", "name": "Autolinker", "description": "Adds an icon to the toolbar. When clicked, it creates a link to the note with a title matching the selected text.", "author": "S73ph4n", "homepage_url": "https://github.com/S73ph4n", "repository_url": "https://github.com/S73ph4n/joplin_autolinker", "keywords": [], - "_publish_hash": "sha256:ff5a911d1b2653b8d8cba8835ca08638d566f3f2b99e7d07b830946b4e76932f", - "_publish_commit": "main:5924a2eb5328608d31daaf12dc89977ac9381aa6", + "_publish_hash": "sha256:ade8b824112ef5225a673e03718bd91170880e93ef048ecde2b033fc23a6f60c", + "_publish_commit": "main:65abf798f6988eafa3da36a81b2659d37712f53c", "_npm_package_name": "joplin-plugin-autolinker" }, "com.s73ph4n.complete_link": { diff --git a/plugins/com.s73ph4n.autolinker/manifest.json b/plugins/com.s73ph4n.autolinker/manifest.json index 704f2c1..1ea0f8f 100644 --- a/plugins/com.s73ph4n.autolinker/manifest.json +++ b/plugins/com.s73ph4n.autolinker/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "com.s73ph4n.autolinker", "app_min_version": "2.0", - "version": "1.0.0", + "version": "1.0.4", "name": "Autolinker", "description": "Adds an icon to the toolbar. When clicked, it creates a link to the note with a title matching the selected text.", "author": "S73ph4n", "homepage_url": "https://github.com/S73ph4n", "repository_url": "https://github.com/S73ph4n/joplin_autolinker", "keywords": [], - "_publish_hash": "sha256:ff5a911d1b2653b8d8cba8835ca08638d566f3f2b99e7d07b830946b4e76932f", - "_publish_commit": "main:5924a2eb5328608d31daaf12dc89977ac9381aa6", + "_publish_hash": "sha256:ade8b824112ef5225a673e03718bd91170880e93ef048ecde2b033fc23a6f60c", + "_publish_commit": "main:65abf798f6988eafa3da36a81b2659d37712f53c", "_npm_package_name": "joplin-plugin-autolinker" } \ No newline at end of file diff --git a/plugins/com.s73ph4n.autolinker/plugin.jpl b/plugins/com.s73ph4n.autolinker/plugin.jpl index 1589bbb..eb631c9 100644 Binary files a/plugins/com.s73ph4n.autolinker/plugin.jpl and b/plugins/com.s73ph4n.autolinker/plugin.jpl differ