diff --git a/README.md b/README.md index edce85a..1724456 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This repository contains the following plugins: | [🏠](https://discourse.joplinapp.org/t/plugin-conflict-resolution/19204) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-conflict-resolution/plugin.jpl) | Conflict Resolution | 1.2.3 | A plugin that makes process of resolving conflicts easier. | Ahmed Alwasifey | | [🏠](https://github.com/hieuthi/joplin-plugin-container-with-classes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.container-with-classes/plugin.jpl) | Container with Classes | 1.0.0 | Plugin for creating block-level containers with classes for customization | Hieu-Thi Luong | | [🏠](https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.convertToNewNote/plugin.jpl) | Convert Text To New Note | 1.5.1 | Converts highlighted text to new one in same folder | ambrt | -| [🏠](https://github.com/hieuthi/joplin-plugin-copy-anchor-link) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.copy-anchor-link/plugin.jpl) | Copy Anchor Link | 1.0.0 | Add a link icon near each heading. Copy Joplin markdown link of the specific heading to clipboard when click on the icon. | Hieu-Thi Luong | +| [🏠](https://github.com/hieuthi/joplin-plugin-copy-anchor-link) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.copy-anchor-link/plugin.jpl) | Copy Anchor Link | 1.1.0 | This plugin add several icons next to the note headings that you can click on to copy markdown link of the specific heading. | Hieu-Thi Luong | | [🏠](https://discourse.joplinapp.org/t/copy-markdown-link-to-active-note/14402) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.copyNoteLink/plugin.jpl) | Copy link to active note | 1.0.1 | Adds entry to right click menu in editor to get link to active note | a | | [🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.goToItem/plugin.jpl) | Create and go to #tags and @notebooks | 1.3.7 | Go to tag,notebook or note via links or via text | a | | [🏠](https://github.com/Mick2nd/CsvImport#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.CsvImport/plugin.jpl) | Csv Import | 1.0.1 | Imports a Csv file or pastes a Csv text from Clipboard as table | Jürgen Habelt | diff --git a/manifests.json b/manifests.json index 1d4434d..31f330d 100644 --- a/manifests.json +++ b/manifests.json @@ -1312,9 +1312,9 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.copy-anchor-link", "app_min_version": "2.2", - "version": "1.0.0", + "version": "1.1.0", "name": "Copy Anchor Link", - "description": "Add a link icon near each heading. Copy Joplin markdown link of the specific heading to clipboard when click on the icon.", + "description": "This plugin add several icons next to the note headings that you can click on to copy markdown link of the specific heading.", "author": "Hieu-Thi Luong", "homepage_url": "https://github.com/hieuthi/joplin-plugin-copy-anchor-link", "repository_url": "https://github.com/hieuthi/joplin-plugin-copy-anchor-link", @@ -1325,8 +1325,8 @@ "copy", "markdown-it" ], - "_publish_hash": "sha256:eaf301eec5650c391cc5a27717d4f1e45214ca25967e3cbbb96e5a4d90a84be6", - "_publish_commit": "main:7374030958024641711be9583a6eba3c7b0ec3ff", + "_publish_hash": "sha256:f8bdc503e975fae9f29206077fedfbeb23a2a53cbd0b59204c0ae15a4155ed12", + "_publish_commit": "main:69e6a0205741cf9479e945242f1112ef8978070a", "_npm_package_name": "joplin-plugin-copy-anchor-link" }, "ylc395.noteLinkSystem": { diff --git a/plugins/com.hieuthi.joplin.copy-anchor-link/manifest.json b/plugins/com.hieuthi.joplin.copy-anchor-link/manifest.json index 1febd1f..0fd22d1 100644 --- a/plugins/com.hieuthi.joplin.copy-anchor-link/manifest.json +++ b/plugins/com.hieuthi.joplin.copy-anchor-link/manifest.json @@ -2,9 +2,9 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.copy-anchor-link", "app_min_version": "2.2", - "version": "1.0.0", + "version": "1.1.0", "name": "Copy Anchor Link", - "description": "Add a link icon near each heading. Copy Joplin markdown link of the specific heading to clipboard when click on the icon.", + "description": "This plugin add several icons next to the note headings that you can click on to copy markdown link of the specific heading.", "author": "Hieu-Thi Luong", "homepage_url": "https://github.com/hieuthi/joplin-plugin-copy-anchor-link", "repository_url": "https://github.com/hieuthi/joplin-plugin-copy-anchor-link", @@ -15,7 +15,7 @@ "copy", "markdown-it" ], - "_publish_hash": "sha256:eaf301eec5650c391cc5a27717d4f1e45214ca25967e3cbbb96e5a4d90a84be6", - "_publish_commit": "main:7374030958024641711be9583a6eba3c7b0ec3ff", + "_publish_hash": "sha256:f8bdc503e975fae9f29206077fedfbeb23a2a53cbd0b59204c0ae15a4155ed12", + "_publish_commit": "main:69e6a0205741cf9479e945242f1112ef8978070a", "_npm_package_name": "joplin-plugin-copy-anchor-link" } \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.copy-anchor-link/plugin.jpl b/plugins/com.hieuthi.joplin.copy-anchor-link/plugin.jpl index 6f74c50..38158c6 100644 Binary files a/plugins/com.hieuthi.joplin.copy-anchor-link/plugin.jpl and b/plugins/com.hieuthi.joplin.copy-anchor-link/plugin.jpl differ