On Tuesday, August 12, 2025 at 7:06:44 AM UTC-5 Edward K. Ream wrote: This ENB discusses possible fixes to #4419 <https://github.com/leo-editor/leo-editor/issues/4419>. It is mostly notes to myself and discusses experimental ideas.
... *x.gen_blocks* generates a tree of *nested* blocks. Instead, it might create a list of *sequential *blocks. I have abandoned this project for the following reasons: - *i.preprocess_blocks* is a misleading special case that works because the new parse-body generates a flat list of blocks. - A flat list of blocks creates more problems than it solves. The existing importers are complicated for good reasons. - There are only two relatively minor bugs to fix. *Summary* I have closed PR #4422 <https://github.com/leo-editor/leo-editor/pull/4422> in favor of PR #4423 <https://github.com/leo-editor/leo-editor/pull/4423>. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/leo-editor/e67adfab-11ac-45a9-b73f-d74207d240e8n%40googlegroups.com.
