https://github.com/madneal/export-to-markdown
A Chrome extension to export the story in Medium to a markdown format text.
https://github.com/madneal/export-to-markdown
blog chrome-extension export-to-markdown markdown medium
Last synced: about 1 year ago
JSON representation
A Chrome extension to export the story in Medium to a markdown format text.
- Host: GitHub
- URL: https://github.com/madneal/export-to-markdown
- Owner: madneal
- License: gpl-3.0
- Created: 2017-05-18T08:46:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T04:07:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T10:03:52.127Z (about 1 year ago)
- Topics: blog, chrome-extension, export-to-markdown, markdown, medium
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 83
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# export-to-markdown
A Chrome extension to export the story in Medium to a markdown format file. And the chrome extension is going to support to obtain markdown text for more blog websites. Any suggestion is welcome.
## Supported websites
* https://medium.com
* https://elastic.co/blog
## Sample image

## Install
* You can go to the [Web Store](https://chrome.google.com/webstore/detail/export-to-markdown/dodkihcbgpjblncjahodbnlgkkflliim?utm_source=chrome-ntp-icon&authuser=1) to install.
* Or you can install it manunally:
1. Open `chrome://extensions` in Chrome, and enable developer mode.
2. Click 'load unzip extension' button, and select the `export-medium` file folder.
## Build
Run ` python build.py` to generate the zip file
## Changelog
### v0.1.7
* enable to export after clike the icon of the extension
* enable copy to clipboard indication
### v0.1.6
* support for [elastic blog](https://www.elastic.co/blog)
* enable error information display
### v0.1.5
* enable to delete history
### v0.1.4
* modify style of popup page
* add export history by default
### v0.1.1
* export the story to a markdown format text
* just click a button, you can copy the markdown to your clipboard
## LICENSE
[MIT](https://github.com/neal1991/export-medium/blob/master/LICENSE)