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

Updates EditorContent to support adding anchor tags around headers for easy navigation. #1253

Commits on Oct 23, 2024

  1. Fixed empty string set as the value of the attribute data-highlighted…

    …-lines failing the highlight feature.
    deepakjosp committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2a5d8d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faa5e80 View commit details
    Browse the repository at this point in the history
  3. Created the util function to make headers navigable in the EditorCont…

    …ent component and invoked the function based on the passed configuration.
    deepakjosp committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f6219fd View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    7ac87d3 View commit details
    Browse the repository at this point in the history
  2. Moved the utils required for navigable headers to a separate util fil…

    …e so that the ouput js file is clean.
    deepakjosp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d884a6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a30006 View commit details
    Browse the repository at this point in the history
  4. Created a vanila JS script that can be used in the EUI screens to get…

    … proper formatting of the headers.
    deepakjosp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e26da31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    701a089 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b289a20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    438ffda View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    6b89df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf44eee View commit details
    Browse the repository at this point in the history
  3. added the new prop to the props table and added documentation on how …

    …to use the script in Next websites.
    deepakjosp committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a40a8c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd336de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b771d50 View commit details
    Browse the repository at this point in the history