vrtmrz / obsidian-livesync

MIT License
5.14k stars 167 forks source link

[Documentation] Sync on Save vs Sync on Editor Save #473

Open merrkry opened 4 months ago

merrkry commented 4 months ago

Under "Synchronization Methods" there are two options available, namely Sync on Save vs Sync on Editor Save. I wonder what are the differences and what do they actually do.

I realized that there are two types of saving in Obsidian, automatical and manual. Manual save via command or hotkey will help some plugins to work more properly.

Probably related to #303.

vrtmrz commented 3 months ago

Thank you for opening the issue! As you mentioned, the difference between Sync on Save and Sync on Editor Save is reacting to storage events or UI events (which were a bit forcibly intercepted).

I will address to add some notes, thank you so much for your advice! And, I will also read the issue that you have mentioned!