obsidian-plugin-abcjs icon indicating copy to clipboard operation
obsidian-plugin-abcjs copied to clipboard

Plugin which renders music notations from code blocks

Results 19 obsidian-plugin-abcjs issues
Sort by recently updated
recently updated
newest added

Currently in `cfg.ts` the `soundFontUrl` is hard-coded in the `SYNTH_INIT_OPTIONS`. ```ts export const SYNTH_INIT_OPTIONS: SynthOptions = { // Give it a little more room: pan: [-0.25, 0.25], // Sound "fonts"....

Loving the tablature support, especially since it supports capos and alternate tunings, which means I can actually support my tenor guitar! Ran into an issue, though. Once tablature occurs within...

Well, here's a weird one. This will probably turn out to be an ABCjs issue, but I'm starting here so you can rule out anything on your end. ```music-abc {...

Dashed slurs have the area underneath the slur filled in, creating a semicircle.

Thanks for tablature in new version. I can use TAB in obsidian. But TAB can't show when I modify the tuning parameter. Do I misunderstand the tuning parmater? I followed...

I am on a Manjaro Linux. After an upgrade yesterday, Obsidian kept on freezing. I started disabling plugins, until I found out that it was due to abcjs. Rest of...

Here is the sample abc block, please notice `%%MIDI gchordoff` ```music-abc X: 1 T: Cooley's M: 4/4 L: 1/8 K: Emin %%MIDI gchordoff |:D2|"Em"EBBA B2 EB|\ ~B2 AB dBAG|\ "D"FDAD...

I want to do something like this ![image](https://github.com/user-attachments/assets/52b1ab06-17c2-4694-bd6d-dae6b2d567c7) Is for practice tempo and rhythm Edit: This should be work, but the clef is still there: ```abc M: none K: none...

Any suggestions on how to share / publish an Obsidian note where I have a combination of text paragraphs and ABC code blocks? Ideally I want other people to be...