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.
| Status | In development |
| Category | Tool |
| Author | durian |
| Tags | journaling, Minimalist, No AI, Open Source, webxdc |
| Languages | German, English, Persian, French, Italian, Tagalog |
More posts
- 0.2.29: Donation button36 days ago
- 0.2.28: Blockquote38 days ago
- 0.2.27.2: Fix bug when text has '><'53 days ago
- 0.2.27: Use rvid feature of RetroV instead of using document.querySelector56 days ago
- 0.2.26: Add search84 days ago
- 0.2.25: Corrections to the Brazilian Portuguese translation and improvements in...85 days ago
- 0.2.24.1: Brazilian Portuguese translation!86 days ago
- 0.2.23: Use smaller DOM library87 days ago
- 0.2.22: Limit rendersAug 01, 2025
- 0.2.21: Faster app!Jul 29, 2025

Leave a comment
Log in with itch.io to leave a comment.