typedoc-plugin-sourcefile-url icon indicating copy to clipboard operation
typedoc-plugin-sourcefile-url copied to clipboard

Allow regex to be performed on _Defined In_

Open lsh246 opened this issue 5 years ago • 0 comments

Azure uses the following format for its code:

https://dev.azure.com/some/project/_git/repoName?version=GBdev&path=%2Fpath%2Fto%2Ffile%2Ffoo.js

It escapes the slashes in the actual path to the file - instead of slash it uses %2F.

It would be nice if we could perform a regex search/replace on the Defined In URLs so that we could fix the path before appending it to the prefix.

lsh246 avatar Jan 23 '20 18:01 lsh246