1# Mikio DokuWiki Template 2 3 4 5## About 6 7`Mikio` is a Bootstrap 4 style template for [DokuWiki](http://dokuwiki.org) 8 9## Features 10 11- [bootstrap styling](http://getbootstrap.com/) 12- Navbar with dropdown support 13- Sub navbar support (using a page named submenu) 14- Right sidebar 15- Hero element 16- Icon support 17- Customizable breadcrumbs 18- Theming support 19- Tags plugin support 20- Mobile friendly 21- Typeahead search support 22 23## Possible Breaking Changes 24 25- 2023-05-13 26 27 - Table styling had a long-standing bug found by RonaldPR which has been fixed. This fix may require updating the styling if your website was relying on this bug. 28 29- 2022-10-04 30 31 - Some elements now have their own color options to allow finer control of your website design. 32 33- 2022-04-25 34 35 - Added support for the defer js option in Hogsfather to override the templates default defer action of always. 36 - The new Typeahead search feature is enabled by default. This can be turned off in the config. 37 38- 2022-03-05 39 40 - Breadcrumbs and You Are Here have now been seperated instead of combined. This removed the options `breadcrumbHome` and `breadcrumbShowLast` for the breadcrumbs as it only applies to the 'you are here' bar. **Breadcrumbs and You Are Here options may have reset** 41 42- 2020-09-27 43 - Sidebars now collapse by default on mobile. This can be overridden with the `sidebarMobileDefaultCollapse` option 44 - The mikio LESS stylesheet is now disabled by default, with a precompilied CSS used. This can be reverted using the `useLESS` option 45 46## Incompatibilities 47 48**Comment Syntax support** converts custom control macros such as the Mikio macro `~~hero-image ...~~` into comments. If you plan to use this extension on your site, you will need to use the alternative macro format of `-~hero-image ...~-` for Mikio to detect the information. 49 50## Configuration 51 52The configuration can be changed with the [Configuration Manager Plugin](https://www.dokuwiki.org/plugin:config) 53 54- `iconTag` : icon tag to use to engage the icon engine. Default to `icon` 55- `customTheme` : the mikio theme to use, located in the `mikio/themes` directory 56- `showNotifications` : where to show site notifications for admin staff 57- `useLESS` : use the LESS compilier or direct CSS for the mikio stylesheet. Requires the ctype PHP extension installed 58- `brandURLGuest` : change the brand URL for guests. Leave blank to use the default 59- `brandURLUser` : change the brand URL for logged-in users. Leave blank to use the default 60 61- `navbarUseTitleIcon` : show the site logo in the navbar 62- `navbarUseTitleText` : show the site title in the navbar 63- `navbarUseTaglineText` : show the site tagline in the navbar. Requires the `navbarUseTitleText` to be enabled 64- `navbarCustomMenuText` : custom menu to use in the navbar. Menu items are in the format of url|title with each item seperated by a semicolon. Requires one of the `navbarPos` to be set to `custom` 65 66- `navbarDWMenuType` : how to show the DokuWiki menu items in the navbar. Can be either icons, text or both 67- `navbarDWMenuCombine` : how to show the DokuWiki menu in the navbar. Can be either category dropdowns, single items or a combined dropdown. The combined menu title is pulled from the `tools-menu` language value 68 69- `navbarPosLeft` : what menu to show on the left of the navbar 70- `navbarPosMiddle` : what menu to show in the middle of the navbar 71- `navbarPosRight` : what menu to show on the right of the navbar 72- `navbarShowSub` : show the sub navbar. This menu is pulled from the `submenu` page in the current or parent namespaces. The menu is also shown on child pages. If no page is found, the sub navbar is automatically hidden 73 74- `navbarItemShowCreate` : show the Create Page menu item 75- `navbarItemShowShow` : show the Show Page menu item 76- `navbarItemShowRevs` : show the Revisions menu item 77- `navbarItemShowBacklink` : show the Backlinks menu item 78- `navbarItemShowRecent` : show the Recent Changes menu item 79- `navbarItemShowMedia` : show the Media Manager menu item 80- `navbarItemShowIndex` : show the Sitemap menu item 81- `navbarItemShowProfile` : show the Update Profile menu item 82- `navbarItemShowAdmin` : show the Admin menu item 83- `navbarItemShowLogin` : show the Login menu item 84- `navbarItemShowLogout` : show the Logout menu item 85 86- `searchButton` : show the search button as an icon or text 87- `searchUseTypeahead` : use [Typeahead](https://github.com/bassjobsen/Bootstrap-3-Typeahead) page suggestions in search bar 88 89- `heroTitle` : show the hero block on pages 90- `heroImagePropagation` : search for hero images in parent namespaces if none is found in the current namespace 91 92- `tagsConsolidate` : Consolidate tags found in the current page and display it in the hero, content header or sidebar 93- `tagsShowHero` : Show the tags in the hero element of the page. Can be turned off if using the `<tags>` element in the MikioPlugin 94 95- `breadcrumbHideHome` : hide breadcrumbs in the root namespace 96- `breadcrumbPosition` : where to display the breadcrumbs, either under the navbar, in the hero element or above the page content 97- `breadcrumbPrefix` : enable changing the breadcrumb prefix 98- `breadcrumbPrefixText` : text to set the breadcrumb prefix. Requires `breadcrumbPrefix` to be enabled 99- `breadcrumbSep` : enable changing the breadcrumb seperator 100- `breadcrumbSepText` : text to set the breadcrumb seperator. Requires `breadcrumbSep` to be enabled 101 102- `youarehereHideHome` : hide you are here in the root namespace 103- `youareherePosition` : where to display the 'you are here', either under the navbar, in the hero element or above the page content 104- `youareherePrefix` : enable changing the 'you are here' prefix 105- `youareherePrefixText` : text to set the 'you are here' prefix. Requires `you are herePrefix` to be enabled 106- `youarehereSep` : enable changing the 'you are here' seperator 107- `youarehereSepText` : text to set the 'you are here' seperator. Requires `you are hereSep` to be enabled 108- `youarehereHome` : change the 'you are here' home item to none, page title of root page, 'home' or an icon/image. The 'home' text is pulled from the `home` language value 109- `youarehereShowLast` : only show an amount of you are here from the last. Will also show the home item in the list if enabled. Set this to `0` to show all items 110 111- `sidebarShowLeft` : show the left sidebar if content is found 112- `sidebarLeftRow1` : content to show in the first row of the left sidebar 113- `sidebarLeftRow2` : content to show in the second row of the left sidebar 114- `sidebarLeftRow3` : content to show in the third row of the left sidebar 115- `sidebarLeftRow4` : content to show in the forth row of the left sidebar 116- `sidebarMobileDefaultCollapse` : collapse the sidebars by default when viewed on mobile 117- `sidebarShowRight` : show the right sidebar if content is found 118 119- `tocFull` : show the table of contents as a full height item 120 121- `pageToolsFloating` : when and if to show the floating page tools 122- `pageToolsFooter` 123 124- `pageToolsShowCreate` : show the Create Page item 125- `pageToolsShowEdit` : show the Edit Page item 126- `pageToolsShowRevs` : show the Revisions item 127- `pageToolsShowBacklink` : show the Backlinks item 128- `pageToolsShowTop` : show the Back to Top item 129 130- `footerCustomMenuText` : custom menu to use in the footer. Menu items are in the format of url|title with each item seperated by a semicolon 131- `footerSearch` : show the search bar in the footer 132 133- `licenseType` : how to show the license in the footer 134- `licenseImageOnly` : show the license in the footer as an image only. Requires `licenseType` to at least be enabled 135 136- `includePageUseACL` : respect ACL when including pages 137- `includePagePropagate` : search parent namespaces when including pages 138 139## Right Sidebar 140The right sidebar can be applied by creating a normal wiki page called "rightsidebar". Go to http://your-wiki.com/doku.php?id=rightsidebar, click "Create this page", edit the page, save, and you're done. That's it, your saved changes will appear in your right sidebar. 141 142## Include Pages 143 144The following pages can be either html files in the root of the template or a page in the namespace. Namespace pages take priority. 145 146- `topheader` : content to include above the navbar 147- `header` : content include below the navbar but above the page content 148- `contentheader` : content to include above the page content 149- `contentfooter` : content to include below the page content 150- `sidebarheader` : content to include above the left sidebar content 151- `sidebarfooter` : content to include below the left sidebar content 152- `rightsidebarheader` : content to include above the right sidebar content 153- `rightsidebarfooter` : content to include below the right sidebar content 154- `footer` : content to include in the footer 155- `bottomfooter` : content to include below the footer 156 157## Include Images 158 159The following images can be used to replace content in the 160template. Images can be in `TEMPLATE_ROOT/images/`, 161`TEMPLATE_ROOT/themes/THEME/images/`, or in the namespace. Images can 162be either png, jpg, gif or svg. 163 164- `logo` : site logo in the navbar 165- `breadcrumb-prefix` breadcrumb prefix 166- `breadcrumb-sep` breadcrumb seperator 167- `hero` hero image for hero element 168 169## Hero Element 170 171- `title` : The hero title is sourced from the page title. The page title is removed from the page content 172- `subtitle` : Pages can set the subtitle by inserting `~~hero-subtitle TEXT~~` in the page content 173- `image` : The hero image is sourced from an image named hero in the current or parental namespace. Namespace searching can be confined by the `includePagePropagate` setting. Pages can also override the image by inserting `~~hero-image URL~~` in the page content. DokuWiki and external URLs are supported. The height of the image area is 240px while the width is 33% of the window width. It is recommended to use an image of at least 480x240 (2:1) 174- `colors` : Colors can be overridden by including `~~hero-colors BACKGROUND_COLOR HERO_TITLE_COLOR HERO_SUBTITLE_COLOR BREADCRUMB_TEXT_COLOR BREADCRUMB_HOVER_COLOR~~`. You do not need to include all the color options. Use 'initial' to skip a color override 175 176Namespaces can also apply the above hero settings in child pages by including the above settings in a page named `theme`. 177 178## Hiding Elements 179 180Mikio now supports hiding elements using the `~~hide-parts (parts)~~` macro. Each element within the hide-parts macro is required to be seperated by spaces. Currently, the following parts are supported: 181 182- `topheader` : content above the navbar 183- `navbar` : the main navigation bar 184- `header` : content below the navbar but above the page content 185- `hero` : the page hero bar 186- `contentheader` : content above the page content 187- `contentfooter` : content below the page content 188- `sidebarheader` : content above the left sidebar content 189- `sidebarfooter` : content below the left sidebar content 190- `rightsidebarheader` : content above the right sidebar content 191- `rightsidebarfooter` : content below the right sidebar content 192- `footer` : content in the footer 193- `bottomfooter` : content below the footer 194 195To hide the topheader, navbar and hero, you would use the macro `~~hide-parts topheader navbar hero~~` 196 197## Icon Engine 198 199- Mikio includes an icon engine that allows you to include icons in your pages by using <icon OPTIONS> in your content 200- If the icon tag conflicts with another plugin, you can change the tag from `icon` to a user set value in the settings 201- By default, Mikio enables FontAwesome 4 by also includes FontAwesome 5, Elusive 2 and Bootstrap Icons which can be enabled by uncommenting their inclusions in `/icons/icons.php` 202 203Users can also add their own icon sets into the template. Supported icon sets can either be webfonts or indivial files (such as an SVG library). Instructions can be found in the `/icons/icons.php` file. 204 205## Customizing Page Footer Info Text 206 207By default, Dokuwiki inserts the text `start.txt · Last modified: 2023/12/04 10:57...` on each page. This can now be customized in the config. 208 209You can use the follow placeholders to insert page attributes: 210 211- `{file}` - The file name of the page 212- `{date}` - The last modification date of the page 213- `{user}` - The user whom last edited the page 214- `{locked}` - The user who has the page currently locked 215 216You can also use Dokuwiki language settings by wrapping the string ID with the percentage symbol. For example use to the language string set against `lastmod`, use `%lastmod%`. In a default install under english, `%lastmod%` will be replaced with `Last modified:`. 217 218There is also support for simple optional text. By wrapping text in square brackets and at the beginning of the square bracket, inserting the placeholder name followed by an equals sign, if the placeholder exists, then the contents of the square brackets will be parsed. There is also support for `LOGGEDIN` to check if there is a logged-in user. 219 220For example the string `Hello[LOGGEDIN= by {user}]` would output as `Hello` if the vistor is a guest (not logged in) or `Hello by james` if the visitor has logged into the site. 221 222Optionals can also be stacked, for example `Hello[LOGGEDIN=[USER= by {user}]]`. the `by {user}` would only be present if there is a logged-in user AND the page has a user editor set. 223 224Of course, you can leave the setting blank to hide the page info altogether. 225 226The default value which is the same standard DokuWiki is: `{file} · %lastmod% {date}[LOGGEDIN=[USER= %by% {user}][LOCKED= · %lockedby% {locked}]]` 227 228## Themes 229 230Themes should be placed in the themes directory, in its own directory. LESS files are supported. 231 232## Dark Mode 233 234Mikio now supports dark mode! When the user prefers a dark theme, or has selected dark mode, the html tag will set the theme dataset to `theme-dark`, else it will be `theme-light`. 235 236You can detect this in CSS using: 237 238``` 239:root[data-theme="theme-dark"] { 240 // CSS selectors here 241} 242``` 243 244or in Javascript using: 245 246``` 247const html = document.querySelector('html'); 248if(html.dataset.theme == 'theme-dark') { 249 // ... 250} 251``` 252 253To set a Dark Mode icon in the navigation bar, upload an image named `logo-dark.png` using the media manager in the root namespace or save the image inside the images directory of the template. 254 255## Mikio Plugin 256 257The [Mikio Plugin](https://github.com/nomadjimbob/mikioplugin/) is also available to add bootstrap 4 style + more elements to DokuWiki pages. 258 259If the plugin is installed, the **Template Styles Settings** page will be expanded to allow directly editing the plugin element styling. 260 261## Languages 262 263- `sidebar-title` : Text for the collapsable block in the sidebar 264- `tools-menu` : Text for the combined tools DokuWiki menu title 265- `home` : Text for the breadcrumb home title 266 267## Releases 268 269- **_NEXT_** 270 - Fixed incorrect parsing of the search template [#114](https://github.com/nomadjimbob/mikio/issues/114). Thanks reissmann. 271 - Fixed parsing issue with special HTML characters with the hero and widnow title [#113](https://github.com/nomadjimbob/mikio/issues/113). Thanks nicola-myo and fiwswe. 272 273- **_2025-09-24_** 274 - Fixed security vulnerability, parsing less error discloses the physical path. Reported by B Mercer. 275 - Fixed page tools visibility [#110](https://github.com/nomadjimbob/mikio/pull/110), [#112](https://github.com/nomadjimbob/mikio/pull/112). Thanks a2belugin, box789. 276 - Added Russian translation [#111](https://github.com/nomadjimbob/mikio/pull/111). Thanks box789. 277 - Added ability to translate Back and View Page strings in the breadcrumb [#109](https://github.com/nomadjimbob/mikio/pull/109). Thanks box789. 278 - Fixed media manager description list not being readable in dark mode [#96](https://github.com/nomadjimbob/mikio/issues/96). Thanks macin. 279 - Improved language support in the configuration options [#94](https://github.com/nomadjimbob/mikio/issues/94). Thanks Little-Data. 280 - Added support to default to dark theme in the template options [#95](https://github.com/nomadjimbob/mikio/issues/95). Requested by jeffka11. 281 - Fix dynamic variable creation depreciation warnings in the lessc engine 282 - Will now detect if `mbstring` is missing from your PHP installation is not use these helper methods [#102](https://github.com/nomadjimbob/mikio/issues/102). Thanks Naomitor. 283 - Fixed overflow bug with large number of trace items on small displays [#104](https://github.com/nomadjimbob/mikio/issues/104). Thanks looowizz. 284 285- **_2025-04-24_** 286 - Fix typo preventing logged_in_user from showing [#105](https://github.com/nomadjimbob/mikio/pull/105). Thanks ChaosKid42. 287 - Added support for the Chinese language [#91](https://github.com/nomadjimbob/mikio/pull/91). Thanks Little-data. 288 - `navbarTitleIconHeight` and `navbarTitleIconWidth` will now override any automatic navbar logo height and width which fixes non-square SVGs [#98](https://github.com/nomadjimbob/mikio/issues/98). Thanks macin. 289 - Added support for Dark Mode logos in the navbar [#98](https://github.com/nomadjimbob/mikio/issues/98). Requested by macin. 290 - Fixed table alignments not being applied [#86](https://github.com/nomadjimbob/mikio/issues/86). Thanks aloade. 291 - Fixed empty menus being shown when all items have been disabled [#88](https://github.com/nomadjimbob/mikio/issues/88). Thanks aloade. 292 - Fixed styling issues in the Media Manager [#85](https://github.com/nomadjimbob/mikio/issues/85). Thanks aloade. 293 - Fixed issue with languages other than english not being supported correctly [#81](https://github.com/nomadjimbob/mikio/issues/81). Requested by Little-Data. 294 - Added support to set the maximum width of the navbar search box [#73](https://github.com/nomadjimbob/mikio/issues/73). Requested by macin. 295 - Added styling support for footnotes [#87](https://github.com/nomadjimbob/mikio/issues/87). Thanks aloade. 296 - Fixed missing configuration data. 297 - Added navbar support for versionswicher plugin [#79](https://github.com/nomadjimbob/mikio/issues/79). Requested by macin. 298 - Fixed input backgrounds not rendering colours correctly in some circumstances on the configuration page. 299 - Fixed styling on input fields in darkmode. Style.ini now supports separate input options [#82](https://github.com/nomadjimbob/mikio/issues/82). Thanks BioSehnsucht. 300 - Fixed padding on inline code blocks to be smaller. 301 - Cleaned up the display of the versionswitcher syntax. Thanks macin. 302 - Fixed incorrect language entries [#78](https://github.com/nomadjimbob/mikio/issues/78). Thanks Little-Data. 303 - Fixed incorrect padding on code/pre blocks [#77](https://github.com/nomadjimbob/mikio/issues/77). Thanks macin. 304 305- **_2024-06-05_** 306 307 - Fix tag text colouring not applying correctly. 308 - Allow hiding tags in hero if using `<tags>` element in the MikioPlugin [#70](https://github.com/nomadjimbob/mikio/issues/70). Requested by garanovich. 309 310- **_2024-05-03_** 311 - Fixed incorrect style file names. Thanks, Wolfram. 312 - Table cell padding now adjustable through the style config page. Thanks Hakker. 313 - Added ability to style row border color through the style config page. Thanks Elanndelh. 314 - Added option to make the left sidebar sticky. Requested by Wolfram. 315 316- **_2024-02-09_** 317 - Added support for DokuWiki Kaos 318 - Updated to support PHP 8.2 319 - Added access key support to page elements [#64](https://github.com/nomadjimbob/mikio/issues/64). Thanks rebeka-catalina. 320 321- **_2023-12-12_** 322 323 - `autoDarkLight` configuration setting will override user setting when `showDarkLight` is disabled [#56](https://github.com/nomadjimbob/mikio/issues/56). 324 - Cookies used in the template now use the upcoming `SameSite` requirement. 325 - Fixed snapshots not being detected and causing script loading issues [#57](https://github.com/nomadjimbob/mikio/issues/57). Thanks schplurtz. 326 - Updated the typescript library to support jQuery compatibility mode [#57](https://github.com/nomadjimbob/mikio/issues/57). Thanks schplurtz. 327 - Fixed bug in config for showNotifications not being a dropdown. 328 - Changed default value of showNotifications to `always` to reflect DokuWiki. [#58](https://github.com/nomadjimbob/mikio/issues/58). Thanks schplurtz. 329 - Fixed z-index bug with the sub navbar. [#60](https://github.com/nomadjimbob/mikio/issues/60). Thanks schplurtz. 330 331- **_2023-12-11_** 332 333 - Fixed bug with tags not correctly coloured. [#59](https://github.com/nomadjimbob/mikio/issues/59). Thanks WetenSchaap. 334 335- **_2023-12-04_** 336 337 - Added ability to customize the page footer info text. 338 339- **_2023-10-30_** 340 341 - Added support for the FastWiki plugin. Requested by kjumybit. 342 - Fixed panels on the Administration page sometimes showing dots as part of the name. 343 344- **_2023-10-20_** 345 346 - Fixed LESS engine not being discovered when DokuWiki is hosted in a subdirectory. Thanks, Jan. 347 348- **_2023-10-16_** 349 350 - Added color picker selector back to style page. Requested by Jan. 351 352- **_2023-10-14_** 353 354 - Fixed bug where external page tools where not showing in the toolbar. Thanks, Jan. 355 356- **_2023-06-05_** 357 358 - Fixed bug with `~~hide-parts~~` no longer working. [#52](https://github.com/nomadjimbob/mikio/issues/52). Thanks nathanmcguire. 359 - Mikio Control Macros now support the format `-~SETTING~-` as well as the standard `~~SETTING~~`. This fixes an incompatibility with the [Comment Syntax support](https://www.dokuwiki.org/plugin:commentsyntax) extension. 360 361- **_2023-05-19_** 362 363 - Fixed notifications appearing in weird places at times. 364 - Setting `tpl»mikio»showNotifications` to an empty string is the same as setting it to `always`. 365 - Fixed languages not shown in dropdown correctly with the 'translate' plugin when `plugin»translation»dropdown` is turned on. 366 - Fixed some css issues on small screens. 367 368- **_2023-05-18_** 369 370 - Added automatic Light/Dark mode option (disabled by default). 371 - Added support for the [translate plugin](https://www.dokuwiki.org/plugin:translation). 372 373- **_2023-05-13_** 374 375 - Fixed tables not being styling correctly and incorrect language used in the styling config [#50](https://github.com/nomadjimbob/mikio/issues/50). Thanks RonaldPR. 376 - The themes LessC engine will output any exceptions that occur in the fallback CSS to help track issues. 377 378- **_2023-05-11_** 379 380 - Fixed empty scrollbars being shown when TOC is set to full height [#49](https://github.com/nomadjimbob/mikio/issues/49). Thanks vitaprimo and RonaldPR. 381 - Added a `noshadow` subtheme 382 383- **_2022-10-31_** 384 385 - Added support to directly editing Mikio Plugin within Template Style Settings. 386 387- **_2022-10-12_** 388 389 - Fixed blank page being displayed instead of media detail [#48](https://github.com/nomadjimbob/mikio/issues/48). Thanks spratinatin 390 391- **_2022-10-09_** 392 393 - Fixed issue of new elements not being added to CSS when a custom template style is set 394 - Fixed issue of wiki page style (existing and missing) not taking priority of link colouring 395 - Added support for styling link pseudo classes (visited, hover, active) for links and page links [#47](https://github.com/nomadjimbob/mikio/issues/47). Thanks chrbinder 396 397- **_2022-10-04_** 398 399 - Cleaned up the code to PHPCS standards 400 - Fixed breadcrumb layouts on mobile [#31](https://github.com/nomadjimbob/mikio/issues/31) 401 - Fixed Media Manager on small displays 402 - Fixed layout compatiblity on Greebo 403 - Fixed search results layout [#41](https://github.com/nomadjimbob/mikio/issues/41) 404 - Added Dark-mode support [#43](https://github.com/nomadjimbob/mikio/issues/43). Thanks chrbinder 405 - Fixed incorrect file names listed [#45](https://github.com/nomadjimbob/mikio/issues/45). Thanks babudro 406 - Fixed sidebars not showing [#46](https://github.com/nomadjimbob/mikio/issues/46). Thanks dasbenjo 407 408- **_2022-05-10_** 409 410 - Added support to directly set title icon width and height in config. Thanks AlexiaR 411 412- **_2022-05-05_** 413 414 - Fixed searching for images in the theme directory [#42](https://github.com/nomadjimbob/mikio/issues/42). Thanks cmacmackin 415 - Added support for the defer js option, previously always deferred [#39](https://github.com/nomadjimbob/mikio/issues/39). Thanks cmacmackin 416 - Added typeahead search [#40](https://github.com/nomadjimbob/mikio/issues/40). Thanks cmacmackin 417 - Fixed double breadcrumb options on admin pages 418 - Added sticky top header, navbar and header options. Thanks chitland 419 420- **_2022-03-05_** 421 422 - Fixed page tools in footer not being horizontal [#38](https://github.com/nomadjimbob/mikio/issues/38). Thanks chitland 423 - Fixed Mikio Config headers disappearing in some cases 424 - Separated Breadcrumbs and You Are Here items [#36](https://github.com/nomadjimbob/mikio/issues/36). Thanks chitland 425 426- **_2021-12-11_** 427 428 - Added table row background styling options 429 - Fixed styling issue when using the indexmenu plugin [#35](https://github.com/nomadjimbob/mikio/issues/35). Thanks 3ole. 430 - Fixed inconsitant tab/spaces in mikio.less and mikio.css 431 - Removed debug logs from mikio.js 432 - Fixed input placeholders not hiding in prepopulated fields [#34](https://github.com/nomadjimbob/mikio/issues/34) 433 - Added option to hide menu and page tool items [#32](https://github.com/nomadjimbob/mikio/issues/32). Thanks annievoss. 434 - Fixed compadibility with BookCreator [#26](https://github.com/nomadjimbob/mikio/issues/26). Thanks johncourtland. 435 - Fixed Greebo styling errors not present in Hogsfather 436 437- **_2021-08-11_** 438 439 - Fixed path check on Windows [#33](https://github.com/nomadjimbob/mikio/issues/33) 440 - Recompilied CSS 441 442- **_2021-06-17_** 443 444 - Added support for navbar title link to use showpageafterlogin setting if installed [#27](https://github.com/nomadjimbob/mikio/issues/27) 445 446- **_2021-06-09_** 447 448 - TOC is now full width on mobile [#25](https://github.com/nomadjimbob/mikio/issues/25) 449 - Hamburger and sidebar icons are now displayed correctly [#23](https://github.com/nomadjimbob/mikio/issues/23), [#24](https://github.com/nomadjimbob/mikio/issues/24) 450 - Site width is now available under Template Style Settings [#22](https://github.com/nomadjimbob/mikio/issues/22) 451 - TOC is now sticky when set to full height [#21](https://github.com/nomadjimbob/mikio/issues/21) 452 - Added support to the theme being linked by a symbolic link [#20](https://github.com/nomadjimbob/mikio/issues/20) 453 - Mikio will now fall back to using CSS when there is the LESS engine is not detected [#20](https://github.com/nomadjimbob/mikio/issues/20) 454 455- **_2021-03-10_** 456 457 - Fixed bad breadcrumb URL formatting on sites using userewrite [#19](https://github.com/nomadjimbob/mikio/issues/19) 458 459- **_2021-03-04_** 460 461 - Added support to hide page elements [#18](https://github.com/nomadjimbob/mikio/issues/18) 462 463- **_2021-01-22_** 464 465 - Fixed a syntax error with the core css 466 467- **_2020-11-12_** 468 469 - Corrected terminology in readme to match Dokuwiki [#17](https://github.com/nomadjimbob/mikio/issues/17) 470 - Fix showing part of the sidebar when it should be hidden in certain conditions [#16](https://github.com/nomadjimbob/mikio/issues/16) 471 - Added option to always show the sidebar, even when there is no content [#16](https://github.com/nomadjimbob/mikio/issues/16) 472 473- **_2020-10-07_** 474 475 - Fixed hero header parsing on some servers 476 - Fixed safari color picker issue [#14](https://github.com/nomadjimbob/mikio/issues/14) 477 - LESS now defaults to enabled with fallback to ctype functions built into mikio for docker apps [#13](https://github.com/nomadjimbob/mikio/issues/13) 478 - Fix for Template Style Settings being ignored [#12](https://github.com/nomadjimbob/mikio/issues/12) 479 480- **_2020-10-01_** 481 482 - Fix for `sidebarMobileDefaultCollapse` option being inconsistent in code and not working correctly [#11](https://github.com/nomadjimbob/mikio/issues/11). Thanks to GJRobert for catching that. 483 484- **_2020-09-27_** 485 486 - Sidebars hidden by default in mobile view [#10](https://github.com/nomadjimbob/mikio/issues/10) 487 - Fixed errors with the LESS compilier on some nginx configurations 488 - Fixed styling and image display thumb size in media manager popup 489 - Fixed text field placeholders not disappearing with text entry 490 - Added support for Hogfather 491 - Added option to use LESS or direct CSS. Some configurations (docker linuxserver/dokuwiki) do not have the required PHP extensions installed 492 - Supports Docker linuxserver/dokuwiki container file structures 493 494- **_2020-09-10_** 495 496 - Floating page tools is now a UL element with classes applied from getType and getLinkAttributes. Fixes popup dialogs initiated from the page menu [#7](https://github.com/nomadjimbob/mikio/issues/7) 497 - Template.info.txt now shows correct release dates [#8](https://github.com/nomadjimbob/mikio/issues/8) 498 - Fixed rightsidebar php warnings 499 - Code/Pre blocks no longer have padding applied on the admin pages 500 501- **_2020-08-26_** 502 503 - Footer is no longer shown outside of page view 504 - Public messages are now displayed on the page 505 - Fixed icon rendering in hero bar 506 - Fixed TOC rendering bug 507 508- **_2020-07-27_** 509 510 - Added option to show wiki footer in page content 511 512- **_2020-07-24_** 513 514 - Fixed image detail bug 515 516- **_2020-07-20_** 517 518 - Fixed prewrap and sidebar search bar margins 519 520- **_2020-07-16_** 521 522 - Merged code block styling with pre 523 - Fixed mediamanager failures on 2018-04-22a "Greebo" [#5](https://github.com/nomadjimbob/mikio/issues/5) 524 - Icon tag is rendered correctly in preview [#4](https://github.com/nomadjimbob/mikio/issues/4) 525 526- **_2020-07-15_** 527 528 - Fixed an issue with the simple_html_dom library when editing a section of a page caused page corruption [#3](https://github.com/nomadjimbob/mikio/issues/3) 529 530- **_2020-07-14_** 531 532 - Added id=dokuwiki\_\_content identifier for the page content element 533 - Added styling and fixed overflow issues with pre elements 534 - Fixed page width overflow issues 535 536- **_2020-07-09_** 537 538 - Fixed cosmetic display issues when `input[type=file]` is hidden by plugins [#2](https://github.com/nomadjimbob/mikio/issues/2) 539 540- **_2020-07-07_** 541 - Initial release 542 543## Third Party Libraries 544 545This template uses a [modified 546version](https://github.com/nomadjimbob/simple_html_dom) of 547[simple_html_dom](https://sourceforge.net/projects/simplehtmldom/) and 548[bootstrap-3-typeahead](https://github.com/bassjobsen/Bootstrap-3-Typeahead). 549 550## Support 551 552- If you think you have found a problem, or would like to see a feature, please [open an issue](https://github.com/nomadjimbob/mikio/issues) 553- If you are a coder, feel free to create a pull request, but please be detailed about your changes! 554