We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a wonderful org-mode library called valign. It makes charts look like this:
Unfortunately org-brain doesn't account for it, and so charts with non-fixed-width characters make charts misalign:
org-brain
The misalignment is an org issue, not brain, but it would be nice if brain could detect the presence of valign and use it in the Visualize buffer.
valign
Thoughts?
The text was updated successfully, but these errors were encountered:
Not sure if it works but you could try adding this to your config:
(add-hook 'org-brain-visualize-text-hook #'valign-mode)
Sorry, something went wrong.
No branches or pull requests
There is a wonderful org-mode library called valign. It makes charts look like this:
Unfortunately
org-brain
doesn't account for it, and so charts with non-fixed-width characters make charts misalign:The misalignment is an org issue, not brain, but it would be nice if brain could detect the presence of
valign
and use it in the Visualize buffer.Thoughts?
The text was updated successfully, but these errors were encountered: