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
geda:installed_plugins [2012/02/20 15:14]
127.0.0.1 external edit
geda:installed_plugins [2012/10/25 09:00] (current)
vzh Rework the page inserting info about new plugins and removing about old ones
Line 2: Line 2:
 The following plugins have been installed, to give the gEDA Project Wiki additional functionality. The following plugins have been installed, to give the gEDA Project Wiki additional functionality.
  
-===== hilited ===== +Built-in dokuwiki syntax facilities are described 
-The "​hilited"​ plugin acts as a yellow highlighterSurround the text you want to highlight with double-exclamation marks.+[[https://​www.dokuwiki.org/​syntax|here]].
  
-Example:\\ +==== keyboard ==== 
-<code>Sample text !!highlighted!! in a paragraph.</code>+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    |
  
-becomes:\\ +See the 
-Sample text !!highlighted!! in a paragraph.+[[http://​www.foosel.org/​snippets/​dokuwiki/​keyboard|plugin keyboard page]] 
 +for more information.
  
-===== xterm ===== +==== note ==== 
-The "​xterm"​ plugin allows you to embed preformatted text.\\ +The following code 
-The ''​<''​xterm''​><''/​xterm''​>''​ tags surround the text you wish to embed.\\ +<code> 
-The ''​<''​xterm''><''​/xterm''​>''​ tags differ from the built-in ''<''​code''><''/​code''>''​ tags as follows: +<note> 
-  * The text is indented. +This is a simple note
-  * You can emphasize parts of the text. +</note>
-  * The text will have a lightgreen background, so it will stand out on the wiki-page.+
  
-Example:\\ +<note tip> 
-The following ​is indented from the current section'​s left margin+This is a tip. 
-<xterm>embedded **preformatted** words</xterm>+</​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.
  
-The following shows how the preformatted text will follow the XHTML indent levels: 
-  * Test line 1. 
-  * Test line 2.\\ <​xterm>​Indented test line 3.</​xterm>​ 
-  * Test line 4. 
geda/installed_plugins.txt · Last modified: 2012/10/25 09:00 by vzh