Add a warning about the future of the Google docs workaround (#2108)

This commit is contained in:
toasted-nutbread 2022-04-03 21:49:33 -04:00 committed by GitHub
parent 150fcd82ef
commit 77c4d135c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1947,7 +1947,7 @@
<div class="settings-item-left"> <div class="settings-item-left">
<div class="settings-item-label"> <div class="settings-item-label">
Force HTML-based rendering for Google Docs Force HTML-based rendering for Google Docs
<a tabindex="0" class="more-toggle more-only" data-parent-distance="4">(?)</a> <a tabindex="0" class="more-toggle more-only danger-text" data-parent-distance="4">(?)</a>
</div> </div>
</div> </div>
<div class="settings-item-right"> <div class="settings-item-right">
@ -1962,6 +1962,9 @@
which prevents Yomichan from being able to scan text. which prevents Yomichan from being able to scan text.
Enabling this option will force HTML-based rendering to be used. Enabling this option will force HTML-based rendering to be used.
</p> </p>
<p class="danger-text">
This is a workaround and it is likely that Google will unfortunately remove support for this workaround in the future.
</p>
<p> <p>
<a tabindex="0" class="more-toggle" data-parent-distance="3">Less&hellip;</a> <a tabindex="0" class="more-toggle" data-parent-distance="3">Less&hellip;</a>
</p> </p>