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

Revamping the linkify function for more flexibility #17

Closed
wants to merge 2 commits into from

Conversation

nfrasser
Copy link
Owner

Work in progress

BREAKING CHANGES

The static Linkied.linkify method will no longer return a String, but a NodeList object. Each element in the node list will be either

  1. A Text node
  2. A .linkified HTML Element

The jQuery and DOM APIs should not be affected.

The internal changes in this PR should help with resolving #14 and #16

@nfrasser nfrasser self-assigned this Mar 16, 2014
Still some heavy debugging and refactoring left to do. I might have to
cripple linkify’s range to get it working properly
@nfrasser
Copy link
Owner Author

Closed in favour of #51

@nfrasser nfrasser closed this Jun 15, 2015
@nfrasser nfrasser deleted the M-Linkify-Revamp branch June 15, 2015 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant