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## Disabling Tags 30 31If a Mikio Plugin tag is conflicting with another plugins tag, or you want to simply disable a tag, you can do this in the `disabled-tags.php` file. 32 33Simply change the tag you want to disable to `true` instead of `false`. Pages that have already been generated while the tag was enabled will need to be regenerated. 34 35## Releases 36 37- **_2023-09-11_** 38 39 - Fixed small tag not being inline [#22](https://github.com/nomadjimbob/mikioplugin/issues/22). Thanks Rayaqu 40 - Added support to disable tags. 41 42- **_2023-09-03_** 43 44 - Fixed card height issues on smaller viewports. 45 - Fixed columns not stacking on small viewports when using sizing. [#21](https://github.com/nomadjimbob/mikioplugin/issues/21). Thanks armandostyl 46 47- **_2023-06-16_** 48 49 - Fixed spacing issues with listgroup items with mixed styles. [#20](https://github.com/nomadjimbob/mikioplugin/issues/20). Thanks armandostyl 50 51- **_2023-06-06_** 52 53 - Added Nav item to create dropdown navigation items. [#18](https://github.com/nomadjimbob/mikioplugin/issues/18). Thanks armandostyl 54 - Added support for elements in sidebars 55 56- **_2023-05-20_** 57 58 - AccordionItem, Alert, Blockquote, Card and CardBody now support containing 'protected' type which fixes some elements not rendering correctly (ie <<>code<>>) 59 60- **_2023-05-19_** 61 62 - Updated to include a polyfill for array_key_first if PHP < 7.3 63 64- **_2022-10-31_** 65 66 - Fixed 'link' type for Buttons 67 - Updated CSS to use CSS Variables (supporting switchable themes and style editor within Mikio template). Thanks chrbinder. 68 - variables.css no longer included if the mikio template is installed, active and version 2022-10-31 or greator 69 70- **_2022-01-18_** 71 72 - Fixed accordian not rendering tables inside itself [#15](https://github.com/nomadjimbob/mikioplugin/issues/15). Thanks Melphios 73 74- **_2021-12-15_** 75 76 - Added `autoclose` attribute to Accordions to close any other open accordion items other than the one clicked by the user. Requested by eFreshman 77 78- **_2021-12-14_** 79 80 - Fix Carousel not containing image by default [#14](https://github.com/nomadjimbob/mikioplugin/issues/14). Thanks eFreshman 81 82- **_2021-12-13_** 83 84 - Fix Struct Plugin Aggregation [#13](https://github.com/nomadjimbob/mikioplugin/issues/13). Thanks eFreshman 85 86- **_2021-11-13_** 87 88 - Carousel control colors can now be customized 89 - Carousel now supports circle indicators 90 - Dynamically build and fullscreen carousels now supported 91 - SyntaxRender method now correctly converts tagName to methodNames 92 93- **_2021-08-11_** 94 95 - Replace Windows directory separator in CSS paths 96 - Fixed path check in LESS engine on Windows 97 - Recompiled CSS 98 - Fixed PHP warnings 99 100- **_2021-08-10_** 101 102 - Button outline styling fix [#12](https://github.com/nomadjimbob/mikioplugin/issues/12) 103 - Added small margin to left and right of buttons 104 105- **_2021-07-13_** 106 107 - Element class shortcuts (eg text-center) working again 108 - LESS engine updated to match the Mikio theme 109 - LESS fallback to CSS 110 111- **_2021-04-23_** 112 113 - 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 114 - Adding a card-footer element inside a card-body element will now work. This fixes inside card elements 115 - Cards and Carousel images are now contained inside the element instead of covering the element 116 - Added `cover` attributes to Card and Carousel for images to cover element instead of being contained 117 - Height attribute bugfix for placeholders 118 119- **_2021-04-19_** 120 121 - Fixed images not always being contained within elements such as card headers [#9](https://github.com/nomadjimbob/mikioplugin/issues/9) 122 123- **_2021-03-05_** 124 125 - Added support for custom element types and styling [#6](https://github.com/nomadjimbob/mikioplugin/issues/6) 126 127- **_2021-03-02_** 128 - Fixed a dokuwiki rendering issue in card bodies [#7](https://github.com/nomadjimbob/mikioplugin/issues/7) 129 - Fixed a text alignment not being applied in alerts [#8](https://github.com/nomadjimbob/mikioplugin/issues/8) 130 131## Links 132 133- DokuWiki Plugin Page: (http://dokuwiki.org/plugin:mikioplugin) 134- Download: (https://github.com/nomadjimbob/mikioplugin/releases/latest) 135- Docs: (https://github.com/nomadjimbob/mikioplugin/wiki) 136- Donate: (https://www.ko-fi.com/nomadjimbob) 137- License: (https://raw.githubusercontent.com/nomadjimbob/mikioplugin/master/LICENSE) 138 139## Contributing 140 141Any contributions are appreciated. Please feel free to reach out to me at james.collins@outlook.com.au 142