When trying to impose maxlength property to textarea field I noticed that links, eg: (link: https://example.link text: Example) are counting towards the character limit. I understand that the text “Example” should, however it is a bit inconducive that the length of the url link etc counts as well.
Has anyone else come across this issue? Any work arounds?
I understand this can be an issue. On the other hand, to make this work like you expect, Kirby would have to parse the text on the fly continuously, I guess, to make it work, which would be a big performance issue. I’m not aware of a workaround.