You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I take notes almost exclusively in bullet points. It would be awesome if they received the same visual treatment as TODO items (checkboxes). Color distinction really goes a long way when they are nested, and would provide a nice touch visually, breaking the repetitiveness when dealing with long lists.
So that each level could receive its own color for both the bullet point icon and its contents, just like with checkboxes.
Setting one highlight would cascade down, resulting in the same-looking highlight, as with the current one-highlight bullet setup (similarly to how the icons field works).
Describe alternatives you've considered
I imagine highlights would be indexed similarly to how icons are indexed, but maybe there is a better way.
Additional information
No response
The text was updated successfully, but these errors were encountered:
## Details
Request: #354
Adds a `scope_highlight` parameter to the `bullet` configuration which
is used in the same way as the `checkbox` equivalent to highlight the item.
Also allows `highlight` to be the same type as `icons`, i.e. `string` |
`string[]` | `string[][]` | `function`. The support for a plain string
was added in this change as well to ensure backwards compatibility for
the `highlight` configuration.
Update documentation formatting and improve validation messages.
highlight & scope_highlight support string, string[], string[][], or function as their type, so up to you which you provide. The example you gave should work.
Is your feature request related to a problem? Please describe.
I take notes almost exclusively in bullet points. It would be awesome if they received the same visual treatment as TODO items (checkboxes). Color distinction really goes a long way when they are nested, and would provide a nice touch visually, breaking the repetitiveness when dealing with long lists.
Describe the solution you'd like
With the current setup for checkboxes in mind:
I would like to be able to customize bullets in a similar manner:
So that each level could receive its own color for both the bullet point icon and its contents, just like with checkboxes.
Setting one highlight would cascade down, resulting in the same-looking highlight, as with the current one-highlight bullet setup (similarly to how the
icons
field works).Describe alternatives you've considered
I imagine highlights would be indexed similarly to how icons are indexed, but maybe there is a better way.
Additional information
No response
The text was updated successfully, but these errors were encountered: