From d1c5359452ccaf80e02e6838c83dba8e38a1ae97 Mon Sep 17 00:00:00 2001 From: "@gapmiss" Date: Mon, 15 Jun 2026 10:40:57 -0500 Subject: [PATCH] docs: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a4f24e..f3463fd 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ The main note includes frontmatter with title, subtitle, type, audience, date, c | Setting | Default | Description | |---------|---------|-------------| | Save directory | `Substacks` | Vault-relative folder for saved posts | -| Download media | On | Download videos, audio, podcasts, and transcripts (images and attachments always download) | +| Download media | Off | Download videos, audio, podcasts, and transcripts (images and attachments always download) | | maxFileSize | `0` | Skip media files larger than this (MB). 0 = no limit. Only visible when downloadMedia is enabled. | -| Download comments | On | Fetch and save threaded comments | +| Download comments | Off | Fetch and save threaded comments | | Comment sort order | Most recent first | Sort order for comments (most recent, oldest, or best) | | Save raw JSON | Off | Save the raw Substack API JSON | | Save raw HTML | Off | Save the raw article HTML |