Markdown support: 0.2.14

Markdown is an easy way of specifying rich text. I find it especially useful in Tiny Moments because I often create lists of things that I did during the day. Take the following piece of text for example:
- Had a great time at the park
- Called a friend
- Napped
Wouldn't it be better if it was rendered nicely like this?
- Had a great time at the park
- Called a friend
- Napped
With this update, it will do just that because having an asterisk or a dash at the beginning of a line is Markdown! Markdown allows you to specify a lot of styles, but I think only a handful of styles make sense in a short-form journal. So I figured I would write the parser myself to use as little code as possible, but also to have fun figuring out how to write one. I've never written one before though so expect bugs! 🥲 Right now, it supports, bolding, italicizing, paragraphs, inline code, and unordered lists at the moment.
You can italicize things by surrounding text with an *asterisk* or with _underscores_. You can bold text by adding **two asterisks** or __two underscores__.
Hopefully in the future I can add ordered lists as well and also allow making lists of lists. Anyway, I hope you like it!
This app is still in development, so expect bugs! To upgrade to a new version:
- Export your data by tapping on the export button at the bottom of the app
- Attach the new moments file
- Tap the import button in the new app and import your old data
Files
Get Tiny Moments
Tiny Moments
A tiny journaling and microblogging app.
More posts
- Fewer dependencies, localized dates: 0.2.138 days ago
- Added French translation! 0.2.1111 days ago
- Add built-in image compression: 0.2.1013 days ago
- Now supports Italian and Farsi! 0.2.914 days ago
- Add Tagalog translation: 0.2.816 days ago
- Anti-capitalist software: 0.2.716 days ago
- Automatic reloading: 0.2.619 days ago
- Delete support: 0.2.3.122 days ago
- Image support: 0.2.2.123 days ago
Leave a comment
Log in with itch.io to leave a comment.