DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:explain

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:explain [2019-08-02 03:17] mekineerplugin:explain [2024-01-08 16:01] (current) Aleksandr
Line 19: Line 19:
  
 Just like for the acronyms you can define a file containing a table which declares terms, a short explanation and two links to a longer definition. This automatically works for all those terms in the whole wiki. Just like for the acronyms you can define a file containing a table which declares terms, a short explanation and two links to a longer definition. This automatically works for all those terms in the whole wiki.
 +
 +[[https://www.cosmocode.de/en/open-source/dokuwiki-plugins/|{{ https://www.cosmocode.de/static/img/dokuwiki/dwplugins.png?recache|A CosmoCode Plugin}}]]
  
 ===== Download and Installation ===== ===== Download and Installation =====
-[[https://www.cosmocode.de/en/open-source/dokuwiki-plugins/|{{ http://cosmocode.de/static/img/dokuwiki/dwplugins.png?recache|A CosmoCode Plugin}}]] 
  
 Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
Line 87: Line 88:
 ==== Edit the conf/explain.conf File as a Dokuwiki Page via Symlink ==== ==== Edit the conf/explain.conf File as a Dokuwiki Page via Symlink ====
  
-Base on the style of plugins, I have changed the CSS to plugins/explain/style.css as below: 
-<code css> 
-  div.dokuwiki a.explain { 
-    color: __black__; 
-    border-bottom: 1px dotted __black__; 
-    padding-top: 0; 
-  } 
-   
-  div.dokuwiki a.explain:hover { 
-    background-color: __light__; 
-  } 
-</code> 
 The file can be [[https://www.namecheap.com/support/knowledgebase/article.aspx/9561/29/how-to-create-a-symbolic-link-in-cpanel |symlinked]] / soft linked to a page and edited via dokuwiki.  The same can be done for the hints of the standard acronyms.conf editing. The file can be [[https://www.namecheap.com/support/knowledgebase/article.aspx/9561/29/how-to-create-a-symbolic-link-in-cpanel |symlinked]] / soft linked to a page and edited via dokuwiki.  The same can be done for the hints of the standard acronyms.conf editing.
  
Line 229: Line 218:
 </code> </code>
  
 +Base on the style of plugins, I have changed the CSS to plugins/explain/style.css as below:
 +<code css>
 +  div.dokuwiki a.explain {
 +    color: __black__;
 +    border-bottom: 1px dotted __black__;
 +    padding-top: 0;
 +  }
 +  
 +  div.dokuwiki a.explain:hover {
 +    background-color: __light__;
 +  }
 +</code>
  
 Ken Cheung 2007-04-30\\ Ken Cheung 2007-04-30\\
Line 371: Line 372:
  
 -- Alois Hockenschlohe, Germany -- Alois Hockenschlohe, Germany
 +
 +==== Ignore this Word ====
 +
 +I love the plugin, thank you! One question, or maybe it's a request... Some terms may be used in the 'English' sense of the word, when it is the second instance of the term it doesn't matter but when it is the first it will be highlighted. This is expected behaviour but incorrect in terms of this particular use case. Is there a way to 'mark' a term as 'ignore this' so it isn't highlighted and the next instance of the term is?
 +
 +[[user>lizat|Liz T]] //2020-12-03//
 +
  
  
plugin/explain.1564708672.txt.gz · Last modified: 2019-08-02 03:17 by mekineer

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki