mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-11 18:56:14 +09:00
Mention advanced settings in readme
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user