Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: statlib/Substack2Markdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: timf34/Substack2Markdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 4 contributors

Commits on Apr 14, 2026

  1. Configuration menu
    Copy the full SHA
    6c759bf View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

  1. Merge pull request timf34#42 from angelotc/optimizations

    add metadata for .mdx, and add explicit wait to reduce chances of not scraping anything on long substack posts
    timf34 authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    2816a09 View commit details
    Browse the repository at this point in the history
  2. Add --frontmatter flag and restore like_count (follow-up to timf34#42)

    - Default output reverts to the original `# title` / `**date**` / `**Likes:** N`
      header, keeping backwards compatibility for existing users.
    - `--frontmatter mdx` opts into the YAML frontmatter format from timf34#42 for MDX
      sites.
    - `like_count` is scraped again and included in both the legacy header and the
      per-author JSON sidecar.
    - README documents the new flag.
    
    Closes timf34#44.
    
    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
    timf34 and claude committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    26cd35e View commit details
    Browse the repository at this point in the history
Loading