Mention advanced settings in readme

This commit is contained in:
Will Boyd
2020-12-22 10:43:14 -05:00
parent 9799ce5929
commit f27afacc7f
+6
View File
@@ -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.