Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ecau): rich copy-paste of webpage images and links #546

Merged
merged 5 commits into from
Apr 23, 2023

Commits on Aug 4, 2022

  1. feat(ecau): paste input from HTML

    We now also accept input from copied web pages and parse URLs from
    anchors and images on the copied portion.
    ROpdebee committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    80b5229 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. fix(ecau): don't extract URLs from anchors if there are images

    It's entirely possible for someone to copy-and-paste a whole chunk
    of a document that includes both images and anchors. We probably
    don't want to extract from the anchors if there are images. So we'll
    first attempt to extract images, and fall back on anchors if there
    are no images. If there are neither anchors nor images, we'll fall
    back on generic parsing of plain text.
    ROpdebee committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    a6ef67d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    370df24 View commit details
    Browse the repository at this point in the history
  3. fix(ecau): provide feedback when no URLs found

    With the new URL parsing, it'd be possible that no URLs were parsed
    at all. Let's provide some feedback for that.
    ROpdebee committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    58353ea View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

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