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

Add support for relative links #1489

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Add support for relative links #1489

wants to merge 13 commits into from

Commits on Oct 16, 2024

  1. Add test for relative links

    mre committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    78aa7b3 View commit details
    Browse the repository at this point in the history
  2. Fix relative links

    mre committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ebf700f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0727b0c View commit details
    Browse the repository at this point in the history
  4. cleanup

    mre committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fd89665 View commit details
    Browse the repository at this point in the history
  5. Add about and index HTML files for resolve paths feature.

    This should work now, but it's hacked together like crazy and needs a lot of refactoring before we can merge this. Just pushing this upstream so that I don't forget about it.
    mre committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b7e62b1 View commit details
    Browse the repository at this point in the history
  6. lint

    mre committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5febc99 View commit details
    Browse the repository at this point in the history
  7. update test

    mre committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e933f75 View commit details
    Browse the repository at this point in the history
  8. Remove absolute file path hack

    mre committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ec892f7 View commit details
    Browse the repository at this point in the history
  9. fix lints

    mre committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2516ab8 View commit details
    Browse the repository at this point in the history
  10. refactor

    mre committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3b03dc1 View commit details
    Browse the repository at this point in the history
  11. refactor

    mre committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    453cd14 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. refactor and fix tests

    mre committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    66470c7 View commit details
    Browse the repository at this point in the history
  2. fix lint

    mre committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9336a8d View commit details
    Browse the repository at this point in the history