What would be the feasibility of using Leo's wiki area to post various
scripts and get comments? For example, here's a very common scenario
when writing TEX documents (or HTML for that matter) that would be a
great candidate for a script. However, I don't know how to even get
started writing such a script. If an example like this was readily
available, it would be easier to learn from it and create other,
similar scripts. Also, the wiki area would seem to be a great place
for building more complex scripts in collaboration.

Say, for example, I want to start a new TEX environment:

\begin{enumerate}
    \item
\end{enumerate}

I would want a script (keyboard command?) to ask for input (I would
enter enum, or item, or desc, or whatever predefined shortcuts). In
response to that input, the script would then:
1) Write the complete environment (as above)
2) Place the cursor after \item ready for me to begin typing again.
Or, in the case of desc, place the cursor between the created brackets
of \item[ ].

Modifying this script slightly would allow easy editing of HTML, as
in:

<div>
The script would place the cursor between the opening and closing
<div> ready to go.
</div>

Rob...............

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to