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 0000000..6f74c50 Binary files /dev/null and b/plugins/com.hieuthi.joplin.copy-anchor-link/plugin.jpl differ