Update TextReplace Rules
parent
ac3d6a007e
commit
aab434fde2
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 CoastalCommits Repository Links
|
||||
```regex
|
||||
Find: https:\/\/(?:www\.)?coastalcommits\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/?(?=\s|$)
|
||||
Replace: [$<repo>](&)
|
||||
```
|
||||
### Beautify Modrinth Links
|
||||
```regex
|
||||
Find: https:\/\/(?:www\.)?modrinth\.com\/(?<type>mod|plugins|datapacks|shaders|resourcepacks|modpacks)*\/(?<name>.*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue