I think maybe more useful you either look at Bernd's tinyDictionary or James Hale's Docset Reader stack, modify them "to add your guff", rather than keep thousands of pages as unstructured text in a custom prop...richmond62 wrote: ↑Thu Jul 18, 2024 8:57 amI am looking, ultimately, for a plain text version of the Dictionary, so I store it as a custom prop in a stack, call bits of it into a field, and edit (add my own guff) using a simple text editor.
This would mean likely having to edit the SQL functionality as I think both of these are based on SQLite.
Keeping it as unstructured text seems like a non-viable option to me... I guess you could make it an array, but not sure that's less work that just working with SQLite which is blazingly fast...