Skip to content

Add bullets #91

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add bullets #91

wants to merge 1 commit into from

Conversation

Enivex
Copy link
Collaborator

@Enivex Enivex commented Jun 14, 2025

There are also some additional dingbats, but I avoided adding them both because naming is hard, they double as emojis, and it's not entirely clear whether they belong under bullet or not.

Closes #88

Blocked by #62 (unless I change .o to .circle)

@Enivex Enivex added waiting on reviews Breaking and non-breaking changes need respectively 3 and 2 reviews blocked This is blocked by something labels Jun 14, 2025
@MDLC01
Copy link
Collaborator

MDLC01 commented Jun 14, 2025

U+2022 • BULLET (sym.bullet) has the Unicode informative alias "black small circle", but is not present in Typst as a variant of sym.circle. U+2219 ∙ BULLET OPERATOR (sym.bullet.op in this PR) has no Unicode informative alias, but is already present as sym.circle.filled.small.

Do you know what the point of bullet.hole is?

@Enivex
Copy link
Collaborator Author

Enivex commented Jun 14, 2025

U+2022 • BULLET (sym.bullet) has the Unicode informative alias "black small circle", but is not present in Typst as a variant of sym.circle. U+2219 ∙ BULLET OPERATOR (sym.bullet.op in this PR) has no Unicode informative alias, but is already present as sym.circle.filled.small.

We need to do an overhaul of geometric shapes at one point, but that's a much bigger project

Do you know what the point of bullet.hole is?

I believe it's just another alternative bullet for use in lists. Font support is pretty lacking though.

Edit: This is what it looks like in Noto Sans Symbols 2
image

It's official name is "inverse bullet"

Copy link
Collaborator

@MDLC01 MDLC01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seeing as it seems to be used as list markers in some documents, let's keep bullet.hole.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This is blocked by something waiting on reviews Breaking and non-breaking changes need respectively 3 and 2 reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Triangular bullet
2 participants