1<img src="https://raw.githubusercontent.com/nomadjimbob/nomadjimbob/master/wiki/mikioplugin/images/mikio_plugin_header.png"> 2 3[](LICENSE) 4[](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 :file_folder: lib\ 23 :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-05-20_** 32 33 - AccordionItem, Alert, Blockquote, Card and CardBody now support containing 'protected' type which fixes some elements not rendering correctly (ie <<>code<>>) 34 35- **_2023-05-19_** 36 37 - Updated to include a polyfill for array_key_first if PHP < 7.3 38 39- **_2022-10-31_** 40 41 - Fixed 'link' type for Buttons 42 - Updated CSS to use CSS Variables (supporting switchable themes and style editor within Mikio template). Thanks chrbinder. 43 - variables.css no longer included if the mikio template is installed, active and version 2022-10-31 or greator 44 45- **_2022-01-18_** 46 47 - Fixed accordian not rendering tables inside itself [#15](https://github.com/nomadjimbob/mikioplugin/issues/15). Thanks Melphios 48 49- **_2021-12-15_** 50 51 - Added `autoclose` attribute to Accordions to close any other open accordion items other than the one clicked by the user. Requested by eFreshman 52 53- **_2021-12-14_** 54 55 - Fix Carousel not containing image by default [#14](https://github.com/nomadjimbob/mikioplugin/issues/14). Thanks eFreshman 56 57- **_2021-12-13_** 58 59 - Fix Struct Plugin Aggregation [#13](https://github.com/nomadjimbob/mikioplugin/issues/13). Thanks eFreshman 60 61- **_2021-11-13_** 62 63 - Carousel control colors can now be customized 64 - Carousel now supports circle indicators 65 - Dynamically build and fullscreen carousels now supported 66 - SyntaxRender method now correctly converts tagName to methodNames 67 68- **_2021-08-11_** 69 70 - Replace Windows directory separator in CSS paths 71 - Fixed path check in LESS engine on Windows 72 - Recompiled CSS 73 - Fixed PHP warnings 74 75- **_2021-08-10_** 76 77 - Button outline styling fix [#12](https://github.com/nomadjimbob/mikioplugin/issues/12) 78 - Added small margin to left and right of buttons 79 80- **_2021-07-13_** 81 82 - Element class shortcuts (eg text-center) working again 83 - LESS engine updated to match the Mikio theme 84 - LESS fallback to CSS 85 86- **_2021-04-23_** 87 88 - 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 89 - Adding a card-footer element inside a card-body element will now work. This fixes inside card elements 90 - Cards and Carousel images are now contained inside the element instead of covering the element 91 - Added `cover` attributes to Card and Carousel for images to cover element instead of being contained 92 - Height attribute bugfix for placeholders 93 94- **_2021-04-19_** 95 96 - Fixed images not always being contained within elements such as card headers [#9](https://github.com/nomadjimbob/mikioplugin/issues/9) 97 98- **_2021-03-05_** 99 100 - Added support for custom element types and styling [#6](https://github.com/nomadjimbob/mikioplugin/issues/6) 101 102- **_2021-03-02_** 103 - Fixed a dokuwiki rendering issue in card bodies [#7](https://github.com/nomadjimbob/mikioplugin/issues/7) 104 - Fixed a text alignment not being applied in alerts [#8](https://github.com/nomadjimbob/mikioplugin/issues/8) 105 106## Links 107 108- DokuWiki Plugin Page: (http://dokuwiki.org/plugin:mikioplugin) 109- Download: (https://github.com/nomadjimbob/mikioplugin/releases/latest) 110- Docs: (https://github.com/nomadjimbob/mikioplugin/wiki) 111- Donate: (https://www.ko-fi.com/nomadjimbob) 112- License: (https://raw.githubusercontent.com/nomadjimbob/mikioplugin/master/LICENSE) 113 114## Contributing 115 116Any contributions are appreciated. Please feel free to reach out to me at james.collins@outlook.com.au 117