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
{{ message }}
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.
There are a lot of sites that just dont use covers or that focus more on providing a summery and the genres of the novel in the listing, having these displayed in Shosetsu instead of the cover and title would be very helpful in finding a novel that you want to read.
My proposal:
NovelListing {
title = ""
link = ""
imageUrl = null or ""
+ summery = "",
+ genre = {}
}
There could also be an extension option like this
enum ListingDisplay {
TitleAndCover, // For displaying only the title and cover
TitleAndSummery // For displaying title, cover if imageUrl is not null or empty, summery and genres
}
return {
id = -1,
name = "DEFAULT",
baseURL = baseURL,
+ listingDisplayType = ListingDisplay.TitleAndSummery
}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are a lot of sites that just dont use covers or that focus more on providing a summery and the genres of the novel in the listing, having these displayed in Shosetsu instead of the cover and title would be very helpful in finding a novel that you want to read.
My proposal:
There could also be an extension option like this
The text was updated successfully, but these errors were encountered: