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
- 0.2.27.2: Fix bug when text has '><'1 day ago
- 0.2.27: Use rvid feature of RetroV instead of using document.querySelector4 days ago
- 0.2.26: Add search32 days ago
- 0.2.25: Corrections to the Brazilian Portuguese translation and improvements in...33 days ago
- 0.2.24.1: Brazilian Portuguese translation!34 days ago
- 0.2.23: Use smaller DOM library35 days ago
- 0.2.22: Limit renders51 days ago
- 0.2.21: Faster app!54 days ago
- 0.2.20: Virtual DOM55 days ago
- 0.2.19: Add German translation!74 days ago
Leave a comment
Log in with itch.io to leave a comment.