Skip to content

Allow RegEx and Strings for Showmore plugin #85

@hagenburger

Description

@hagenburger

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:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions