blog
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v293View latest version
| title: | Parse Markdown |
|---|
scrape markdown for images and links
create a file to download those assets
once assets are downloaded modify md to link to assets by fetching the api http endpoint which responds with the json link the server downloaded version.
For now all I want is to get the serve to list the images as part of the frontmatter
thats actually what this site is already doing.