Skip to content

Conversation

@patrickpilon
Copy link

This commit adds the ability to export bookmarked articles from Medium reading lists using the Medium data export.

New Features:

  • Created lib/get-bookmarks.js to parse Medium export HTML and extract bookmark URLs
  • Added -B/--bookmarks CLI option to export bookmarks from Medium export folder
  • Exported getBookmarks function in the module API
  • Added cheerio dependency for HTML parsing
  • Created test file for bookmark functionality
  • Updated README with instructions for exporting bookmarks

Usage:

  1. Export your data from Medium (Settings → Account → Download)
  2. Extract the .zip file
  3. Run: mediumexporter -B /path/to/export -O content/bookmarks

The feature parses the bookmarks HTML file from the Medium export, extracts all Medium article URLs, and exports them to markdown using the existing getPost functionality.

This commit adds the ability to export bookmarked articles from Medium
reading lists using the Medium data export.

New Features:
- Created lib/get-bookmarks.js to parse Medium export HTML and extract bookmark URLs
- Added -B/--bookmarks CLI option to export bookmarks from Medium export folder
- Exported getBookmarks function in the module API
- Added cheerio dependency for HTML parsing
- Created test file for bookmark functionality
- Updated README with instructions for exporting bookmarks

Usage:
1. Export your data from Medium (Settings → Account → Download)
2. Extract the .zip file
3. Run: mediumexporter -B /path/to/export -O content/bookmarks

The feature parses the bookmarks HTML file from the Medium export,
extracts all Medium article URLs, and exports them to markdown using
the existing getPost functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants