1
0
mirror of synced 2024-06-26 06:18:26 +08:00

New: joplin.plugin.ambrt.copyNoteLink@1.0.0

This commit is contained in:
Laurent Cozic 2021-01-28 17:41:02 +00:00
parent bb69a713be
commit cb4ee95c5b
4 changed files with 27 additions and 0 deletions

View File

@ -16,6 +16,7 @@ This repository contains the following plugins:
[🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | Automatic Backlinks to note | 2.0.3 | Creates backlinks to opened note, also in automatic way | ambrt
[🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | Combine notes | 0.2.1 | Combine one or more notes | JackGruber
[🏠](https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511) | Convert Text To New Note | 1.4.5 | Converts highlighted text to new one in same folder | ambrt
[🏠]() | Copy link to active note | 1.0.0 | Adds entry to right click menu in editor to get link to active note | a
[🏠](https://github.com/JackGruber/joplin-plugin-copytags) | Copy Tags | 0.3.3 | Plugin to extend the Joplin tagging menu with a copy all tags and tagging list with more control. | JackGruber
[🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | Create and go to #tags and @notebooks | 1.3.4 | Go to tag,notebook or note via links or via text | a
[🏠]() | Embed Search | 1.0.3 | Embeds list of links specified by search inside of note | ambrt

View File

@ -272,5 +272,18 @@
"_publish_hash": "sha256:cb9a05fec4ffe8e92dc6d1d7f845b3715989a5cf9fc830cea7480b3cf8bdf992",
"_publish_commit": "master:a384b4df828984b0bda51004a63ae80fcf427620",
"_npm_package_name": "joplin-plugin-embed-search"
},
"joplin.plugin.ambrt.copyNoteLink": {
"manifest_version": 1,
"id": "joplin.plugin.ambrt.copyNoteLink",
"app_min_version": "1.4",
"version": "1.0.0",
"name": "Copy link to active note",
"description": "Adds entry to right click menu in editor to get link to active note",
"author": "a",
"homepage_url": "",
"_publish_hash": "sha256:e265d718cf14a0b55a7eb94fb0326ee422bf0cb207ce5435b52d1a9056fcb15c",
"_publish_commit": "master:efb881670026d396ead2ab7e9c1040639a515650",
"_npm_package_name": "joplin-plugin-copy-note-link"
}
}

View File

@ -0,0 +1,13 @@
{
"manifest_version": 1,
"id": "joplin.plugin.ambrt.copyNoteLink",
"app_min_version": "1.4",
"version": "1.0.0",
"name": "Copy link to active note",
"description": "Adds entry to right click menu in editor to get link to active note",
"author": "a",
"homepage_url": "",
"_publish_hash": "sha256:e265d718cf14a0b55a7eb94fb0326ee422bf0cb207ce5435b52d1a9056fcb15c",
"_publish_commit": "master:efb881670026d396ead2ab7e9c1040639a515650",
"_npm_package_name": "joplin-plugin-copy-note-link"
}

Binary file not shown.