Skip to content
Discussion options

You must be logged in to vote

Yes, with one important condition: enable Preferences → General → Auto Save.

In the current v0.19.1 code, an external file-change event is reloaded immediately when Auto Save is enabled and the open tab is currently saved/clean. If the tab has unsaved local edits, MarkText still shows the confirmation bar so it does not silently overwrite them (v0.19.1 source).

So the behavior is:

  • Auto Save on + no local edits → reload automatically.
  • Auto Save on + unsaved local edits → ask before reloading.
  • Auto Save off → ask before reloading.

Auto Save is documented as a Boolean preference, disabled by default, with a configurable save delay (preferences reference).

There is not currently a separate …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chanon
Comment options

Answer selected by chanon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants