On Mon, Sep 16, 2013 at 3:52 PM, Terry Brown <[email protected]>wrote:
> http://scripting.com/2013/09/16/concordOurGplOutliner > > > > germane? > > Interesting. But I think web-leo would need its own js widgets, to > handle headline/body, and other things. > This comment actually inspired my "Leo in a nutshell" post today. Indeed, Leo's tree widget is *much* more difficult to do than typical outliners, because there is a two-way flow of events. Unlike most outliners, where all events flow from the user to the app, Leo can generate events from commands to the outline. This makes event-handling much harder. So the innocent-sounding "Leo's outlines are programmable" implies a lot behind the scenes. And that lead to the nutshell description of Leo being a) infinitely organizable and b) programmable. 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.
