On Saturday, April 8, 2023 at 12:13:36 PM UTC-5 Edward K. Ream wrote:
> I shall release Leo 6.7.3 as soon as possible after we test PR
#3264.
Aha (Thanks, Thomas): Python's
os.path module contains all the tools Leonistas will ever need. Leo can
easily apply all the os.path conventions to all paths of @<file> nodes.
os.path can expand os.environ constants, so Leo can easily replace $name or ${name} by the value of environment variable
name.
No need to invent Leo-only conventions! No need for path expressions! Bye-bye {{ and }}.
Leo's documentation will give examples of using os.path. Like: @file $PROJECT_A_BASE/x.py.
> Those who use path expressions should do a global search/replace (on headlines).
Still true, but the revised @<file> nodes will be safe, standard, and likely simpler.
Edward