background processing and element access via File API
some operations are currently quite costly and take quite long (particularly on the A5X). An example is finding free space on a page in another note, because it needs scanning all stroke points with accessory methods. Now two questions / requests on this:
- give us a method to query via File API in pages for elements intersecting with a certain rect. ( to not get All Elements, but just those in a certain rect).
- is there a possibility to have code running in the background. It seems closing the UI also pauses all kind of code and it only resumes where it left off once the UI is shown again (hope I am not doing anything wrong here).