Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find some way to keep chords from overlapping #2

Open
dnotes opened this issue Aug 18, 2023 · 0 comments
Open

Find some way to keep chords from overlapping #2

dnotes opened this issue Aug 18, 2023 · 0 comments

Comments

@dnotes
Copy link
Owner

dnotes commented Aug 18, 2023

From dnotes/obsidian-markdown-chords#1

Currently I have to do this:

[F] . . . [G] . . . [D]

but I would like it to work with

[F]       [G]       [D]

so that they become more readable.

A more advanced solution would be to make chords not able to overlap, but I can imagine that opens up for all kinds of issues.

I'm opening this since it's an obvious improvement that I would love to have if a better solution exists; I just can't think of anything better than...

Recommended solution: non-breaking spaces (" " or option+space on a Mac)

My recommended workaround is to use non-breaking spaces (option+space on a Mac) for manually positioning chords. This works sufficiently well that I'm not going to make a big effort for something better, but as the original poster noted it would be nice if the chords would just know how to avoid overlapping. Options and ideas are welcome. A workable solution will have to respect the current syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant