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

Update: joplin.plugin.ambrt.convertToNewNote@1.4.7

This commit is contained in:
Laurent Cozic 2021-02-02 11:40:17 +00:00
parent 7012acecd5
commit e8ece0af63
4 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,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.6 | Converts highlighted text to new one in same folder | ambrt
[🏠](https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511) | Convert Text To New Note | 1.4.7 | 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.6 | Go to tag,notebook or note via links or via text | a

View File

@ -186,13 +186,13 @@
"manifest_version": 1,
"id": "joplin.plugin.ambrt.convertToNewNote",
"app_min_version": "1.4",
"version": "1.4.6",
"version": "1.4.7",
"name": "Convert Text To New Note",
"description": "Converts highlighted text to new one in same folder",
"author": "ambrt",
"homepage_url": "https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511",
"_publish_hash": "sha256:eea147ffebaf737fe1832a02cf1e0564c0779884ff1e1d7b16a0b987f1dcfdfd",
"_publish_commit": "master:5d5ccb573c807ab8dc9ef4e45504183ba93178f7",
"_publish_hash": "sha256:a8ff1fa7b4790026e65c85923846fcf30c8d93879b089ec3d5080f154868237c",
"_publish_commit": "master:02699a6b0160caaee7d6f032e12090083cde1499",
"_npm_package_name": "joplin-plugin-create-from-text"
},
"com.whatever.quick-links": {

View File

@ -2,12 +2,12 @@
"manifest_version": 1,
"id": "joplin.plugin.ambrt.convertToNewNote",
"app_min_version": "1.4",
"version": "1.4.6",
"version": "1.4.7",
"name": "Convert Text To New Note",
"description": "Converts highlighted text to new one in same folder",
"author": "ambrt",
"homepage_url": "https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511",
"_publish_hash": "sha256:eea147ffebaf737fe1832a02cf1e0564c0779884ff1e1d7b16a0b987f1dcfdfd",
"_publish_commit": "master:5d5ccb573c807ab8dc9ef4e45504183ba93178f7",
"_publish_hash": "sha256:a8ff1fa7b4790026e65c85923846fcf30c8d93879b089ec3d5080f154868237c",
"_publish_commit": "master:02699a6b0160caaee7d6f032e12090083cde1499",
"_npm_package_name": "joplin-plugin-create-from-text"
}