You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a docker compose to run the LT locally. I'd like to tie the editor save events to get results back from the api and some how display the suggestions.
The text was updated successfully, but these errors were encountered:
Check if I can modify the editorjs data after save to verify I can influence that
LT's site uses an overlay. I think I could do something like <span class="lt-suggestion" data-lt="0">misspelllled</span>. Here 0 is the index of suggestions returned.
Must be able to remove the highlights before post save
Should add a button to the top of the editor to run LT against all the blocks one last time.
toolip should offer replacement or ignore
on ignore
maybe cache this? calculate some reference, maybe "context.text"?
remove tagging element
on accept
backup editorjs data
locate data block
attempt to replace fragement
remove tagging element
null out backup?
how to determine success?
if match can't be located -> display summary of such
I added a docker compose to run the LT locally. I'd like to tie the editor save events to get results back from the api and some how display the suggestions.
The text was updated successfully, but these errors were encountered: