The ABC Music Notation plugin lets you render ABC music notation directly from code blocks using the music-abc
language tag. Powered by the abcjs library, it supports full-feature music rendering, including multiple voices, chords, clefs, and custom tablatures. You can also pass rendering options via an inline JSON configuration at the top of the code block, allowing for fine-tuned control over how the music is displayed. If the configuration has errors, the plugin provides clear visual feedback so you can easily fix issues. It's ideal for musicians, educators, or composers looking to embed musical scores directly into their notes without needing external tools.
What's Changed
- converted the build process to use esbuild instead of rollup
- update abcjs to v6.4.4, which includes bufixes for reported issues
Full Changelog: https://github.com/abcjs-music/obsidian-plugin-abcjs/compare/1.4.0…1.5.0