DokuWiki

It's better when it's simple

User Tools

Site Tools


template:mikio

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
template:mikio [2023-05-13 01:16] nomadjimbobtemplate:mikio [2024-05-03 12:50] (current) nomadjimbob
Line 1: Line 1:
-====== mikio Template ======+====== Mikio Template ======
  
 ---- template ---- ---- template ----
-description   : Mikio is a Bootstrap 4 style template with a hero element+description   : Mikio is a Bootstrap 4 style template with a hero element and dark mode support
 author        : nomadjimbob author        : nomadjimbob
 email         : james.collins@outlook.com.au email         : james.collins@outlook.com.au
-lastupdate_dt : 2023-05-13 +lastupdate_dt : 2024-05-03 
-compatible    : Igor, Hogfather, Greebo, Jack Jackrum+compatible    : Igor, Hogfather, Greebo, Jack Jackrum, Kaos
 depends       : depends       :
 conflicts     : # prefix templates by template: conflicts     : # prefix templates by template:
 similar       : similar       :
 screenshot_img: https://raw.githubusercontent.com/nomadjimbob/mikio/master/images/screenshot.png screenshot_img: https://raw.githubusercontent.com/nomadjimbob/mikio/master/images/screenshot.png
-tags          : bootstrap, responsive, sidebar, modern, clean+tags          : bootstrap, responsive, sidebar, modern, clean, css3, customizable, dark, dark-mode, mobile, print, semantic, themes, hero
  
 downloadurl   : https://github.com/nomadjimbob/mikio/zipball/master downloadurl   : https://github.com/nomadjimbob/mikio/zipball/master
Line 17: Line 17:
 sourcerepo    : https://github.com/nomadjimbob/mikio/ sourcerepo    : https://github.com/nomadjimbob/mikio/
 ---- ----
- 
-The 2023-05-13 update fixes a long-standing table styling bug found by RonaldPR. This fix may require updating the styling if your website was relying on this bug. 
  
  
Line 32: Line 30:
   * Theming support   * Theming support
   * Tags plugin support   * Tags plugin support
 +  * Translate plugin support
   * Mobile friendly   * Mobile friendly
   * Typeahead search support   * Typeahead search support
Line 208: Line 207:
 ===== Releases ===== ===== Releases =====
  
-==== 2022-05-13 ==== +==== 2024-05-03 ====
-  * Fixed tables not being styling correctly and incorrect language used in the styling config [[https://github.com/nomadjimbob/mikio/issues/50|#50]]. Thanks RonaldPR. +
-  * The themes LessC engine will output any exceptions that occur in the fallback CSS to help track issues.+
  
-==== 2022-05-11 ==== +    * Fixed incorrect style file names. Thanks Wolfram. 
-  * Fixed empty scrollbars being shown when TOC is set to full height [[https://github.com/nomadjimbob/mikio/issues/49|#49]]. Thanks vitaprimo and RonaldPR+    * Table cell padding now adjustable through the style config page [[https://github.com/nomadjimbob/mikio/issues/62|#62]]. Thanks Hakker. 
-  * Added a `noshadow` subtheme+    * Added ability to style row border color through the style config page [[https://github.com/nomadjimbob/mikio/issues/64|#64]]. Thanks Elanndelh
 +    * Added option to make the left sidebar sticky. Requested by Wolfram.
  
-==== 2022-10-31 ==== 
  
-  * Added support to directly editing Mikio Plugin within Template Style Settings+==== 2024-02-09 ====
  
-==== 2022-10-12 ====+    * Added support for DokuWiki Kaos 
 +    * Updated to support PHP 8.2 
 +    * Added access key support to page elements [[https://github.com/nomadjimbob/mikio/issues/64|#64]]. Thanks rebeka-catalina.
  
-  * Removed green debug background that can be seen on slower connections 
-  * Fixed blank page being displayed instead of media detail [[https://github.com/nomadjimbob/mikio/issues/48|#48]]. Thanks spratinatin 
  
 +==== 2023-12-12 ====
  
-==== 2022-10-09 ====+   * ''autoDarkLight'' configuration setting will override user setting when ''showDarkLight'' is disabled [[https://github.com/nomadjimbob/mikio/issues/56|#56]]. 
 +   * Cookies used in the template now use the upcoming ''SameSite'' requirement. 
 +   * Fixed snapshots not being detected and causing script loading issues [[https://github.com/nomadjimbob/mikio/issues/57|#57]]. Thanks schplurtz. 
 +   * Updated the typescript library to support jQuery compatibility mode [[https://github.com/nomadjimbob/mikio/issues/57|#57]]. Thanks schplurtz. 
 +   * Fixed bug in config for showNotifications not being a dropdown. 
 +   * Changed default value of showNotifications to ''always'' to reflect DokuWiki. [[https://github.com/nomadjimbob/mikio/issues/58|#58]]. Thanks schplurtz. 
 +   * Fixed z-index bug with the sub navbar. [[https://github.com/nomadjimbob/mikio/issues/60|#60]]. Thanks schplurtz.
  
-  * Fixed issue of new elements not being added to CSS when a custom template style is set +==== 2023-12-11 ====
-  * Fixed issue of wiki page style (existing and missing) not taking priority of link colouring +
-  * Added support for styling link pseudo classes (visited, hover, active) for links and page links [[https://github.com/nomadjimbob/mikio/issues/47|#47]]. Thanks chrbinder+
  
-==== 2022-10-04 ==== +   * Fixed bug with tags not correctly coloured. [[https://github.com/nomadjimbob/mikio/issues/59|#59]]. Thanks WetenSchaap.
-  * Cleaned up the code to PHPCS standards +
-  * Fixed breadcrumb layouts on mobile [[https://github.com/nomadjimbob/mikio/issues/31|#31]] +
-  * Fixed Media Manager on small displays +
-  * Fixed layout compatibility on Greebo +
-  * Fixed search results layout [[https://github.com/nomadjimbob/mikio/issues/41|#41]] +
-  * Added Dark-mode support [[https://github.com/nomadjimbob/mikio/issues/43|#43]]. Thanks chrbinder +
-  * Fixed incorrect file names listed [[https://github.com/nomadjimbob/mikio/issues/45|#45]]. Thanks babudro +
-  * Fixed sidebars not showing [[https://github.com/nomadjimbob/mikio/issues/46|#46]]. Thanks dasbenjo+
  
 +==== 2023-12-04 ====
  
-==== 2022-05-10 ==== +   * Added ability to customize the page footer info text.
-  * Added support to directly set title icon width and height in config. Thanks AlexiaR +
- +
-==== 2022-05-05 ==== +
-  * Fixed searching for images in the theme directory [[https://github.com/nomadjimbob/mikio/issues/42|#42]]. Thanks cmacmackin +
-  * Added support for the defer js option, previously always deferred [[https://github.com/nomadjimbob/mikio/issues/39|#39]]. Thanks cmacmackin +
-  * Added typeahead search [[https://github.com/nomadjimbob/mikio/issues/40|#40]]. Thanks cmacmackin +
-  * Fixed double breadcrumb options on admin pages +
-  * Added sticky top header, navbar and header optionsThanks chitland+
  
  
Line 269: Line 256:
 This is really a modern, complete template, with very high flexibility and customizability. (Look at those options to customize for style.ini!) Also it's the first template I have seen with "Hero element" support. And there are quite a few positions to insert included pages as page/content header/footers. I appreciate the great work of the developer.  --- [[user>MilchFlasche|milchflasche]] //2020-07-30 03:42// This is really a modern, complete template, with very high flexibility and customizability. (Look at those options to customize for style.ini!) Also it's the first template I have seen with "Hero element" support. And there are quite a few positions to insert included pages as page/content header/footers. I appreciate the great work of the developer.  --- [[user>MilchFlasche|milchflasche]] //2020-07-30 03:42//
 > I have used this template in my two language learning sites: http://taigi123.ga/ http://hakka123.ga/ (written in some East Asian languages and Hanzi script) --- [[user>MilchFlasche|milchflasche]] //2020-09-17 04:58// > I have used this template in my two language learning sites: http://taigi123.ga/ http://hakka123.ga/ (written in some East Asian languages and Hanzi script) --- [[user>MilchFlasche|milchflasche]] //2020-09-17 04:58//
 +
template/mikio.1683933408.txt.gz · Last modified: 2023-05-13 01:16 by nomadjimbob

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki