markdown-preview.nvim icon indicating copy to clipboard operation
markdown-preview.nvim copied to clipboard

Feature request : ABC Music Notation support

Open sadtab opened this issue 1 year ago • 4 comments

The title says it all, ABC Music Notation is a java script library enabling for rendering the Music Notation

https://abcnotation.com/

sadtab avatar May 08 '24 05:05 sadtab

https://github.com/paulrosen/abcjs We've got moudle already.

RaidOpe avatar Jun 10 '24 11:06 RaidOpe

TNX @RaidOpe, I have to rephrase my issue then

How should I enable/install it? when I try to preview my markdown files it does not render music notations

markdown-preview.nvim open markdown files in Google Chrome

sadtab avatar Jun 12 '24 22:06 sadtab

I'm not a contributor. I just found a JS project that might be useful for the score preview. According to the framework on the project, it should be declared and refered that it can be used like Mermaid, but the author has gradually lost it since 2022 until it stops updating. Wait for new personnel to contribute, or let it gradually die out

RaidOpe avatar Jun 18 '24 02:06 RaidOpe

TNX @RaidOpe, I have to rephrase my issue then

How should I enable/install it? when I try to preview my markdown files it does not render music notations

markdown-preview.nvim open markdown files in Google Chrome

My solution was to use a Notion interpreter that someone else had built and turn it to an image, or use the powerful pandoc to convert it to html or pdf to use the score, MP is just an instant previewer

RaidOpe avatar Jun 18 '24 04:06 RaidOpe