Autolink should support multiple prefixes for a single searcher #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For example, say I want to add a wiki lookup for Dragon Ball. I might want to support both
db
anddbz
prefixes. Currently this requires that the same source be specified twice, which is inefficient since it means the same query is repeated.