On Wednesday, September 2, 2020 at 9:04:18 AM UTC-5, Edward K. Ream wrote:
> It would help if you would run a script to remove all body text (it
doesn't matter) and replace all headlines with something innocuous. That
way you can send me the problematic outline without compromising privacy.
Here is the tested script:
"""Remove all sensitive material in this outline, except for this node."""
# Warning: This script is dangerous! Use on a copy of your outline.
n = 1
v0 = c.p.v
for p in c.all_unique_positions():
if p.v != v0:
p.h = f"node {n}"
p.b = ''
n += 1
c.redraw()
Please run this script inside a *copy *of you file, and send the result to
me.
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/3d6a2dc6-d63f-493f-9554-e70eb1223124o%40googlegroups.com.