From a3316ccad0fb7ef0a624b3d86ee01fcc667c3ff7 Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Fri, 22 Apr 2022 16:02:12 +0000 Subject: [PATCH] Update: com.hieuthi.joplin.copy-anchor-link@1.1.0 https://github.com/hieuthi/joplin-plugin-copy-anchor-link/compare/7374030958024641711be9583a6eba3c7b0ec3ff..69e6a0205741cf9479e945242f1112ef8978070a --- README.md | 2 +- manifests.json | 8 ++++---- .../manifest.json | 8 ++++---- .../plugin.jpl | Bin 8704 -> 12800 bytes 4 files changed, 9 insertions(+), 9 deletions(-) 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 6f74c509b6b393259898d14653f4714e2d237746..38158c6561067dde60d1527c2ce07497ad42e8e2 100644 GIT binary patch literal 12800 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