Open hagenburger opened 6 years ago
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: ```html <input class="my-class" ···>
On click, the ··· button should reveal value="Lorem ipsum".
···
value="Lorem ipsum"
Further reading:
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:
On click, the
···
button should revealvalue="Lorem ipsum"
.Further reading:
···
button)