> > It makes sense : marked nodes, along with the currently selected node as > the file was saved, are now a 'personal' thing only visible to oneself as > they work on a project. makes sense. >
There is also `@bool put-expansion-bits-in-leo-files = True` which saves the tree open/closed state. So you could close all branches except the one of interest before saving and sending to friend. It add's noise to source code diffs of .leo files but would be helpful in this scenario. Also see https://github.com/leo-editor/leo-editor/issues/1022 and https://github.com/leo-editor/leo-editor/issues/1023. True (recommended): Write "E" attribute bits in <v> elements. Leo outlines will record the expansion state of all nodes. False: (Good for files like unitTest.leo) Suppress "E" attribute bits in <v> elements. Only the ancestors of the presently selected node will be expanded when Leo opens an outline. -- 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/ba663b36-3a65-4a02-87f4-a1d7a524b30e%40googlegroups.com.
