-
Notifications
You must be signed in to change notification settings - Fork 80
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
Support docs in canvas mode #593
Labels
Comments
melink14
added a commit
that referenced
this issue
Jul 12, 2021
Google Docs new canvas mode hides all text/dom from rikaikun and thus for rikaikun to work Google has provided a workaround. Fixes #593
melink14
added a commit
that referenced
this issue
Jul 12, 2021
Google Docs new canvas mode hides all text/dom from rikaikun and thus for rikaikun to work Google has provided a workaround. Fixes #593
melink14
added a commit
that referenced
this issue
Jul 12, 2021
Google Docs new canvas mode hides all text/dom from rikaikun and thus for rikaikun to work Google has provided a workaround. Fixes #593
melink14
added a commit
that referenced
this issue
Jul 16, 2021
Google Docs new canvas mode hides all text/dom from rikaikun and thus for rikaikun to work Google has provided a workaround. Fixes #593
melink14
added a commit
that referenced
this issue
Jul 16, 2021
Google Docs new canvas mode hides all text/dom from rikaikun and thus for rikaikun to work Google has provided a workaround. Fixes #593
melink14
added a commit
that referenced
this issue
Jul 16, 2021
Google Docs new canvas mode hides all text/dom from rikaikun and thus for rikaikun to work Google has provided a workaround. Fixes #593
melink14
added a commit
that referenced
this issue
Jul 16, 2021
Google Docs new canvas mode hides all text/dom from rikaikun and thus for rikaikun to work Google has provided a workaround. Fixes #593
melink14
pushed a commit
that referenced
this issue
Jul 17, 2021
## [2.0.0](v1.2.6...v2.0.0) (2021-07-17) ### ⚠ BREAKING CHANGES * This version includes optional chaining requiring Chrome >=80 ### Features * Force Google Docs to use HTML mode instead of canvas mode ([#596](#596)) ([94b60a6](94b60a6)), closes [#593](#593) * **detection:** Ignore invisible nodes when extracting text under mouse ([#561](#561)) ([cb97f36](cb97f36)), closes [#159](#159) [#366](#366) [#159](#159) ### Bug Fixes * **dict:** Update dictionaries to latest versions. ([#581](#581)) ([77189c3](77189c3)) * Skip text processing when range is null ([#598](#598)) ([ae55bff](ae55bff)), closes [#386](#386) ### Code Refactoring * Migrate from webpack to snowpack for build step ([#583](#583)) ([1bdd3d3](1bdd3d3))
🎉 This issue has been resolved in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement special content script which switches back to normal dom based renderer when people enable rikaikun.
Seems good to add a toggle though I guess people can just disable rikaikun if they don't want that behavior.
A notification to inform them would be good though.
The text was updated successfully, but these errors were encountered: