Commit 63c9ab70d6417023da0a6d555bd36c219a7b4ce1
Add Readme
Charles Lehner committed on 12/18/2015, 8:08:16 PMParent: 23972082c8a518ad53d74d5f391e5492c3f32707
Files changed
README.md | added |
README.md | |||
---|---|---|---|
@@ -1,0 +1,26 @@ | |||
1 … | +# Text Node Searcher | ||
2 … | + | ||
3 … | +Search for text in a web page | ||
4 … | + | ||
5 … | +## API | ||
6 … | + | ||
7 … | +* `setQuery(String)` | ||
8 … | + | ||
9 … | + Set the search query | ||
10 … | + | ||
11 … | +* `selectNext()` | ||
12 … | + | ||
13 … | + Select the next text segment matching the query | ||
14 … | + | ||
15 … | +* `selectPrevious()` | ||
16 … | + | ||
17 … | + Select the previous text segment matching the query | ||
18 … | + | ||
19 … | +## TODO | ||
20 … | + | ||
21 … | +- Match text that spans multiple text nodes | ||
22 … | +- Highlight matches | ||
23 … | + | ||
24 … | +## License | ||
25 … | + | ||
26 … | +Fair |
Built with git-ssb-web