Skip to content

Commit

Permalink
Merge pull request #14 from TilBlechschmidt/maintenance
Browse files Browse the repository at this point in the history
Update dependencies and bump version
  • Loading branch information
TilBlechschmidt authored Jan 7, 2022
2 parents aed6d74 + 55144e0 commit db6951a
Show file tree
Hide file tree
Showing 6 changed files with 282 additions and 256 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This plugin renders music sheets from code blocks using the `music-abc` language

### Simple song

![Example music sheet](example.png)

```music-abc
X:1
T:The Legacy Jig
Expand Down Expand Up @@ -36,3 +38,7 @@ This plugin renders music sheets from code blocks using the `music-abc` language
[V: B1]C3D- DF,3 |
[V: B2]C,2A,,2 F,,2G,,2 |
```

## Maintenance & Contributions

At the moment, I am not actively using Obsidian and thus do not invest much time into this plugin. However, it does work regardless and if have feedback do feel free to open an issues. Be aware though that I might not have the time available to invest into solving your particular request on short notice. If you know your way around code, please consider contributing a pull request! I will gladly review and merge it.
Binary file added example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "music-code-blocks",
"name": "Music notation",
"version": "1.0.3",
"version": "1.0.4",
"minAppVersion": "0.9.15",
"description": "Plugin which renders music notation from code blocks. Uses the `music-abc` language.",
"author": "Til Blechschmidt",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-plugin-music-code-blocks",
"version": "1.0.3",
"version": "1.0.4",
"description": "Plugin which renders music notation from code blocks. Uses the `music-abc` language.",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"1.0.0": "0.9.15",
"1.0.1": "0.9.15",
"1.0.2": "0.9.15",
"1.0.3": "0.9.15"
}
"1.0.3": "0.9.15",
"1.0.4": "0.9.15"
}
Loading

0 comments on commit db6951a

Please sign in to comment.