An open API service indexing awesome lists of open source software.

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.

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!

![Platform iOS 13.5](https://img.shields.io/badge/platform-iOS%2013.5-blue.svg)
![License - MIT](https://img.shields.io/github/license/ryanlintott/MessageMaker)
![GitHub last commit](https://img.shields.io/github/last-commit/ryanlintott/MessageMaker)
[![Twitter](https://img.shields.io/badge/twitter-@ryanlintott-blue.svg?style=flat)](http://twitter.com/ryanlintott)

![ScreenShot](Screenshots/screenshot_2020-07.png)

## 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).