Update TextReplace Rules

Seaswimmer 2024-05-11 19:46:16 +00:00
parent fe97ff6a61
commit ac3d6a007e
Signed by untrusted user who does not match committer: CoastalCommits
GPG key ID: 7E73189F651A553F

@ -58,6 +58,11 @@ Replace: [$<repo> ($<hash>)]($&)
Find: https:\/\/(www.)?coastalcommits\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/(compare)\/(?<hash1>[A-Za-z0-9._-]+)(?<dots>\.{2,3})(?<hash2>[A-Za-z0-9._-]+)\/*
Replace: [$<repo> ($<hash1>$<dots>$<hash2>)]($&)
```
### Beautify Modrinth Links
```regex
Find: https:\/\/(?:www\.)?modrinth\.com\/(?<type>mod|plugins|datapacks|shaders|resourcepacks|modpacks)*\/(?<name>.*)
Replace: [$<name> ($<type>)]($&)
```
# Miscellaneous Rules
## Regex Replacement
### Easy Google searching