User Tools

Site Tools


geda:installed_plugins

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
geda:installed_plugins [2006/05/08 17:42]
dhart_1951
geda:installed_plugins [2012/10/25 09:00]
vzh Rework the page inserting info about new plugins and removing about old ones
Line 1: Line 1:
 +====== Installed plugins ======
 +The following plugins have been installed, to give the gEDA Project Wiki additional functionality.
 +
 +Built-in dokuwiki syntax facilities are described
 +[[https://​www.dokuwiki.org/​syntax|here]].
 +
 +==== keyboard ====
 +Examples:
 +^         ​Syntax ​          ​^ ​     ^        View          ^
 +| %%<​key>​C-A-Del</​key>​%% ​  ​| ​ =>  | <​key>​C-A-Del</​key> ​  |
 +| %%<​key>​Ctrl</​key>​%% ​     |  =>  | <​key>​Ctrl</​key> ​     |
 +| %%<​key>​C-S-Right</​key>​%% |  =>  | <​key>​C-S-Right</​key>​ |
 +| %%<​key>​Enter</​key>​%% ​    ​| ​ =>  | <​key>​Enter</​key> ​    |
 +
 +See the
 +[[http://​www.foosel.org/​snippets/​dokuwiki/​keyboard|plugin keyboard page]]
 +for more information.
 +
 +==== note ====
 +The following code
 +<​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>​
 +</​code>​
 +
 +translates to these nice notes:
 +
 +<​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>​
 +
 +See the
 +[[https://​www.dokuwiki.org/​plugin:​note|plugin note page]]
 +for more information.
  
geda/installed_plugins.txt ยท Last modified: 2012/10/25 09:00 by vzh