On Wed, Jun 14, 2023 at 8:06 AM Edward K. Ream <[email protected]> wrote:
> On Wednesday, June 14, 2023 at 8:00:08 AM UTC-5 Edward K. Ream wrote: > > PR #3363 <https://github.com/leo-editor/leo-editor/pull/3363> improves > the outlines created by scripts that call c.recursiveImport. > > > One more thing: leo-editor-contrib > <https://github.com/leo-editor/leo-editor-contrib> contains an improved > mypy.leo > <https://github.com/leo-editor/leo-editor-contrib/blob/master/StudyOutlines/mypy.leo> > that illustrates the new import scheme. > And one more thing. Imo it would be best to replace the @path statements in headlines with @path statements in body text: @path statements are context sensitive. That is, they "accumulate". But this means that cloning and moving an @<file> node will change its effective path. The alternative would be to put the full path (relative to the .leo file) in every @<file> node. This seems too verbose. I'll create a new PR soon and update mypy.leo accordingly. 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 on the web visit https://groups.google.com/d/msgid/leo-editor/CAMF8tS1PFQ%2BOzz3OzOvZt2W-RrcHhgqbu_sbngBMEOR6LwAABw%40mail.gmail.com.
