-
Notifications
You must be signed in to change notification settings - Fork 66
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
repeated word rule doesn't fire #253
Comments
Currently, our implementation only considers certain commonly repeated words for this lint. I can try to reimplement this such that it will check all words, but a more immediate step that should be taken is updating the description for the setting to make it clear that it only considers commonly repeated words. Currently checked words:
|
feat(#253): remove requirement that word be in list for repetition
Hey @notuntoward, Sorry for the delay in getting back to you on this. Things have been a little hectic. We've just released Harper |
@elijah-potter , Thanks. Unfortunately, it still doesn't work for me in this example:
"accurate" is typed twice but the repetition isn't detected. But I should note that I had difficulties updating -- the install procedure stalled on Harper. When I restarted obsidian, then I got a message saying something like "Harper cannot be restarted," After uninstall and then reinstall, Harper did restart, and appeared to be the newest version (1.3.0). But maybe it's not, really? |
Ah, the obsidian plugin seemed to have had a large problem on 0.13.0 (#338), but @elijah-potter has pushed out 0.14.0 which should hopefully resolve the issue. In my local tests I found that harper linted your example correctly, so if you update the obsidian plugin to the 0.14.0 version, it will probably work as intended. |
@notuntoward, would you mind confirming that the issue has been fixed on your end so we can close it out? Thanks again for letting us know about it! |
With 0.15.0, it still doesn't detect the repeat. This is on Obsidian. |
Repeated words aren't detected, although I have this rule turned on. Below, "accurate" is repeated.
The text was updated successfully, but these errors were encountered: