I’m trying to create an app for story reading. It’s about a video game and the lore behind the main characters. My approach was to create a JSON file and paste it in; that’s when it hit me. The story is very long. And if I remove the breakpoints, that corrects the issue but then I lose the formatting. There must be a better way, right? See Photo
My next thought was, ok I could create a text file for each character, but that sounded like too much work.
I’m trying to create some like Image #2 of this thread.
How would you approach this? Is it a matter of inserting a value in the places where I want breakpoints and then formatting the code to do so?