On Mon, Dec 9, 2013 at 5:45 PM, gatesphere <[email protected]> wrote:
> Hi all, > > Is there a minimal Leo-bridge? I.e. just enough of the Leo API to read + > write outlines, and iterate through nodes, in a way that doesn't require a > full-blown installation of Leo? > The leo.core.leoBridge module pulls in only as much as needed. In particular, the leoBridge.initLeo method imports less than I would have expected. Having said that, it seems clear that if you get a commander from the bridge, you will have had to init the Commands class, and that necessarily pulls in all of Leo's subcommanders, which includes just about all of Leo's core. Why do you ask? 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
