baudren / NoteOrganiser

Scientific Note Taking
MIT License
13 stars 6 forks source link

Improve the speed of preview (caching, threading?) #69

Open baudren opened 8 years ago

baudren commented 8 years ago

Currently, the markdown preview is always recomputed, even without changes to the source markdown file. There would be several ways of improving this very poor design:

We have to think of a way to store these hashes of already previewed files:

egolus commented 8 years ago

First: I don't have a problem with the current speed. But it's allways a good thing to improve it.