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

Update: org.joplinapp.plugins.AbcSheetMusic@1.0.3

4d46fd7138..d010080aba
This commit is contained in:
Joplin Bot 2023-11-03 20:06:25 +00:00
parent 4462033a39
commit 8bb8b4c279
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 11 additions and 9 deletions

View File

@ -13,7 +13,7 @@ This repository contains the following plugins:
<!-- PLUGIN_LIST -->
| &nbsp; | &nbsp; | Name | Version | Description | Author |
| ----- | ----- | ----- | ----- | ----- | ----- |
| [🏠](https://github.com/joplin/plugin-abc-sheet-music) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.AbcSheetMusic/plugin.jpl) | ABC Sheet Music Plugin | 1.0.2 | Turns ABC text notation into sheet music | Laurent Cozic |
| [🏠](https://github.com/joplin/plugin-abc-sheet-music) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.AbcSheetMusic/plugin.jpl) | ABC Sheet Music Plugin | 1.0.3 | Turns ABC text notation into sheet music | Laurent Cozic |
| [🏠](https://github.com/maxnegro/joplin-plugin-admonition) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.admonition/plugin.jpl) | Admonition markdown extension | 1.1.0 | Enables markdownIt admonition plugin, which enables formatting notes | Massimiliano Masserelli |
| [🏠](https://github.com/nickhobbs94/joplin-plugin-advanced-tags) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.nhobb.AdvancedJoplinTags/plugin.jpl) | Advanced Tagging Rules | 1.2.0 | Allow tags to be subsets of other tags, write rules to move tagged notes to a folder | Nicholas Hobbs |
| [🏠](https://discourse.joplinapp.org/t/agenda/21158) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/plugin.jpl) | Agenda | 3.7.1 | An agenda/calendar/schedule panel for joplin that shows all uncompleted to-dos with a due date. | BeatLink |

View File

@ -827,20 +827,21 @@
"org.joplinapp.plugins.AbcSheetMusic": {
"manifest_version": 1,
"id": "org.joplinapp.plugins.AbcSheetMusic",
"app_min_version": "2.2",
"version": "1.0.2",
"app_min_version": "2.13.5",
"version": "1.0.3",
"name": "ABC Sheet Music Plugin",
"description": "Turns ABC text notation into sheet music",
"author": "Laurent Cozic",
"homepage_url": "https://github.com/joplin/plugin-abc-sheet-music",
"repository_url": "https://github.com/joplin/plugin-abc-sheet-music",
"category": "viewer",
"keywords": [
"sheet music",
"abc",
"notation"
],
"_publish_hash": "sha256:124768ce4905015ebe751110a52473ef2d3007e31b879c2cf600501a6fcde735",
"_publish_commit": "master:4d46fd7138cdce2a2857c840860f5a2e162aed6e",
"_publish_hash": "sha256:15c07e289e3964059b2f74e64c008f22ed5ce7fe4a5523ae3e0288bcb0f784e2",
"_publish_commit": "master:d010080aba70755b7193a5f58601d49b96976c06",
"_npm_package_name": "joplin-plugin-abc-sheet-music",
"_recommended": true
},

View File

@ -1,19 +1,20 @@
{
"manifest_version": 1,
"id": "org.joplinapp.plugins.AbcSheetMusic",
"app_min_version": "2.2",
"version": "1.0.2",
"app_min_version": "2.13.5",
"version": "1.0.3",
"name": "ABC Sheet Music Plugin",
"description": "Turns ABC text notation into sheet music",
"author": "Laurent Cozic",
"homepage_url": "https://github.com/joplin/plugin-abc-sheet-music",
"repository_url": "https://github.com/joplin/plugin-abc-sheet-music",
"category": "viewer",
"keywords": [
"sheet music",
"abc",
"notation"
],
"_publish_hash": "sha256:124768ce4905015ebe751110a52473ef2d3007e31b879c2cf600501a6fcde735",
"_publish_commit": "master:4d46fd7138cdce2a2857c840860f5a2e162aed6e",
"_publish_hash": "sha256:15c07e289e3964059b2f74e64c008f22ed5ce7fe4a5523ae3e0288bcb0f784e2",
"_publish_commit": "master:d010080aba70755b7193a5f58601d49b96976c06",
"_npm_package_name": "joplin-plugin-abc-sheet-music"
}