Skip to content

Commit 9e5baf9

Browse files
committed
docs: add conversion settings to README
1 parent abd6919 commit 9e5baf9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,17 @@ npm run test -- --run slug
131131
2. Click the TextBundler toolbar icon, or right-click → "Archive Page as TextBundle"
132132
3. The extension extracts the article, converts it to Markdown, downloads images, and packages everything into a `.textpack` file
133133

134+
### Settings
135+
136+
Right-click the extension icon → **Manage Extension****Options** (or open `about:addons` in Firefox → TextBundler → Preferences).
137+
138+
| Setting | Options | Default | Effect |
139+
|---------|---------|---------|--------|
140+
| **Figures** | Markdown / HTML | Markdown | Markdown: `![alt](path)` + `*caption*`. HTML: raw `<figure>` preserved. |
141+
| **Tables** | Markdown / HTML | Markdown | Markdown: GFM pipe tables (complex tables with colspan/rowspan fall back to HTML automatically). HTML: all tables preserved as raw HTML. |
142+
143+
Settings are synced via `browser.storage.sync` and take effect on the next archive.
144+
134145
### Badge indicators
135146

136147
- **`...`** (blue) — processing

0 commit comments

Comments
 (0)