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

Different bullets for different characters #784

Open
aniketgm opened this issue Dec 2, 2024 · 0 comments
Open

Different bullets for different characters #784

aniketgm opened this issue Dec 2, 2024 · 0 comments

Comments

@aniketgm
Copy link

aniketgm commented Dec 2, 2024

🚀 The feature, motivation and pitch

AFAIK, there are three characters which are converted to bullets. *, - and +, If there is more I'm not aware.

So I'm using the example configuration for bullets mentioned in the README

ui = {
  bullets = { char = "•", hl_group = "ObsidianBullet" },
}

This will use the same bullet for all those chars. Can we have a feature to add different bullets for different chars ?
So, for e.g. something like,

ui = {
  bullets = {
    ["*"] = { char = "⦾" hl_group = "ObsidianBullet" },
    ["-"] = { char = "⦿" hl_group = "ObsidianBullet" },
    ....
  },
}

Motivation:
We add headings with #, ##, etc. However, underneath a header, I also have levels. I use * as top level point and - and + as sublevels / subpoints for a topic. It would really be great if those had difference bullets, if possible.

Alternatives

No response

Additional context

No response

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

No branches or pull requests

1 participant