@itmaybejj Thanks for the plugin, quick reply, and link to the Github repo. Not sure why I couldn’t find it, but thank you! I’ll file future issues there.
For the “ignored pages” issue, I’m referring to this situation:
- A page is viewed and errors are logged. For example, the /events/ page for The Events Calendar and all it’s related views (list view, paging, etc.)
- I add a selector to the “Turn off Editoria11y if these elements exist” setting
- The pages still appear in the list of issues.
Those issues are unfixable by editors, so it feels like they should go away.
For the post deletion issue, your approach sounds right. I hope it’s easier than Drupal!
And I also ran into the tracked-by-path issue flagged on Github. I’m seeing pages that have had their permalinks changes appear under their old path. Tracking by Post ID definitely feels like a good start, though I can see that it won’t always work for pages like post type archives.
One quick final thought: A delete button for rows in the pages report doesn’t technically solve all these issues, but it would make them and all similar issues much easier to work around. I wonder if that would be a good add in the mean time?
I’ll file my future issues on Github and see if there’s anything else there I can positively weigh in on. Hopefully I can work toward submitting some PRs over time as I spend more time with the plugin! It would be great to have a CONTRIBUTING.md in your repo ??