On Wed, 18 Dec 2013 14:49:06 -0600 "Edward K. Ream" <[email protected]> wrote:
> On Mon, Dec 16, 2013 at 9:03 AM, Terry Brown <[email protected]>wrote: > > > I have some unpushed changes to bookmarks.py that make it use an UNL > > rather than a gnx to keep track of the node which holds the bookmarks > > for an outline. > > > > Thanks for this, Terry. Another case of great timing ;-) The new @auto > import code will use something like this when attempting to reconstitute > clone links. I'll study your code next. Nothing new from that point of view, bookmarks use UNLs to link to things, which have advantages and disadvantages. One disadvantage which could be addressed is A B B B UNL #A-->B can't distinguish the different B's, so something like #A-->B, #A-->B{1}, #A-->B{2} could be used. What's new for bookmarks.py is storing the bookmarks (child nodes of a node) in a node referenced by an UNL (potentially in a different outline) rather than by a GNX (implicitly in the current outline). But I don't think that helps you particularly. Cheers -Terry -- 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.
