You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My markdown contains links with relative paths like [a source code file](/src/path/to/file.java) I want this to get transformed to [a source code file](https://github.com/somedude/somerepo/tree/main/src/path/to/file.java) this could be accomplished by adding an option in vscode settings that I can set to https://github.com/somedude/somerepo/tree/main and that will get pretended to every url that doesn't contain ://
I am willing to try to help make a PR for this if that would be helpful.
The text was updated successfully, but these errors were encountered:
nstringham
changed the title
Option to define IRL transformation
Option to define URL transformation
Jul 30, 2024
My markdown contains links with relative paths like
[a source code file](/src/path/to/file.java)
I want this to get transformed to[a source code file](https://github.com/somedude/somerepo/tree/main/src/path/to/file.java)
this could be accomplished by adding an option in vscode settings that I can set tohttps://github.com/somedude/somerepo/tree/main
and that will get pretended to every url that doesn't contain://
I am willing to try to help make a PR for this if that would be helpful.
The text was updated successfully, but these errors were encountered: