- Display as thumbnails
- Bookmark
- Search Result
- Manage books from the web app
- Remove book
- Add/Delete image
- Improve honyomi commands
- Fix page parse bug of 'honyomi add'
- Add "honyomi add --no-image" option
- Add 'honyomi image -d' options
- Delete image with 'honyomi remove'
- Exit with 1 on error
- Add basic authorization
- Add 'honyomi move' command
- Run the image command with the add command if there is 'pdftoppm'
- Also when you add from web
- Reduce the movement amount when you press the 'Prev' button (5 -> 1)
- Support docker container
-
Add image command
- It can be inline display of page on browser
- Need 'pdftoppm'
-
Remove duplicated :type => :boolean
-
Add book on web
- Drag & drop OR Dialog
- If you want to disable this feature, set ENV["HONYOMI_DISABLE_WEB_ADD"]
- $ HONYOMI_DISABLE_WEB_ADD=1 honyomi web
-
Fix encode error
- Specify file encoding in File.read
- Add String#scrub
-
Add book on web
- Drag & drop OR Dialog
- If you want to disable this feature, set ENV["HONYOMI_DISABLE_WEB_ADD"]
- $ HONYOMI_DISABLE_WEB_ADD=1 honyomi web
-
Fix encode error
- Specify file encoding in File.read
- Add String#scrub
-
Bookmark a page
- Click star
- Is also attached comments
- Link page no (P111)
- Auto link http://...
- Ctrl+Enter: Shortcut to Update
-
Edit a book information on web
- Title, Author, URL
-
Convenient search query
123
: Jump to pageb:11 hello
: Book Id-b:11 hello
: Book Id (NOT)t:hello world
: Book Titlep:>100 p:<200 world
: Page Number
-
Help
-
Clear Button
-
Impliment Util.highlight_keywords using Groonga::PatriciaTrie#tag_keys instead of Pure Ruby
- Improve search result
- Highlight keywords
- Take over the search query
- Improve text mode
- Rename from 'raw' to 'text'
- Highlight keywords
- Take over the search query
- Change rendering tag from
to
- Change background color
- Change Navbar to static
- Add link to honyomi-web
- Refactor page tag
- Search in book
- Display the book list
- Pagination (AutoPagerize)
- Add favicon
- Support file name includes parenthesis or any special characters