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
PlotToon publishes cartoon/webtoon plots as markdown image sequences (one image per cut). StoryContent already allows sanitized markdown images, but the reader UI is prose-first.
Context
PlotToon publishes cartoon/webtoon plots as markdown image sequences (one image per cut).
StoryContentalready allows sanitized markdown images, but the reader UI is prose-first.Related PlotToon planning: realproject7/plottoon#50 and realproject7/plottoon#42.
Proposed scope
Conditional rendering via
storyline.content_typecontent_type(after Add content_type support for fiction vs cartoon stories #1212)contentTypeprop toStoryContentcomponentcontentType === "cartoon": apply vertical scroll webtoon layoutcontentType === "fiction"(or undefined): keep current prose stylingCartoon reader CSS
Badges
What stays the same
Depends on
Acceptance criteria