no-chris / chord-chart-studio

Create, manage, import/export and format chord charts, for printing and for on-screen viewing
https://chord-charts-studio.netlify.app
GNU General Public License v3.0
16 stars 1 forks source link

Need list of ChordMark supported directives #657

Open Rdeblock opened 1 week ago

Rdeblock commented 1 week ago

I've tried adding a ChordPro directive (example: {textcolor: blue} or {textcolour: blue}) but rather than having the desired effect, the code is displayed. Is there a ChordMark command to accomplish this?

It would be great to have a list of such commands perhaps even a cross reference to ChordPro where an equivalent exists.

no-chris commented 1 day ago

ChordMark currently does not have such formatting directives

Looking at the source code for ChordPro supported directives it seems I only implemented for now structural directives like start/end_of_chorus https://github.com/no-chris/chord-mark/blob/master/packages/chord-mark-converters/src/converters/chordPro2ChordMark.js

Rdeblock commented 1 day ago

I was mostly interested (at this time) in titlecolork, chordcolor and textcolor. I like to color verses one color, choruses another, bridges yet another, etc. to help me as I play the song. SongBookPro provides that ability separate from the file so I probably won’t need it. However, those using other software might appreciate it.

From: Christophe Noël @.> Sent: Wednesday, November 6, 2024 1:52 PM To: no-chris/chord-chart-studio @.> Cc: Rdeblock @.>; Author @.> Subject: Re: [no-chris/chord-chart-studio] Need list of ChordMark supported directives (Issue #657)

ChordMark currently does not have such formatting directives

Looking at the source code for ChordPro supported directives it seems I only implemented for now structural directives like start/end_of_chorus https://github.com/no-chris/chord-mark/blob/master/packages/chord-mark-converters/src/converters/chordPro2ChordMark.js

— Reply to this email directly, view it on GitHubhttps://github.com/no-chris/chord-chart-studio/issues/657#issuecomment-2460855274, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BMRCZBVU6RK7WJZ5GQ7NY6LZ7KFQBAVCNFSM6AAAAABQ46QC4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRQHA2TKMRXGQ. You are receiving this because you authored the thread.Message ID: @.***>

no-chris commented 15 hours ago

I was mostly interested (at this time) in titlecolork, chordcolor and textcolor. I like to color verses one color, choruses another, bridges yet another, etc. to help me as I play the song.

That makes a lot of sense indeed I'm thinking that this could be part of the theme or available as an option without needing to write the color codes