Updates the moment the file changes
Most agents and editors save by writing a temporary file and renaming it over the original. MD Viewer catches those atomic saves too, so what you see is never stale.
Your scroll position stays where it was. Scroll to the bottom and MD Viewer follows new content as it arrives, like tail -f.
# how an agent saves plan.md write plan.md.tmp rename plan.md.tmp → plan.md # MD Viewer reloads here; your place is kept