greasyfork-org / greasyfork

An online repository of user scripts.
https://greasyfork.org
GNU General Public License v3.0
1.41k stars 423 forks source link

Resolve relative links in imported README to absolute ones #1203

Closed pke closed 7 months ago

pke commented 8 months ago

A github hosted README file contains relative links (to the repo) which are not resolved when importing/syncing the file into greasyfork as additional information. A solution would be to give the markdown imported a base url to transform the relative links to absolute (github) links.

JasonBarnabe commented 8 months ago

There is logic in the importer to do this already. Do you have an example where it's failing?

JasonBarnabe commented 7 months ago

Per above, this is already implemented, but if you can provide an example where it's not working, I can investigate.

pke commented 7 months ago

In my newly connected/synched script it does seem to work with relative paths in README.md