Home
last modified time | relevance | path

Searched refs:catmenu (Results 1 – 13 of 13) sorted by relevance

/plugin/catmenu/
H A Dstyle.css1 .catmenu {
8 .catmenu > .menu-item:first-of-type {
11 .catmenu .menu-item {
15 .catmenu .menu-item a {
19 .catmenu .menu-item .header a,
20 .catmenu .menu-item .header a:visited,
21 .catmenu .menu-item .header a:hover,
22 .catmenu .menu-item .header a:active {
25 .catmenu > .menu-item > .header {
32 .catmenu .header.current {
[all …]
H A DREADME_EN3 `catmenu` displays a tree menu (pages + subfolders) for a DokuWiki namespace.
8 {{catmenu>namespace}}
14 {{catmenu>.}}
15 {{catmenu>wiki}}
16 {{catmenu>docs:projet}}
40 - `catmenu` uses [pagesicon](https://www.dokuwiki.org/plugin:pagesicon) to display icons when `page…
H A DREADME3 `catmenu` affiche un menu arborescent (pages + sous-dossiers) pour un namespace DokuWiki.
8 {{catmenu>namespace}}
14 {{catmenu>.}}
15 {{catmenu>wiki}}
16 {{catmenu>docs:projet}}
40 - `catmenu` utilise le plugin [pagesicon](https://www.dokuwiki.org/plugin:pagesicon) pour afficher …
H A DDOKU_EN28 The **catmenu** plugin allows you to:
37 * ''{{catmenu>namespace}}''
40 * ''{{catmenu>.}}'' (current namespace)
41 * ''{{catmenu>wiki}}''
42 * ''{{catmenu>docs:project}}''
H A DDOKU28 Le plugin **catmenu** permet :
37 * ''{{catmenu>namespace}}''
40 * ''{{catmenu>.}}'' (namespace courant)
41 * ''{{catmenu>wiki}}''
42 * ''{{catmenu>docs:projet}}''
H A Dplugin.info.txt1 base catmenu
/plugin/catmenu/script/
H A Dprosemirror.js8 … const i18n = (window.LANG && LANG.plugins && LANG.plugins.catmenu) ? LANG.plugins.catmenu : {};
28 JSINFO.plugins.catmenu
29 ? JSINFO.plugins.catmenu.show_in_editor_menu
118 if (schema.nodes.catmenu) {
119 return schema.nodes.catmenu.createChecked({syntax: normalized});
303 return !!(schema.nodes.catmenu || schema.nodes.dwplugin_block);
347 …window.Prosemirror.pluginNodeViews.catmenu = (node, view, getPos) => new CatmenuNodeView(node, vie… function
/plugin/catmenu/parser/
H A DCatmenuNode.php3 namespace dokuwiki\plugin\catmenu\parser;
/plugin/catmenu/action/
H A Dprosemirror.php3 use dokuwiki\plugin\catmenu\parser\CatmenuNode;
/plugin/pagesicon/
H A DREADME_EN.md8 - a **helper** (reusable API for other plugins like `catmenu` and `visualindex`).
H A DDOKU_EN.md35 * expose a helper API for other plugins (e.g. catmenu, visualindex).
H A DDOKU.md35 * d'exposer une API helper pour les autres plugins (ex. : catmenu, visualindex).
H A DREADME.md8 - un **helper** (API réutilisable par d'autres plugins, comme `catmenu` et `visualindex`).