Hello!
I want to create a book from an exported WhatsApp chat. The chat is exported as .txt file, while all the send media is stored in a folder as separate .jpeg, .wav, etc.
The chat looks like this:
14/01/2015, 13:28:40: Person 1: texttexttext
14/01/2015, 13:29:57: Person 2: texttexttext
14/01/2015, 15:00:37: Person 2: 2018-01-14-PHOTO-00000003.jpg <attached>
14/01/2015, 15:00:48: Person 2: texttexttext
14/01/2015, 15:45:40: Person 1: texttexttext
17/02/2015, 20:46:59: Person 2: texttexttext
17/02/2015, 21:27:33: Person 1: texttexttext
17/02/2015, 22:01:23: Person 2: texttexttext
What I would like to do now is create a layout for this chat that looks more like an actual chat (textboxes, person 1 right-bound, person 2 left-bound, place the image files, etc.), and I have no problem doing this particular part. But the work only starts there, because the chat has 8723 messages.
My question is now: what kind of features are built into InDesign that could automate parts of the work?
Essentially I don’t want to adjust 8723 textboxes individually, so I was thinking of some kind of a script that would create textboxes right-bound/left-bound based on person 1/2, adjust their size depending on length of message, keep equal spacing between each message, maybe even place the media and scale it, an so on. I would be super happy if someone can help, cause for now the amount of work is simply daunting.