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

Relative path that goes into the parent folder and anchors #234

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

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    11a344c View commit details
    Browse the repository at this point in the history
  2. goes up the files

    Mylloon committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    c84b3c5 View commit details
    Browse the repository at this point in the history
  3. continue if path don't exist

    Mylloon committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    915427e View commit details
    Browse the repository at this point in the history
  4. Possibly null regex output

    Mylloon committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    f671992 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da13e3d View commit details
    Browse the repository at this point in the history
  6. use const

    Mylloon committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    7553a92 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

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

Commits on Jul 12, 2022

  1. use :// instead of http

    Mylloon committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    bf6c5d3 View commit details
    Browse the repository at this point in the history
  2. * move local check in the function

    * support link (tag <a>) for locals files
    Mylloon committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    50e6c81 View commit details
    Browse the repository at this point in the history
  3. * remove old internal link handling

    * add support for anchors (xy2z#157)
    Mylloon committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0ed3bfa View commit details
    Browse the repository at this point in the history
  4. fix typo

    Mylloon committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ae4f2cb View commit details
    Browse the repository at this point in the history
  5. Ignore when link is a mail

    Mylloon committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a6d1df4 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Add others schemes than mailto:

    Order is important on the list because if a very often used element is at the end, all irrelevant elements will have to be iterated before, I tried to do the best but I don't know everyone's habits (and it shouldn't have a huge impact either)
    Mylloon committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    e65948e View commit details
    Browse the repository at this point in the history