Rajarshi Vaidya
Rajarshi Vaidya
**Describe the bug** After clicking on `UpdateDownloadAll`, in case of novel-entry in the middle of the library, if currently selected novel has some updates, then the code-execution splits into 2...
Currently only `novel-name`, `chapter-count`, `cover-art` and `summary` are displayed in the `Library` tab Need to display more information - [ ] Tags - [ ] Author - [ ] Completion...
Currently, the only image being downloaded is `Cover-Image`. Allow rule to specify images to be downloaded. - Images will be downloaded in `./data/novels/{NovelGUID}/images` folder - Add new parameter in `ChapterScript`...
Display of chapter-text should be the same as was intended by the author. Currently, the `chapter-script` has to do the entire styling. Should rather throw the styles in `rule-data`. Append...