-
Notifications
You must be signed in to change notification settings - Fork 52
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
make possible to filter content that is provided to editor (for example via copy-paste) #200
Conversation
@bampakoa what do you think about this? especially this part:
the idea is to use Filter as a Strategy pattern and keep the default one with the method |
@stevermeister how about having a separate dropdown option for pasting content as text (no styles), just like MS Word does? |
@bampakoa I believe it's not only Word, it looks like it's already a standard. still:
|
Got it! LGTM! |
actually I was asking more not about the feature itself, but more about architectural design. I want to always apply the filter:
(without any if's) and having default as an empty one but provide a possibility to overwrite in applications that uses ngx-wig |
Oh I see 🙂 Sorry for the confusion! Having the
|
ok, good, will keep it as it is :) |
Quality Gate passedIssues Measures |
for instance to prevent the situation when extra styles were copy-pasted