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

Allow RegEx and Strings for Showmore plugin #85

Open
hagenburger opened this issue Oct 12, 2018 · 0 comments
Open

Allow RegEx and Strings for Showmore plugin #85

hagenburger opened this issue Oct 12, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers plugin

Comments

@hagenburger
Copy link
Owner

Currently the Showmore plugin accepts ranges (= from line X to line Y).

In future, it should also support RegEx and Strings like the Highlight plugin. For example:

```html +shomore=/value=".+"/
<input class="my-class" value="Lorem ipsum">
```

Should look like:

<input class="my-class" ···>

On click, the ··· button should reveal value="Lorem ipsum".

Further reading:

@hagenburger hagenburger added enhancement New feature or request good first issue Good for newcomers plugin labels Oct 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers plugin
Projects
None yet
Development

No branches or pull requests

1 participant