khaledallen / latexnotes

A simple Latex note editor and search
MIT License
0 stars 0 forks source link

Break up latex blocks #21

Open khaledallen opened 5 years ago

khaledallen commented 5 years ago

When the note gets particularly long, the latex engine starts to slow down because it has to reprocess every line. To improve performance, find a way to break up latex into blocks and have the app only reprocess the one that is actively being edited.

Probably a fairly big extension since it would require making the app aware of the current editing state.