https://bugs.documentfoundation.org/show_bug.cgi?id=150716
--- Comment #4 from Daniel Naber <[email protected]> --- (In reply to Julien Nabet from comment #3) > Indeed, now I can reproduce this exactly. > Now since it uses a remote API, I just wonder how "Ignore"/"Ignore" may work? The API is indeed read-only, so you cannot have a remote dictionary for words. For words, a local dictionary (as LO has anyway) could be used. For rules, a list of rule IDs would have to be stored locally, so that these matches can either be ignored or the `disabledRules` parameter (see https://languagetool.org/http-api/#!/default/post_check) would need to be used. -- You are receiving this mail because: You are the assignee for the bug.
