mention issues with full-directory search

This commit is contained in:
Kartik K. Agaram 2022-09-06 21:58:46 -07:00
parent 39267532df
commit bd99df30d4

View File

@ -67,6 +67,10 @@ editors while I improve the editing infrastructure further.
* If you kill the process, say by force-quitting because things things get
sluggish, you can lose data.
* Searching is slow. There's no index yet. Searching happens in the same
thread as UI updates, so UI may go unresponsive with really large notes. I
haven't observed this in practice.
* Pressing keys while editing will try to always keep the text cursor on
screen. This can have some strange implications: