From f27afacc7ff6dffb99304fe26c58926e372ae0aa Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Tue, 22 Dec 2020 10:43:14 -0500 Subject: [PATCH] Mention advanced settings in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 92911c0..a03556a 100644 --- a/README.md +++ b/README.md @@ -154,3 +154,9 @@ Whether or not to download and save images attached to posts. Generally speaking - Default: `true` Whether or not to download and save images scraped from <img> tags in post body content. Images are saved into `/images`. The <img> tags are updated to point to where the images are saved. + +## Advanced Settings + +You can edit [settings.js](https://github.com/lonekorean/wordpress-export-to-markdown/blob/master/src/settings.js) to tweak advanced settings. This includes things like throttling image downloads or customizing the date format in frontmatter. + +You'll need to run the script locally (not using `npx`) to make use of advanced settings.