1
0
mirror of synced 2024-06-28 23:45:12 +08:00

New: com.hieuthi.joplin.copy-anchor-link@1.0.0

7374030958
This commit is contained in:
Joplin Bot 2021-11-12 13:04:38 +00:00
parent 4b3b3211f9
commit d78a323002
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 43 additions and 0 deletions

View File

@ -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 |

View File

@ -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"
}
}

View File

@ -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"
}

Binary file not shown.