No description
Find a file
Edward Betts fe89db11bd Improve link matching to avoid more classes of bad edits
- Skip no-parameter templates (navboxes) and add annotated link,
  excerpt, main, see to the list of skipped parameterised templates
- Preserve sentence-initial capitalisation when replacement is lowercase
- Skip matches that sit entirely inside an existing [[link]] destination
- Treat link destinations that start with q as more specific links to
  preserve, in both find_link_in_chunk and find_link_and_section

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 14:44:28 +01:00
add_links Improve link matching to avoid more classes of bad edits 2026-05-10 14:44:28 +01:00
frontend Initial commit 2023-10-04 12:56:21 +01:00
static/css Move CSS out of template to static file 2023-11-25 19:56:25 +00:00
templates Rename article2.html to article.html 2023-11-26 14:13:51 +00:00
.gitignore Add static/bootstrap to .gitignore 2023-11-26 14:10:00 +00:00
add_front_end_libraries.py Initial commit 2023-10-04 12:56:21 +01:00
cmdline.py Tidy code for building list of examples 2023-12-09 18:43:56 +00:00
package.json Initial commit 2023-10-04 12:56:21 +01:00
vite.config.js Initial commit 2023-10-04 12:56:21 +01:00
web_view.py Fix OAuth User-Agent header and improve error handling 2026-05-09 18:11:23 +01:00