https://github.com/ryanlintott/messagemaker
App for making message bubbles out of raw text.
https://github.com/ryanlintott/messagemaker
Last synced: about 1 year ago
JSON representation
App for making message bubbles out of raw text.
- Host: GitHub
- URL: https://github.com/ryanlintott/messagemaker
- Owner: ryanlintott
- License: mit
- Created: 2020-07-06T20:52:30.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T22:25:22.000Z (over 4 years ago)
- Last Synced: 2025-04-19T02:23:10.491Z (about 1 year ago)
- Language: Swift
- Size: 1.43 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MessageMaker
A friend of mine was writing fanfic and wanted a way to generate a lot of text message screenshots out of raw text. I wanted a way to practice the SwiftUI I was learning so here we are!



[](http://twitter.com/ryanlintott)

## Formatting Rules
- Each line of text counts as one message
- First message is from "you"
- Leaving a blank line changes the sender
- Adding a line surrounded by "< " and " >" will create timestamp text
- Text to the left of "|" in a timestamp will be bold
- Timestamp text as a first line or after a blank line will appear in the middle (useful for date stamps).
- Timestamp text directly after a message will appear under that message (useful for "read" or "delivered" timestamps).