htmly icon indicating copy to clipboard operation
htmly copied to clipboard

[FEATURE REQUEST] Warn the user when the list of tags is problematic

Open rolandixor opened this issue 9 months ago • 1 comments

Is your feature request related to a problem? Please describe. When adding tags to a post, sometimes it can cause the post to fail to save (either as a draft, or as an update). It seems to occur if there are too many tags, or if the tags are malformed.

Describe the solution you'd like If the tag list is not safe for saving, warn the user, and block saving until this is fixed. Optionally, have the option to automatically strip tags or arrange them if possible. I believe this could be achieved through JS.

Describe alternatives you've considered Have a limit on the input box. Wouldn't solve malformed tags, but would prevent users from adding too many and losing their work.

Additional context No additional context needed.

rolandixor avatar Apr 07 '25 03:04 rolandixor

Yes, we need a solution for this issue. Besides this, next release we should limit the automatic slug between 80-100 chars.

danpros avatar Apr 07 '25 13:04 danpros