typophile / typophile.github.io

4 stars 0 forks source link

Parse [[URL|text]] links #1

Open twardoch opened 2 years ago

twardoch commented 2 years ago

We need to parse the links [[URL|text]] which have the structure [[http://marketplace.veer.com/type/JBT0000118|Eloquent]]

We can either convert them into Markdown links [text](URL) in the extracted .md files or have a custom module to convert them into HTML links when building the site.

simoncozens commented 1 year ago

Apart from where node_type=wiki, where the same markup needs to be handled differently...

splorp commented 1 year ago

Given the above example, will there be any mechanism to map dead URLs to the Internet Archive?

Original URL: http://marketplace.veer.com/type/JBT0000118

Archived URL: https://web.archive.org/web/20101125025726/http://marketplace.veer.com/type/JBT0000118

Or should this be opened as a separate issue?