You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comments now render inline markdown in editing view — wikilinks, external links, bold, and tags all display formatted, and links are clickable. Requires Obsidian 1.3.5 or later.
Fixed
A | typed in the Name column no longer swallows the amount and resets it to 0. Pipes inside comments were already safe and stay that way.
Screen readers now announce links inside a comment as links instead of reading the whole cell as a button.
Clicking anywhere in a comment cell starts editing again, matching every other column. When a rendered link fills the cell, a pencil appears on hover as the way in.
Under the hood
Pinned the Obsidian dependency for reproducible builds and refreshed the README to match actual plugin behavior.