Skip to content

Added support for rendering bullet icons depending on item level. #11

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

Conversation

redimp
Copy link
Contributor

@redimp redimp commented Mar 31, 2024

  • To calculate the level of the list_item the number of parent nodes with type "list" is counted.
  • Replaced config option bullet string with bullets string[]

Closes #1.

- To calculate the level of the list_item the number of parent nodes
  with type "list" is counted.
- Replaced config option bullet string with bullets string[]

Closes MeanderingProgrammer#1
@MeanderingProgrammer
Copy link
Owner

Awesome, thanks for putting together this PR!

Counting the number of list parent nodes seems like a very reasonable and stable approach, great idea.

@MeanderingProgrammer MeanderingProgrammer merged commit fdd774e into MeanderingProgrammer:main Apr 1, 2024
@redimp
Copy link
Contributor Author

redimp commented Apr 1, 2024

Happy to help! Thank you for this awesome plugin!

@redimp redimp deleted the feature_subitem_bullets branch April 1, 2024 19:53
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

Successfully merging this pull request may close these issues.

Different bullet icons at different level?
2 participants