> Imo, the most important of yesterday's work was a new distinction
> concerning links. This new distinction has important repercussions
> for data management.
Just so I can get on the same page - differences between what you're
thinking about now and UNLs?
Cheers -Terry
> Just so I can get on the same page - differences between what you're
> thinking about now and UNLs?
UNL's are what might be called "breakable" content, because they will
change when the outline structure changes.
So you could say that UNL's are another kind of link.
Edward
> **Design content for searching**
That is, searching by special-purpose Leo scripts. We aren't talking
about Leo's search command here!
The Aha: Leo scripts can assemble content in a domain-specific manner.
For example, I'll soon create a script that will assemble (part of)
Leo's documentation for commands by finding all docstrings for all
nodes that define a Leo command.
At first, it will suffice to incorporate the entire docstring into the
docs. Later, if necessary, I could defined conventions to be used in
docstrings that would guide the assembly of the docs.
Edward
Sounds kind of like defining a "view" of a dataset.
The script species what to extract from a chunk, and how to
present it to the world.
... isn't that what a "query" is? ...
Is this LQL: Leo Query Language?
>
> The Aha: Leo scripts can assemble content in a domain-specific manner.
>
> For example, I'll soon create a script that will assemble (part of)
> Leo's documentation for commands by finding all docstrings for all
> nodes that define a Leo command.
>
> At first, it will suffice to incorporate the entire docstring into the
> docs. Later, if necessary, I could defined conventions to be used in
> docstrings that would guide the assembly of the docs.
>
> Edward
>
> --
> You received this message because you are subscribed to the Google Groups "leo-editor" group.
> To post to this group, send email to leo-e...@googlegroups.com.
> To unsubscribe from this group, send email to leo-editor+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
>
>
>>> **Design content for searching**
>>
>> That is, searching by special-purpose Leo scripts. We aren't talking
>> about Leo's search command here!
>
> Sounds kind of like defining a "view" of a dataset.
> The script species what to extract from a chunk, and how to
> present it to the world.
>
> ... isn't that what a "query" is? ...
> Is this LQL: Leo Query Language?
You could look at it that way. For now, I am happy to use scripts to
define the queries.
Then we could augment the scripts with tools...
Edward