medit/doc/help/sect-user-tools.html
2009-11-01 12:44:46 -08:00

54 lines
1.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<title>User-defined Tools</title>
</HEAD>
<BODY>
<DIV CLASS="header" ID="header">
<table width="100%"><tr valign="top">
<td width="33%" align="left">Previous: <a href="editing-options.html">Editing options</a></td>
<td width="33%" align="center">Up: <a href="index.html">medit 0.9.5 Manual</a></td>
<td width="33%" align="right">Next: <a href="prefs-user-tools.html">Managing tools</a></td>
</tr></table>
<hr>
<H2>User-defined Tools</H2>
<!-- ##sect-user-tools## -->
<P>
medit allows extending its functionality with user-defined
<I>tools</I>. It can be a Lua or Python (provided medit has been
built with Python support) script which is executed inside medit,
or a shell script which can use the text of the open document as
its input and/or output.
</P>
<P>
There are some predefined tools which you can use as
an example or to modify to suit your needs.
</P>
<ul>
<li><a href="prefs-user-tools.html">Managing tools</a></li>
<li><a href="user-tools-files.html">Storing tools in files</a></li>
<li><a href="user-tools-python.html">Python scripts</a></li>
<li><a href="user-tools-lua.html">Lua scripts</a></li>
<li><a href="user-tools-shell.html">Shell scripts</a></li>
</ul>
<hr>
<table width="100%"><tr valign="top">
<td width="33%" align="left">Previous: <a href="editing-options.html">Editing options</a></td>
<td width="33%" align="center">Up: <a href="index.html">medit 0.9.5 Manual</a></td>
<td width="33%" align="right">Next: <a href="prefs-user-tools.html">Managing tools</a></td>
</tr></table>
</BODY></HTML>