1
0
mirror of synced 2024-07-03 02:25:21 +08:00

Update: joplin.plugin.ambrt.backlinksToNote@2.0.8

This commit is contained in:
Laurent Cozic 2021-02-15 20:40:39 +00:00
parent 43c64aaaca
commit 95ad484574
4 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@ This repository contains the following plugins:
<!-- PLUGIN_LIST -->
&nbsp; | Name | Version | Description | Author
--- | --- | --- | --- | ---
[🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | Automatic Backlinks to note | 2.0.7 | Creates backlinks to opened note, also in automatic way | ambrt
[🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | Automatic Backlinks to note | 2.0.8 | 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.9 | 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

View File

@ -24,13 +24,13 @@
"manifest_version": 1,
"id": "joplin.plugin.ambrt.backlinksToNote",
"app_min_version": "1.7",
"version": "2.0.7",
"version": "2.0.8",
"name": "Automatic Backlinks to note",
"description": "Creates backlinks to opened note, also in automatic way",
"author": "ambrt",
"homepage_url": "https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632",
"_publish_hash": "sha256:3961ddc25f8736e6ef528902d50f688facec2949d4ad9da36a40f65376a23582",
"_publish_commit": "master:e3fb9cacbf848a7de3d80fc30b2f5927e094a970",
"_publish_hash": "sha256:63e2a309d7a1f0e537c688fcfc1b6f0b52653f828f0e3f3446975ab646e7e354",
"_publish_commit": "master:4c1312f1e3a7e808792bab3afc67d7d10f8b36b9",
"_npm_package_name": "joplin-plugin-backlinks"
},
"io.github.jackgruber.combine-notes": {

View File

@ -2,12 +2,12 @@
"manifest_version": 1,
"id": "joplin.plugin.ambrt.backlinksToNote",
"app_min_version": "1.7",
"version": "2.0.7",
"version": "2.0.8",
"name": "Automatic Backlinks to note",
"description": "Creates backlinks to opened note, also in automatic way",
"author": "ambrt",
"homepage_url": "https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632",
"_publish_hash": "sha256:3961ddc25f8736e6ef528902d50f688facec2949d4ad9da36a40f65376a23582",
"_publish_commit": "master:e3fb9cacbf848a7de3d80fc30b2f5927e094a970",
"_publish_hash": "sha256:63e2a309d7a1f0e537c688fcfc1b6f0b52653f828f0e3f3446975ab646e7e354",
"_publish_commit": "master:4c1312f1e3a7e808792bab3afc67d7d10f8b36b9",
"_npm_package_name": "joplin-plugin-backlinks"
}