mkoskim / mawejs

Mawe (Mawe Advanced Writer's Editor) with ElectronJS, React and NodeJS. Third generation of the editors I have written for my own use.
MIT License
7 stars 5 forks source link

Make logic to determine, if doc is dirty #250

Closed mkoskim closed 1 month ago

mkoskim commented 1 month ago

We should know, if the document is not saved (that is, it differs from the one on the disk).

This is related to #57