Skip to content

Imark 0.3.0

Choose a tag to compare

@migsilva89 migsilva89 released this 17 Aug 19:19
· 7 commits to main since this release

The front matter card can be put away

A document that opens with YAML metadata always showed it as a card at the top. Plenty of files carry that for tooling rather than for the person reading, so View › Show Front Matter now hides it, and Imark remembers your choice for the next document.

Equations that run over two lines render

$$ … $$ split across lines came out as raw text while the same equation on one line was fine. The math is now read while the Markdown is read, so the LaTeX reaches KaTeX exactly as written.

An example of the comment format stays an example

A note shown inside a code block — the way this README teaches the format — was counted as a real note, and a review handed it to the agent as if somebody had written it. Both readers now know what a code fence is.

The agent files come with the update

The skill and commands were written once, at setup, and never moved again: anybody who set Imark up months ago was still running those instructions. The first launch of a new version now brings them up to date. A file you edited yourself is left alone, and Imark says so.

The plugin script runs through a linked path

Asking for a review through a path that went through a symlink did nothing at all — no window, no error — and told the agent the review was over. It runs now.

Thanks to u/100is99plus1 on Reddit for the first two.