xref: /plugin/mikioplugin/README.md (revision 6a8ce132ee7f679af64d1f8610f000730ef93359)
1<img src="https://raw.githubusercontent.com/nomadjimbob/nomadjimbob/master/wiki/mikioplugin/images/mikio_plugin_header.png">
2
3[![License: GPL-2](https://img.shields.io/github/license/nomadjimbob/mikioplugin?color=blue)](LICENSE)
4[![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/james.collins%40outlook.com.au)
5
6Mikio Plugin adds a heap of layout and Bootstrap 4 elements that can be used on your [DokuWiki](http://dokuwiki.org/) pages.
7
8This plugin can be used by itself, however is designed to complement the [Mikio DokuWiki template](http://dokuwiki.org/template:mikio).
9
10## Updating Styles
11
12You can update the colors used by the elements by editing the `/assets/variables.css` file. From version 2022-10-31 onwards, the theme supports darkmode within browsers.
13
14If you have the [Mikio DokuWiki template](http://dokuwiki.org/template:mikio) 2022-10-31 onwards installed, the `/assetrs/variables.css` will be ignored as the template adds the variables itself. These can be edited using
15**Template Style Settings** in your sites **Administration** page.
16
17## Setting Up
18
19Download the [latest release](https://github.com/nomadjimbob/mikioplugin/releases/latest) and place it in the\
20\
21:file_folder: dokuwiki\
22&nbsp;&nbsp;&nbsp;&nbsp;:file_folder: lib\
23&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:file_folder: plugins
24
25directory of your DokuWiki installation.
26
27Sometimes GitHub releases change the name of the mikioplugin directory, so make sure that the directory is `mikioplugin` else you may see errors in DokuWiki.
28
29## Releases
30
31-   **_2023-06-06_**
32
33    -   Added Nav item to create dropdown navigation items. [#18](https://github.com/nomadjimbob/mikioplugin/issues/18). Thanks armandostyl
34    -   Added support for elements in sidebars
35
36-   **_2023-05-20_**
37
38    -   AccordionItem, Alert, Blockquote, Card and CardBody now support containing 'protected' type which fixes some elements not rendering correctly (ie <&lt>code<&gt>)
39
40-   **_2023-05-19_**
41
42    -   Updated to include a polyfill for array_key_first if PHP < 7.3
43
44-   **_2022-10-31_**
45
46    -   Fixed 'link' type for Buttons
47    -   Updated CSS to use CSS Variables (supporting switchable themes and style editor within Mikio template). Thanks chrbinder.
48    -   variables.css no longer included if the mikio template is installed, active and version 2022-10-31 or greator
49
50-   **_2022-01-18_**
51
52    -   Fixed accordian not rendering tables inside itself [#15](https://github.com/nomadjimbob/mikioplugin/issues/15). Thanks Melphios
53
54-   **_2021-12-15_**
55
56    -   Added `autoclose` attribute to Accordions to close any other open accordion items other than the one clicked by the user. Requested by eFreshman
57
58-   **_2021-12-14_**
59
60    -   Fix Carousel not containing image by default [#14](https://github.com/nomadjimbob/mikioplugin/issues/14). Thanks eFreshman
61
62-   **_2021-12-13_**
63
64    -   Fix Struct Plugin Aggregation [#13](https://github.com/nomadjimbob/mikioplugin/issues/13). Thanks eFreshman
65
66-   **_2021-11-13_**
67
68    -   Carousel control colors can now be customized
69    -   Carousel now supports circle indicators
70    -   Dynamically build and fullscreen carousels now supported
71    -   SyntaxRender method now correctly converts tagName to methodNames
72
73-   **_2021-08-11_**
74
75    -   Replace Windows directory separator in CSS paths
76    -   Fixed path check in LESS engine on Windows
77    -   Recompiled CSS
78    -   Fixed PHP warnings
79
80-   **_2021-08-10_**
81
82    -   Button outline styling fix [#12](https://github.com/nomadjimbob/mikioplugin/issues/12)
83    -   Added small margin to left and right of buttons
84
85-   **_2021-07-13_**
86
87    -   Element class shortcuts (eg text-center) working again
88    -   LESS engine updated to match the Mikio theme
89    -   LESS fallback to CSS
90
91-   **_2021-04-23_**
92
93    -   Fixed Card element overflow issues. Cards will now be their own height when inside a row element. To force cards to all be the same height, wrap each card in a col element
94    -   Adding a card-footer element inside a card-body element will now work. This fixes inside card elements
95    -   Cards and Carousel images are now contained inside the element instead of covering the element
96    -   Added `cover` attributes to Card and Carousel for images to cover element instead of being contained
97    -   Height attribute bugfix for placeholders
98
99-   **_2021-04-19_**
100
101    -   Fixed images not always being contained within elements such as card headers [#9](https://github.com/nomadjimbob/mikioplugin/issues/9)
102
103-   **_2021-03-05_**
104
105    -   Added support for custom element types and styling [#6](https://github.com/nomadjimbob/mikioplugin/issues/6)
106
107-   **_2021-03-02_**
108    -   Fixed a dokuwiki rendering issue in card bodies [#7](https://github.com/nomadjimbob/mikioplugin/issues/7)
109    -   Fixed a text alignment not being applied in alerts [#8](https://github.com/nomadjimbob/mikioplugin/issues/8)
110
111## Links
112
113-   DokuWiki Plugin Page: (http://dokuwiki.org/plugin:mikioplugin)
114-   Download: (https://github.com/nomadjimbob/mikioplugin/releases/latest)
115-   Docs: (https://github.com/nomadjimbob/mikioplugin/wiki)
116-   Donate: (https://www.ko-fi.com/nomadjimbob)
117-   License: (https://raw.githubusercontent.com/nomadjimbob/mikioplugin/master/LICENSE)
118
119## Contributing
120
121Any contributions are appreciated. Please feel free to reach out to me at james.collins@outlook.com.au
122