Page to Markdown version history - 8 versions
Page to Markdown by bermudi
Page to Markdown version history - 8 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 3.2
Released Dec 18, 2025 - 166.56 KBWorks with firefox 58.0 and later- add mermaid SVG preprocessing and fallback handling
Source code released under MIT License
Older versions
Version 3.1
Released Dec 12, 2025 - 160.72 KBWorks with firefox 58.0 and laterVersion 3.1 improves saved-page metadata and readability:- Frontmatter now includes a human-friendly
source(e.g., “The New York Times”) instead of only the domain/hostname. - Frontmatter includes
authordirectly undertitlefor consistency. - Saved Markdown now auto-adds a top-level
# {title}heading when the converted page content doesn’t start with a heading (prevents “title-less” notes on some sites).
Source code released under MIT License
- Frontmatter now includes a human-friendly
Version 3.0
Released Dec 12, 2025 - 160.27 KBWorks with firefox 58.0 and laterFixed missing code blocks on some documentation sites.
The extension now normalizes extracted HTML so code blocks are converted reliably to fenced Markdown, and code blocks inside<figure>containers are preserved.
Page content extraction should me more reliable now.Source code released under MIT License
Version 2.3
Released Dec 6, 2025 - 65.95 KBWorks with firefox 58.0 and laterRelease Notes for 2.3- Improved article parsing
- Switched content extraction to
DOMParser+ Readability for more reliable detection of main article content. - Updated bundled
readability.jsto the latest 0.6.0 release for better handling of modern sites. - Better Markdown generation & download flow
- Refactored the markdown conversion and download logic for improved stability and maintainability.
- Reduced edge‑case failures when triggering the “save as Markdown” flow.
- Add-on compatibility & manifest fixes
- Updated Gecko extension ID to a UUID for compliance with current Firefox add-on requirements.
- Adjusted
data_collectionmanifest entries to match the latest schema and removed unused fields. - Documentation
- Expanded
READMEwith more detailed usage and configuration instructions.
This version updates content parsing to use
DOMParserwith the latest Readability (0.6.0), and refactors the markdown conversion/download flow.
The manifest has been updated to comply with current Firefox requirements:
- New UUID-basedbrowser_specific_settings.gecko.id.
- Adjusteddata_collectionfields to the current schema; no data is actually collected or transmitted.
The extension still operates entirely client-side and only processes the currently open page to generate a local Markdown file. No remote services are contacted and no telemetry is collected.
If you want, I can tweak the tone (more/less technical or more user-friendly) before you submit.Source code released under MIT License
Version 2.1
Released Nov 6, 2024 - 59.84 KBWorks with firefox 58.0 and laterImproved metadata and content handling.Source code released under MIT License
Version 2.0
Released Nov 6, 2024 - 60.77 KBWorks with firefox 58.0 and laterver. 2.0
Change from using urltomarkdown.com to parsing and converting the page
locally using readability.js and turndown.js
Added main iconSource code released under MIT License
Version 1.1
Released Nov 5, 2024 - 18.56 KBWorks with firefox 58.0 and later- Icon Transparency
- Fixed Title encodingSource code released under MIT License
Version 1.0
Released Nov 4, 2024 - 18.73 KBWorks with firefox 58.0 and laterSource code released under MIT License