wiki:explugins

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
Next revision Both sides next revision
wiki:explugins [2017/09/02 15:21]
madsiur [Demo Installations]
wiki:explugins [2018/12/13 12:54]
madsiur [Image Gallery]
Line 1: Line 1:
-====== Image Gallery ======+====== Gallery Plugin ====== 
 +[[https://www.dokuwiki.org/plugin:gallery]]
  
 ===== Syntax ===== ===== Syntax =====
Line 141: Line 142:
   * http://www.hemmerling.com/doku.php/en/repository.html   * http://www.hemmerling.com/doku.php/en/repository.html
  
-===== Discussion ===== 
  
-Be sure to read the [[#Known Limitations and Caveats]] section firstQuestions should be asked in the [[http://forum.dokuwiki.org|forum]]. Bugs and feature wishes should be reported in the [[https://github.com/splitbrain/dokuwiki-plugin-gallery/issues|issue tracker]]. Any comments/discussions on this page will be removed.+ 
 +====== Discussion Plugin ====== 
 + 
 +===== Description ===== 
 + 
 +The Discussion plugin adds a discussion section after your wiki page for user comments. This is useful to separate page content and the discussion thereof and also, if you don't want to give normal users the right to edit the page but still want user contributed notes.  
 + 
 +A second component of this plugin shows a list of all pages in a namespace with a discussion section (called discussion threads) ordered by most recent commentsThis allows you to create a very simple discussion forum in your wiki. 
 + 
 +===== Components ===== 
 + 
 +==== Comments-section ==== 
 +This is the main part of the plugin. By including the ''%%~~DISCUSSION~~%%'' instruction in your wiki page, a discussion section will be appended after the normal wiki page content. To turn it off again, use ''%%~~DISCUSSION:off~~%%''. If you want to show the existing discussion but don't want to allow new comments / replies, use ''%%~~DISCUSSION:closed~~%%''
 +  ~~DISCUSSION~~ 
 +  ~~DISCUSSION:off~~ 
 +  ~~DISCUSSION:closed~~ 
 + 
 +A custom title can be appended after the separator %%|%%. 
 +  ~~DISCUSSION|Custom Title String~~ 
 +  ~~DISCUSSION:closed|Custom Title String~~ 
 + 
 + 
 + 
 +After each comment in the discussion section there may be up to three buttons (depending on your rights): 
 + 
 +  * Reply: To reply to a comment (vs. commenting on the wiki page content), click the ''Reply'' button. The comment entry form will then be placed accordingly. 
 +  * Edit: Registered users can edit their comments; admins can edit all comments. To remove a comment, just edit it, clear the text and save the empty comment -- like you would do with a wiki page. 
 +  * Delete: Registered users and admin all comments. \\ //Attention: If there are replies to a comment, removing it will also remove all replies!// 
 +  * Hide / Show: Admins can deactivate and reactivate comments easily by this buttonHidden comments aren't shown to normal users and are displayed dimmed to adminsRegistered users can only hide their own comments. 
 + 
 + 
 +Of course, the whole DokuWiki [[:wiki:syntax|syntax]] can be used in comments as wellBut there are problems with headers and footnotes as they may produce conflicting IDs and thus invalid XHTML. I'm looking for a way to either allow only a subset of the wiki syntax or automatically create unique IDs. 
 + 
 +==== Threads syntax==== 
 +This displays a list of all pages of the given namespace with a discussion section. The list is sorted by the most recent comment. 
 + 
 +  {{threads>[namespace]&[count=n]&[flags]&skipempty}} 
 + 
 +^ [namespace] | the namespace for which you want a discussion thread list; '':'' is the top namespace, ''.'' is the same namespace as the page lies in, ''*'' the whole wiki | required | 
 +^ [count=n] | the number of discussions which should be displayed (valid values: n > 0) | optional | 
 +^ [flags] | pagelist flags delimited by ''&'', see [[https://www.dokuwiki.org/plugin:pagelist#flags|flags]] | optional | 
 +^ skipempty | Do not print discussions with no comments | optional | 
 + 
 + 
 +Default a //new thread form// is shown below the list. See ''threads_formposition'' setting for moving it to the top of the list, or to disable this form.
  
  
Line 224: Line 268:
 Additional sites can be added to the ''sites.conf'' file in the plugin directory. Video ID recognition patterns for the toolbar button are configured in ''sites.js'' Additional sites can be added to the ''sites.conf'' file in the plugin directory. Video ID recognition patterns for the toolbar button are configured in ''sites.js''
  
-==== Changes ==== 
  
-{{rss>https://github.com/splitbrain/dokuwiki-plugin-vshare/commits/master.atom date}} 
  
-Please report bugs and request features at the [[https://github.com/splitbrain/dokuwiki-plugin-vshare/issues|issue tracker]]+
  
  
Line 241: Line 283:
  
 It potentially replaces a lot of other plugins and is IMHO the better alternative for many. It potentially replaces a lot of other plugins and is IMHO the better alternative for many.
- 
-It fully replaces: [[class]], [[clearfloat]], [[div_span_shorthand]], [[divalign2]], [[divalign]], [[emphasis]], [[hide]], [[important_paragraf]], [[importanttext]], [[lang]], [[ltr]], [[noprint]], [[pagebreak]], [[side_note]], [[tip]], [[wpre]] 
- 
-It partly replaces: [[box]], [[button]], [[color]], [[columns]], [[fontcolor]], [[fontfamily]], [[fontsize2]], [[fontsize]], [[highlight]], [[layout]], [[note]], [[styler]], [[tab]], [[tablewidth]], [[typography]] 
  
  
-===== Installation ===== 
  
-Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the URL given above. Refer to [[:Plugins]] on how to install plugins manually. 
  
 ===== Syntax ===== ===== Syntax =====
  • wiki/explugins.txt
  • Last modified: 5 years ago
  • (external edit)