MojoPad 1.42.1 Released (Memory usage reduction plus text coloring in Markdown)

Fixes

  • A lighter footprint. The start of a memory diet, straight from reader feedback: every MojoPad window now loads roughly a tenth of the code it used to at launch, and the MojoPad Voice engine — a hefty passenger — loads only the first time you actually ask it to speak, instead of riding along in every window’s memory.
  • Text color and highlight now stick on Markdown pages. Coloring or highlighting text on a Markdown page used to vanish the moment you left the page and came back — Markdown has no color syntax, so it was dropped on save. Now it’s preserved as a small inline span in the Markdown, round-tripping cleanly through save, reload, and the source view (safely — only plain color values are kept).