MarkDownload - Markdown Web Clipper version history - 17 versions
MarkDownload - Markdown Web Clipper by death.au
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.0
Released 23 Sep 2022 - 406.45 kBWorks with firefox 65.0 and later, android 65.0 to 68.*Source code released under Apache License 2.0
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 3.1.0
Released 18 Feb 2022 - 412.2 kBWorks with firefox 65.0 and later, android 65.0 to 68.*- Firefox for Android (nightly) support
- Updated Readability and Turndown
- Added GitHub-flavoured Markdown (GFM) plugin to Turndown (adds some mardown table support)
- Added support for MathJax -> LaTeX (thanks @LeLocTai)
- Disallow slashes in title text replacements
- Suport for Open Graph meta tags as variables (which use `property` instead of `key`)
- Fixed an issue with regex characters like `|` in date formats
- Resolved an extra slash in file name causing images to fail to download in chromium browsers
- Added some support to parse pre elements as code blocks (supports syntax highlighting on GitHub, but not much else yet)
- Added option to enable or disable the context menus
- Added some extra keyboard shortcuts. These can be customised, depending on your browser
- <kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>M</kbd> opens the popup (as it has in previous versions)
- <kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>D</kbd> downloads the current tab as markdown, bypassing the popup
- <kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>C</kbd> copies the current tab as markdown to the clipboard, bypassing the popup
- <kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>L</kbd> copies the current tabs URL as a markdown link to the clipboard
- Added support for template variables having different casing using `:` followed by the casing type. For example, for an article titled "Different Types of Casing":
- `{pageTitle:pascal}` — "DifferentTypesOfCasing"
- `{pageTitle:camel}` — "differentTypesOfCasing"
- `{pageTitle:kebab}` — "different-types-of-casing"
- `{pageTitle:snake` — "different_types_of_casing"
- Added support for rending italics in double underscores (`__`). This isn't valid MarkDown (will output as __bold__), but it's useful for people copying to Roam
- Support image download as base64 embedded urls, directly in the markdown file
- Added some extra variables related to the url beyond the existing `{baseURI}`:
- `{origin}` - The origin of the URL, that is its scheme, its domain and its port
- `{host}` - The domain (that is the _hostname_) followed by (if a port was specified) a `:` and the _port_ of the URL.
- `{hostname}` - The domain of the URL.
- `{port}` - The port number of the URL.
- `{protocol}` - The protocol scheme of the URL, including the final `':'`.
- `{pathname}` - An initial `'/'` followed by the path of the URL, not including the query string or fragment.
- `{search}` - The URL's parameter string; if any parameters are provided, this string includes all of them, beginning with the leading `?` character.Source code released under Apache License 2.0
Version 3.0.1
Released 13 Jul 2021 - 318.17 kBWorks with firefox 48.0 and laterAdded icons missing from previous versionSource code released under Apache License 2.0
Version 3.0.0
Released 17 Feb 2021 - 7.71 MBWorks with firefox 48.0 and later- Updated style
- Strip disallowed characters on titles
- Option to change download type if getting conflicts with other extensions
- Options for stripping images and links
- Bug fixes around downloading images and getting correct URLs
- Add support for meta keywords and other meta tags in text template
- Strip invalid characters from image filenames
- Option to disable turndown escaping
- Strip out 'red dot' special characters
- Specify a subfolder of your downloads folder to save downloadsSource code released under Apache License 2.0
Version 2.4.1
Released 13 Nov 2020 - 8.32 MBWorks with firefox 48.0 and later- Add option for Obsidian-style image links (when downloading images with the markdown file)
- Downloaded images should download relative to the markdown file in the case where you specify a subfolder in your title template
- Front- and back-matter template will no longer put in extra lines on Opera
- Adjusted the way text is copied to the clipboardSource code released under Apache License 2.0
Version 2.4.0
Released 27 Oct 2020 - 8.32 MBWorks with firefox 48.0 and later- Fixed typo on options page (thanks Dean Cook)
- Added option to download images alongside the markdown file
- Also added the ability to add a prefix to the images you download, so you can, for example, save them in a subfolder
- If your browser has the option to always show a save as dialog enabled, you might get a dialog for every image. Sorry about that 😬
- Updated turndown to 7.0.1 and allowed iframes to be kept in the markdown
- Added a new `{pageTitle}` option for template replacement (there are many websites where the `{title}` and `{pageTitle}` actually differ)
- Added a context menu option to copy a tab URL as a markdown link, using the title configured in settings as the link title (i.e. `[<custom title>](<URL>)`)
- Added custom disallowed characters to strip from titles (set to `[]#^` by default for maximum compatibility with Obsidian)
- Added some focus styling so you can tell what is focused
- Auto-focus the download button (you can now `ctrl`+`shift`+`M`, `Enter` to quickly download a file)
- Template title (and image prefixes) now allow forward slashes (`/`) so that files get saved to a subfolderSource code released under Apache License 2.0
Version 2.3.1
Released 10 Sep 2020 - 8.29 MBWorks with firefox 48.0 and later- Added template toggle to tab context menuSource code released under Apache License 2.0
Version 2.3.0
Released 9 Sep 2020 - 8.29 MBWorks with firefox 48.0 and laterAdded:
- Clip selected text
- Toggle in popup to clip selected or full page
- Toggle in popup to include front/back templates
- Option for title templates
- Option to always show Save As dialog
- Context menus for downloading or copying text as markdown
- Context menus for downloading a tab or all tabs in window as markdown
- Keyboard shortcut (Alt+Shift+M be default) for showing popupSource code released under Apache License 2.0
Version 2.2.0
Released 25 Aug 2020 - 1.11 MBWorks with firefox 48.0 and laterAdded extension options:
- Specify frontmatter and backmatter (text that will be appended to the start/end of the markdown)
- You can substitute variables (surrounded by curly braces) into these templates. See the options page for instructions
- This includes a {date:FORMAT} option, so you can include the current date in the template
- Specify the various turndown options for converting the HTML to markdown
- For example, you can change the way headers are formatted, have code blocks fenced instead of indented, etc.Source code released under Apache License 2.0
Version 2.1.6
Released 25 May 2020 - 1.09 MBWorks with firefox 48.0 and later- Replace non-breaking spaces in filenamesSource code released under Apache License 2.0
Version 2.1.5
Released 15 May 2020 - 1.09 MBWorks with firefox 48.0 and later- Fixed an issue with sites with invalid <base> tagsSource code released under Apache License 2.0
Version 2.1.4
Released 14 May 2020 - 1.09 MBWorks with firefox 48.0 and later- Fixed issue with relative links [https://github.com/deathau/markdown-clipper/issues/1]Source code released under Apache License 2.0
Version 2.1.3
Released 14 May 2020 - 1.09 MBWorks with firefox 48.0 and later- Added page url to the top of the markdown outputSource code released under Apache License 2.0
Version 2.1.2
Released 14 May 2020 - 1.09 MBWorks with firefox 48.0 and later- Fixed an issue with downloading selected textSource code released under Apache License 2.0
Version 2.1.1
Released 14 May 2020 - 1.02 MBWorks with firefox 48.0 and later- Respect the browser's option to SaveAsSource code released under Apache License 2.0
Version 2.1
Released 14 May 2020 - 1.01 MBWorks with firefox 48.0 and later- Added the ability to select and download just the selected text
- Added an editable title (in case you want to change the title before downloading)Source code released under Apache License 2.0
Version 2.0
Released 13 May 2020 - 54.37 kBWorks with firefox 48.0 and laterRevamped to show the markdown in a popup (completely editable) before downloading (or copy-pasting)Source code released under Apache License 2.0