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

WIP: towards detecting arbitrary URLs and make them clickable #1079

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 21, 2023

  1. WIP: first bits for URL detection

    Signed-off-by: Christian Parpart <christian@parpart.family>
    christianparpart committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    cbf1aad View commit details
    Browse the repository at this point in the history
  2. Adds regex_dfa library (repurposed from klex project)

    Signed-off-by: Christian Parpart <christian@parpart.family>
    christianparpart committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    fb571c9 View commit details
    Browse the repository at this point in the history
  3. Adapt to Contour's best code quality & maintenance practice.

    Signed-off-by: Christian Parpart <christian@parpart.family>
    christianparpart committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a0f0605 View commit details
    Browse the repository at this point in the history
  4. wip

    Signed-off-by: Christian Parpart <christian@parpart.family>
    christianparpart committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    da9ac1b View commit details
    Browse the repository at this point in the history
  5. Add embedded CTRE

    Signed-off-by: Christian Parpart <christian@parpart.family>
    christianparpart committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5e4e5fa View commit details
    Browse the repository at this point in the history