missing NULL terminator in set_config_x
[geda-gaf.git] / docs / wiki / geda-installed_plugins.html
blob96a19268f4b77d529a82169e39e51d432a984fdf
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <head>
5 <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
6 <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
7 <link rel="stylesheet" media="print" type="text/css" href="./print.css" />
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 </head>
11 <body>
13 <h1 class="sectionedit1" id="installed_plugins">Installed plugins</h1>
14 <div class="level1">
16 <p>
17 The following plugins have been installed, to give the gEDA Project Wiki additional functionality.
18 </p>
20 <p>
21 Built-in dokuwiki syntax facilities are described
22 <a href="https://www.dokuwiki.org/syntax" class="urlextern" title="https://www.dokuwiki.org/syntax" rel="nofollow">here</a>.
23 </p>
25 </div>
26 <!-- EDIT1 SECTION "Installed plugins" [1-225] -->
27 <h3 class="sectionedit2" id="keyboard">keyboard</h3>
28 <div class="level3">
30 <p>
31 Examples:
32 </p>
33 <div class="table sectionedit3"><table class="inline">
34 <thead>
35 <tr class="row0">
36 <th class="col0 centeralign"> Syntax </th><th class="col1 leftalign"> </th><th class="col2 centeralign"> View </th>
37 </tr>
38 </thead>
39 <tr class="row1">
40 <td class="col0 leftalign"> &lt;key&gt;C-A-Del&lt;/key&gt; </td><td class="col1 centeralign"></td><td class="col2 leftalign"> <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Del</kbd> </td>
41 </tr>
42 <tr class="row2">
43 <td class="col0 leftalign"> &lt;key&gt;Ctrl&lt;/key&gt; </td><td class="col1 centeralign"></td><td class="col2 leftalign"> <kbd>Ctrl</kbd> </td>
44 </tr>
45 <tr class="row3">
46 <td class="col0"> &lt;key&gt;C-S-Right&lt;/key&gt; </td><td class="col1 centeralign"></td><td class="col2"> <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>&rarr;</kbd> </td>
47 </tr>
48 <tr class="row4">
49 <td class="col0 leftalign"> &lt;key&gt;Enter&lt;/key&gt; </td><td class="col1 centeralign"></td><td class="col2 leftalign"> <kbd>Enter</kbd> </td>
50 </tr>
51 </table></div>
52 <!-- EDIT3 TABLE [255-549] -->
53 <p>
54 See the
55 <a href="http://www.foosel.org/snippets/dokuwiki/keyboard" class="urlextern" title="http://www.foosel.org/snippets/dokuwiki/keyboard" rel="nofollow">plugin keyboard page</a>
56 for more information.
57 </p>
59 </div>
60 <!-- EDIT2 SECTION "keyboard" [226-655] -->
61 <h3 class="sectionedit4" id="note">note</h3>
62 <div class="level3">
64 <p>
65 The following code
66 </p>
67 <pre class="code">&lt;note&gt;
68 This is a simple note.
69 &lt;/note&gt;
71 &lt;note tip&gt;
72 This is a tip.
73 &lt;/note&gt;
75 &lt;note important&gt;
76 This is an important note!
77 &lt;/note&gt;
79 &lt;note warning&gt;
80 This is a warning!!!
81 &lt;/note&gt;</pre>
83 <p>
84 translates to these nice notes:
85 </p>
86 <div class="noteclassic">This is a simple note.
88 </div><div class="notetip">This is a tip.
90 </div><div class="noteimportant">This is an important note!
92 </div><div class="notewarning">This is a warning!!!
94 </div>
95 <p>
96 See the
97 <a href="https://www.dokuwiki.org/plugin:note" class="urlextern" title="https://www.dokuwiki.org/plugin:note" rel="nofollow">plugin note page</a>
98 for more information.
99 </p>
101 </div>
102 <!-- EDIT4 SECTION "note" [656-] --></body>
103 </html>