You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-27Lines changed: 39 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -96,47 +96,59 @@ Key Binding:
96
96
97
97
## Known Issues
98
98
99
-
- Search function can't find occurences that span across multiple lines
99
+
1. Search function can't find occurences that span across multiple lines
100
100
101
-
Only capable of finding pattern that span inside a single line, not sentence.
102
-
So works more effectively for finding word or letter rather than long phrase or sentence.
101
+
Only capable of finding pattern that span inside a single line, not sentence.
102
+
So works more effectively for finding word or letter rather than long phrase or sentence.
103
103
104
-
As workarounds, You can increase text area width to increase its reach or dump
104
+
As workarounds, You can increase text area width to increase its reach or dump
105
105
the content of epub using `-d` option, which will dump each paragraph into a single line separated by empty line (or lines depending on the epub), to be later piped into `grep`, `rg` etc. Pretty useful to find book quotes.
106
106
107
-
Example:
107
+
Example:
108
108
109
-
```shell
110
-
# to get 1 paragraph before and after a paragraph containing "Overdue"
which will give you TOC behavior like in many common readers.
150
+
151
+
NOTE: I'm not merging `commontoc` to `master` since `master` already does most of its job efficiently and (supposedly, I'm not doing any test) faster. It just navigates between files inside epub rather than pre-defined sections like `commontoc` does.
0 commit comments