standardnotes / desktop

[Moved to https://github.com/standardnotes/app] A free, open-source, and end-to-end encrypted notes app. https://standardnotes.com
GNU Affero General Public License v3.0
1.4k stars 115 forks source link

Add sinchronization delay #843

Closed lzambarda closed 2 years ago

lzambarda commented 2 years ago

Hi there,

Great work on SN! Sometimes my editor stutters and struggles to keep up with what I am typing. I think this may be related to the synchronization background process.

I think it would be helpful to be able to add a synchronization delay to the editor, maybe configurable via the settings. This way it would try to save my changes only if I stop typing for enough time.

stefan-yas commented 2 years ago

Hey @lzambarda, thanks for the kind words! Which editor are you using that seems to slow down performance? Turning off spellcheck may improve performance with longer notes. Try turning off spellcheck and let me know if that makes things better for you. image

lzambarda commented 2 years ago

Thank you for the prompt reply. Disabling Spellcheck helped, thanks!

(On a side note, just to report it: the editor I've been using is https://github.com/arturolinares/sn-rme but changing the editor made no difference)