Update TextReplace Rules
parent
fe97ff6a61
commit
ac3d6a007e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue