Lines Matching refs:to

4 [![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/james.collins%40outlook.com.au)
8 This plugin can be used by itself, however is designed to complement the [Mikio DokuWiki template](http://dokuwiki.org/template:mikio).
31 If 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.
33 Simply 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.
39 - Added `<tags>` element to support rendering the page tags anywhere if using the Mikio theme [Mikio-#70](https://github.com/nomadjimbob/mikio/issues/70). Requested by garanovich.
41 - Added `align-` support to cards [#35](https://github.com/nomadjimbob/mikioplugin/issues/35). Requested by garanovich.
47 - Updated to support PHP 8.2
51 - `<col>` now supports the `vertical-align` option, defaulting to top [#30](https://github.com/nomadjimbob/mikioplugin/issues/30). Thanks EmmaKnijn.
66 - Fixed parsing to ignore <> symbols in element options which used to break the element.
67 - Added ability to create group radio items in a multiple quiz item by surrounding options in []. Requested by Dylan.
68 - Renamed pagenation to pagination while keep backwards compatibility.
70 - Updated pagination to use its own variables inside variables.css.
83 - Added `full` attribute to `quiz` to show the entire quiz.
84 - Quiz questions, text and options support basic markdown to bold and italic points.
90 - Added scoring and multiple options to the `quiz` elements. Requested by Dylan.
94 - Added support to justify individual components of the card. Requested by Dylan.
104 - Added support to disable tags.
117 - Added Nav item to create dropdown navigation items. [#18](https://github.com/nomadjimbob/mikioplugin/issues/18). Thanks armandostyl
126 - Updated to include a polyfill for array_key_first if PHP < 7.3
131 - Updated CSS to use CSS Variables (supporting switchable themes and style editor within Mikio template). Thanks chrbinder.
140 - Added `autoclose` attribute to Accordions to close any other open accordion items other than the one clicked by the user. Requested by eFreshman
155 - SyntaxRender method now correctly converts tagName to methodNames
167 - Added small margin to left and right of buttons
172 - LESS engine updated to match the Mikio theme
173 - LESS fallback to CSS
177 - 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
180 - Added `cover` attributes to Card and Carousel for images to cover element instead of being contained
205 Any contributions are appreciated. Please feel free to reach out to me at james.collins@outlook.com.au