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

Update: com.hieuthi.joplin.copy-anchor-link@1.1.0

7374030958..69e6a02057
This commit is contained in:
Joplin Bot 2022-04-22 16:02:12 +00:00
parent 9526a91523
commit a3316ccad0
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 9 additions and 9 deletions

View File

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

View File

@ -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": {

View File

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