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