Closed vostrnad closed 3 years ago
Because auto capitalization can be considered destructive, IMO it should be opt-in, not opt-out.
@hosseinmd can we please release this feature? It seems it hasn't been published yet…
I made this opt-out so it wouldn't be a breaking change, but I agree that this should definitely be made opt-in in a future breaking release. (Maybe this isn't even a concern as this package is still major version 0.)
And yes, could you create a new release @hosseinmd?
Yes, I think this could be release as a patch version.
Released in v0.3.25
Hello!
This plugin is exactly what I need, except for one little detail: It runs into some false positives when trying to capitalize descriptions. Rather than adding more exceptions, the only one currently being links starting with
http(s)://
, I propose an option calledjsdocCapitalizeDescription
that would enable users to turn off capitalization altogether.