Tabla de Contenidos
Plugins (Complementos)
El sistema de Plugins permite extender las posibilidades de DokuWiki sin necesidad de modificar el código original (y tener que hacerlo en cada actualización). A continuación hay una lista de plugins creados por usuarios de DokuWiki. Sus nombres y explicaciones son proporcionados por sus creadores, y en la mayoría de casos estarán en inglés.
La instalación de un plugin consiste en ponerlo en su propio directorio dentro de lib/plugins/
. Para muchos de los plugins esto se puede hacer automáticamente utilizando el administrador de Extensions.
No te olvides de leer Warning on Plugins.
Buscar Plugins
Filtrar plugins disponibles por tipo o por el uso de etiquetas en la nube. También puede buscar en el plugin espacio de nombres (namespace), usando el cuadro de búsqueda.
Filtrar por tipo
- Syntax plugins amplían sintaxis básica de DokuWiki.
- Action plugins reemplazan o amplían la funcionalidad básica de DokuWiki
- Admin plugins proporcionan herramientas de administración adicionales
- Helper plugins proporcionan funcionalidad compartida por otros plugins
- Render plugins añaden nuevos modos de exportación o sustituyen el estándar XHTML renderizado
- Remote plugins añaden métodos al Remote API (RAPI) accesibles a través de servicios web
- Auth plugins añaden módulos de identificación
- CLI plugins add commands to use at the Command Line Interface
Filtrar por Etiqueta
Etiquetados con 'namespace' (41)
Plugin Autor | Última actualización | Popularity |
---|
2022-08-07 |
789/23983 |
|
2022-01-23 |
9509/23983 |
|
|
2023-02-28 |
2411/23983 |
PhotoGallery Plugin
Download
This Syntax Plugin allows you to embed an automatically created image gallery into a page. |
2023-01-30 |
181/23983 |
User HomePage Plugin
Download
Creates users' private namespace and/or public page and redirects them to their own private namespace on login. The pages are base on customizable templates. The current version added the public page feature, a helper and many ACL settings to cover common |
2022-08-29 |
304/23983 |
appendtoquery Plugin
Download
Append a fixed string to all search queries. Can be used to restrict search to a single namespace. |
2021-11-13 |
0/23983 |
Gallery Plugin
Download
This Syntax Plugin allows you to embed an automatically created image gallery into a page |
2023-03-23 |
10314/23983 |
2020-11-10 |
62/23983 |
|
2021-01-03 |
57/23983 |
404Manager Plugin
Handle the soft 404 (file not found) for user and writer of DokuWiki by redirecting according to a configuration |
2018-08-21 |
25/23983 |
highlightparent Plugin
Download
Add “backto” links in the header of pages in subnamespaces of defined parent namespaces |
2018-09-05 |
73/23983 |
2022-08-01 |
6762/23983 |
|
Mini-Map Plugin
Shows the pages of the current namespace in a list bootstrap format, generally used in a side bar
|
2020-06-02 |
169/23983 |
2012-12-05 |
20/23983 |
|
|
2020-12-07 |
385/23983 |
2018-07-21 |
26/23983 |
2015-01-02 |
27/23983 |
|
MediaList Plugin
Download
Show a list of media files (images/archives...) referred in a given page or stored in a given namespace |
2016-08-24 |
270/23983 |
2016-01-24 |
156/23983 |
|
2010-02-18 |
61/23983 |
2017-01-14 |
4/23983 |
|
makemedians Plugin
Download
This plugin creates corresponding media namespace directory immediatly after page creation |
2016-07-12 |
6/23983 |
Dir Plugin
Download
Show content of current namespace, including sub namespaces and/or parent/sibling namespaces, in a table or list |
2014-07-15 |
348/23983 |
2011-08-11 |
455/23983 |
|
2016-02-02 |
60/23983 |
autosearch Plugin
Download
Handle s non-existent pages by redirecting to index sub-page if available; otherwise showing sub-pages and/or displaying Search Results |
2007-02-07 |
2/23983 |
confsearch Plugin
Download
A plugin that allow you to add a configurable searchbox in any part of the wiki. Very useful to add a search box for the current name space. |
2017-05-29 |
21/23983 |
fancysearch Plugin
Download
provides a dropdown list for common namespaces enhancing the search input |
2016-07-06 |
5/23983 |
|
2007-02-04 |
4/23983 |
galleryv1.5 Plugin
Download
This Syntax Plugin allows you to embed an automatically created image gallery into a page. In addition there is a magazine Layout and a paged browsing Option |
2007-11-12 |
0/23983 |
ImageFlow Plugin
Download
CoverFlow like Gallery for DokuWiki. Support for images and namespaces. Lightbox Effect for images and pages (display a page in a lightbox). |
2021-12-20 |
92/23983 |
2009-01-13 |
1/23983 |
|
isns Plugin
Download
If called page doesn't exist, convert page name in namespace name and try to open the index |
2006-01-18 |
1/23983 |
2011-10-11 |
3/23983 |
|
NamespaceSearch Plugin
Download
Provides a dropdown list for common namespaces enhancing the search input. |
2017-05-15 |
26/23983 |
|
2007-06-15 |
9/23983 |
|
2007-11-22 |
1/23983 |
|
2016-02-02 |
4/23983 |
|
2021-03-17 |
12/23983 |
relativens plugin
Download
Links & media that don't start with / or : default to being relative to the namespace in which the current page is. |
2008-12-31 |
1/23983 |
2012-11-06 |
4/23983 |
Los valores de popularidad (Popularity) se basan en datos recogidos mediante el plugin popularity. Por favor, ayúdanos a mejorar la precisión aportando tus datos mediante este plugin.
Creación de plugins
Hay distintos tipos de plugin que interaccionan con distintas partes de DokuWiki. Un plugin puede pertenecer a múltiples tipos. Los enlaces siguientes deberían ayudarte a empezar a escribir tu propio plugin de DocuWiki. Eso sí, de momento están en inglés.
- Syntax Plugins ( Manual )
- Admin Plugins ( Manual )
- Action Plugins ( Manual )
- Renderer Plugins ( Manual )
- Helper Plugins ( Manual )
Un par de consejos de referencia, útiles al escribir plugins de cualquier tipo:
Si has creado un plugin, por favor, compártelo con la comunidad. Simplemente cera una página con el nombre de tu plugin en el espacio de nombres de plugin. O sea, si tu plugin se llama ejemplo
crea una página plugin:ejemplo
aquí, en el wiki. Nota: no está permitido subir ficheros, así que o bien pones el código, o utilizas cualquiera de los servicios de alojamiento de la red.
Pedir un plugin
Si necesitas alguna funcionalidad específica en DokuWiki pero no tienes los conocimientos o recursos necesarios para escribir tu propio plugin, puedes sugerirla a la comunidad para que la considere.
Para solicitar la creación de un nuevo plugin o discutir sobre ideas de plugins, puedes consultar (siempre que te manejes con el inglés) el Plugin Wishlist Forum.
Peticiones recientes::