From d78a32300250caa4cfeee05cabde365b7da2add8 Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Fri, 12 Nov 2021 13:04:38 +0000 Subject: [PATCH] New: com.hieuthi.joplin.copy-anchor-link@1.0.0 https://github.com/hieuthi/joplin-plugin-copy-anchor-link/tree/7374030958024641711be9583a6eba3c7b0ec3ff --- README.md | 1 + manifests.json | 21 ++++++++++++++++++ .../manifest.json | 21 ++++++++++++++++++ .../plugin.jpl | Bin 0 -> 8704 bytes 4 files changed, 43 insertions(+) create mode 100644 plugins/com.hieuthi.joplin.copy-anchor-link/manifest.json create mode 100644 plugins/com.hieuthi.joplin.copy-anchor-link/plugin.jpl diff --git a/README.md b/README.md index 0d4aa95..a5e7196 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ This repository contains the following plugins: | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.complete_link/plugin.jpl) | Complete Link | 1.0.0 | This plugin adds an icon to the toolbar. When clicked, it completes the selected text into a note title (in a markdown link). | S73ph4n | | [🏠](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://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://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/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.day_review/plugin.jpl) | Day Review | 1.0.0 | This plugin adds an icon to the toolbar. When clicked, it makes a review of the day's created/updated/completed notes and todos. | S73ph4n | diff --git a/manifests.json b/manifests.json index 7d590e3..4bf306b 100644 --- a/manifests.json +++ b/manifests.json @@ -1320,5 +1320,26 @@ "_publish_hash": "sha256:83e6f3e0ba9e420690c72792d78487da09ed10adecbaa743b5394d6d802e8442", "_publish_commit": "master:0185a7f8e4e26bef95e267c906aefa4089103fac", "_npm_package_name": "joplin-plugin-turn-to-chart" + }, + "com.hieuthi.joplin.copy-anchor-link": { + "manifest_version": 1, + "id": "com.hieuthi.joplin.copy-anchor-link", + "app_min_version": "2.2", + "version": "1.0.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.", + "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", + "keywords": [ + "joplin-plugin", + "link", + "anchor", + "copy", + "markdown-it" + ], + "_publish_hash": "sha256:eaf301eec5650c391cc5a27717d4f1e45214ca25967e3cbbb96e5a4d90a84be6", + "_publish_commit": "main:7374030958024641711be9583a6eba3c7b0ec3ff", + "_npm_package_name": "joplin-plugin-copy-anchor-link" } } \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.copy-anchor-link/manifest.json b/plugins/com.hieuthi.joplin.copy-anchor-link/manifest.json new file mode 100644 index 0000000..1febd1f --- /dev/null +++ b/plugins/com.hieuthi.joplin.copy-anchor-link/manifest.json @@ -0,0 +1,21 @@ +{ + "manifest_version": 1, + "id": "com.hieuthi.joplin.copy-anchor-link", + "app_min_version": "2.2", + "version": "1.0.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.", + "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", + "keywords": [ + "joplin-plugin", + "link", + "anchor", + "copy", + "markdown-it" + ], + "_publish_hash": "sha256:eaf301eec5650c391cc5a27717d4f1e45214ca25967e3cbbb96e5a4d90a84be6", + "_publish_commit": "main:7374030958024641711be9583a6eba3c7b0ec3ff", + "_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 new file mode 100644 index 0000000000000000000000000000000000000000..6f74c509b6b393259898d14653f4714e2d237746 GIT binary patch literal 8704 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 literal 0 HcmV?d00001