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

replace Text (HTML: none) over multiple nodes #211

Open
SaltatorMortis opened this issue Jun 8, 2017 · 3 comments
Open

replace Text (HTML: none) over multiple nodes #211

SaltatorMortis opened this issue Jun 8, 2017 · 3 comments

Comments

@SaltatorMortis
Copy link

SaltatorMortis commented Jun 8, 2017

basicly i want to replace the text as it is rendered in html
in the github project findAndReplaceDOMText is it already programmed
but it would be cool if you may implement this/a feature like this nativly in Foxreplace in addition to the node by node approach.

sample:

<p>
  re<strong>place</strong> me<i class="_hr"></i><br>not
</p>

/re(place.*)/ => '$1'

<p>
  pl<strong>ace m</strong>e<i class="_hr"></i><br>not
</p>
@Woundorf
Copy link
Owner

Woundorf commented Jun 8, 2017

It looks interesting. I'll study that project to see how it's done.

@SaltatorMortis
Copy link
Author

SaltatorMortis commented Jun 8, 2017

thanks
idk if i should make a new one for this can you add a new one..
can you plz look at two other features of this project:
-revert (undo changes without reload)
-replace with function

@Woundorf
Copy link
Owner

Woundorf commented Jun 8, 2017

Undo is already asked in #141. For replace with function better create a new issue, please, giving a use case example if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants