Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T04:07:07.000Z (5 months ago)
- Last Synced: 2024-06-29T01:55:04.523Z (5 months ago)
- Topics: blog, chrome-extension, export-to-markdown, markdown, medium
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 71
- Watchers: 2
- Forks: 17
- 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
![deyunde](https://user-images.githubusercontent.com/12164075/26960726-fc486212-4d0b-11e7-9f59-1cb738db9e4e.gif)## 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)