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.
Callouts are great for leveraging the plugin to apply custom highlights. It would be amazing if individual callouts could specify their own icon parameter, overwriting the one specified in config.quote.icon. This is definitely a minor feature request!
Describe the solution you'd like
Allow callouts to overwrite the icon parameter set in the config.quote.icon.
Describe alternatives you've considered
In my particular use-case, I don't actually want an icon on some callouts. So, an alternative would be allowing callouts to specify that no icon be rendered. Since this can be achieved with quote.icon = '', this doesn't feel like a particularly good solution, but it would work.
Additional information
As always, I appreciate the time and effort you put into this plugin — it has genuinely improved my day to day experience with Neovim.
The text was updated successfully, but these errors were encountered:
## Details
Request: #194
This adds an optional `quote_icon` field for each callout.
If provided this value will be used instead of the `quote.icon` value.
This means callouts can specify a custom value for the right bar of the quote.
Functions very similar to callout highlight except it is always optional.
Most changes to make this happen are related to splitting the type for
custom checkboxes and custom callouts, which before used the same class.
Now there is a different class for callouts and checkboxes which
impacted context and config normalization.
Is your feature request related to a problem? Please describe.
Callouts are great for leveraging the plugin to apply custom highlights. It would be amazing if individual callouts could specify their own
icon
parameter, overwriting the one specified inconfig.quote.icon
. This is definitely a minor feature request!Describe the solution you'd like
Allow callouts to overwrite the
icon
parameter set in theconfig.quote.icon
.Describe alternatives you've considered
In my particular use-case, I don't actually want an icon on some callouts. So, an alternative would be allowing callouts to specify that no icon be rendered. Since this can be achieved with
quote.icon = ''
, this doesn't feel like a particularly good solution, but it would work.Additional information
As always, I appreciate the time and effort you put into this plugin — it has genuinely improved my day to day experience with Neovim.
The text was updated successfully, but these errors were encountered: