Add own admin page for the plugin
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
This commit is contained in:
@@ -6,7 +6,7 @@ use dokuwiki\plugin\luxtools\Output;
|
||||
use dokuwiki\plugin\luxtools\Path;
|
||||
|
||||
/**
|
||||
* LuxTools Plugin: Abstract base class for file-listing syntax handlers.
|
||||
* luxtools Plugin: Abstract base class for file-listing syntax handlers.
|
||||
*
|
||||
* Provides shared functionality for directory, files, and images syntax.
|
||||
*/
|
||||
|
||||
@@ -6,7 +6,7 @@ use dokuwiki\plugin\luxtools\Path;
|
||||
require_once(__DIR__ . '/AbstractSyntax.php');
|
||||
|
||||
/**
|
||||
* LuxTools Plugin: Directory syntax.
|
||||
* luxtools Plugin: Directory syntax.
|
||||
*
|
||||
* Lists the direct children (folders and files) of a given path.
|
||||
* Always renders as a table.
|
||||
|
||||
@@ -5,7 +5,7 @@ use dokuwiki\plugin\luxtools\Output;
|
||||
require_once(__DIR__ . '/AbstractSyntax.php');
|
||||
|
||||
/**
|
||||
* LuxTools Plugin: Files syntax.
|
||||
* luxtools Plugin: Files syntax.
|
||||
*
|
||||
* Lists files matching a given glob pattern.
|
||||
*/
|
||||
|
||||
@@ -5,7 +5,7 @@ use dokuwiki\plugin\luxtools\Output;
|
||||
require_once(__DIR__ . '/AbstractSyntax.php');
|
||||
|
||||
/**
|
||||
* LuxTools Plugin: Image gallery syntax.
|
||||
* luxtools Plugin: Image gallery syntax.
|
||||
*
|
||||
* Renders a thumbnail gallery of images matching a glob pattern.
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
use dokuwiki\Extension\SyntaxPlugin;
|
||||
|
||||
/**
|
||||
* LuxTools Plugin: Open local path syntax.
|
||||
* luxtools Plugin: Open local path syntax.
|
||||
*
|
||||
* Renders an inline button. Clicking it triggers client-side JS that attempts
|
||||
* to open the configured path in the default file manager (best-effort).
|
||||
|
||||
Reference in New Issue
Block a user