Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(blocklist): Follow up fixes for the blocklist plugin #170

Conversation

JensDallmann
Copy link
Contributor

@JensDallmann JensDallmann commented Oct 24, 2023

  1. Allow letters which are not only between a-z/A-Z to support all languages.
  2. Cut off words/text which is too long in balloon.
  3. Improve initial balloon state when a word/text is selected.

@JensDallmann JensDallmann force-pushed the fix/blocklist-special-character-support branch from b9142cb to 788bc80 Compare November 3, 2023 11:54
…limitations

Storing the blocked word in the marker name has the pitfall that marker names may have limitations which are hard to foresee.
One limitation is that `,` are not allowed in marker names. A sentence containing `,` would cause a console error and can't be blocked.
Therefore, store the blocked word with the id as a reference.
@JensDallmann JensDallmann changed the base branch from main to feature/bbcode-dataprocessor November 7, 2023 11:38
@JensDallmann JensDallmann merged commit 60513a2 into feature/bbcode-dataprocessor Nov 7, 2023
3 checks passed
@JensDallmann JensDallmann deleted the fix/blocklist-special-character-support branch November 7, 2023 11:38
@mmichaelis mmichaelis added feature:blocklist Mark words as blocked type:bug Something isn't working labels Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature:blocklist Mark words as blocked type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants