xref: /template/mikio/README.md (revision 87823b37ca8d103c2462465630591349607bec7e)
1# Mikio DokuWiki Template
2
3![screenshot](https://github.com/nomadjimbob/mikio/blob/main/images/screenshot.png)
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-   Subnavbar 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## Configuration
47
48The configuration can be change with the [Configuration Manager Plugin](https://www.dokuwiki.org/plugin:config)
49
50-   `iconTag` : icon tag to use to engage the icon engine. Default to `icon`
51-   `customTheme` : the mikio theme to use, located in the `mikio/themes` directory
52-   `showNotifications` : where to show site notifications for admin staff
53-   `useLESS` : use the LESS compilier or direct CSS for the mikio stylesheet. Requires the ctype PHP extension installed
54-   `brandURLGuest` : change the brand URL for guests. Leave blank to use the default
55-   `brandURLUser` : change the brand URL for logged in users. Leave blank to use the default
56
57-   `navbarUseTitleIcon` : show the site logo in the navbar
58-   `navbarUseTitleText` : show the site title in the navbar
59-   `navbarUseTaglineText` : show the site tagline in the navbar. Requires the `navbarUseTitleText` to be enabled
60-   `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`
61
62-   `navbarDWMenuType` : how to show the DokuWiki menu items in the navbar. Can be either icons, text or both
63-   `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
64
65-   `navbarPosLeft` : what menu to show on the left of the navbar
66-   `navbarPosMiddle` : what menu to show in the middle of the navbar
67-   `navbarPosRight` : what menu to show on the right of the navbar
68-   `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
69
70-   `navbarItemShowCreate` : show the Create Page menu item
71-   `navbarItemShowShow` : show the Show Page menu item
72-   `navbarItemShowRevs` : show the Revisions menu item
73-   `navbarItemShowBacklink` : show the Backlinks menu item
74-   `navbarItemShowRecent` : show the Recent Changes menu item
75-   `navbarItemShowMedia` : show the Media Manager menu item
76-   `navbarItemShowIndex` : show the Sitemap menu item
77-   `navbarItemShowProfile` : show the Update Profile menu item
78-   `navbarItemShowAdmin` : show the Admin menu item
79-   `navbarItemShowLogin` : show the Login menu item
80-   `navbarItemShowLogout` : show the Logout menu item
81
82-   `searchButton` : show the search button as a icon or text
83-   `searchUseTypeahead` : use [Typeahead](https://github.com/bassjobsen/Bootstrap-3-Typeahead) page suggestions in search bar
84
85-   `heroTitle` : show the hero block on pages
86-   `heroImagePropagation` : search for hero images in parent namespaces if none is found in the current namespace
87
88-   `tagsConsolidate` : Consolidate tags found in the current page and display it in the hero, content header or sidebar
89
90-   `breadcrumbHideHome` : hide breadcrumbs in the root namespace
91-   `breadcrumbPosition` : where to display the breadcrumbs, either under the navbar, in the hero element or above the page content
92-   `breadcrumbPrefix` : enable changing the breadcrumb prefix
93-   `breadcrumbPrefixText` : text to set the breadcrumb prefix. Requires `breadcrumbPrefix` to be enabled
94-   `breadcrumbSep` : enable changing the breadcrumb seperator
95-   `breadcrumbSepText` : text to set the breadcrumb seperator. Requires `breadcrumbSep` to be enabled
96
97-   `youarehereHideHome` : hide you are here in the root namespace
98-   `youareherePosition` : where to display the you are here, either under the navbar, in the hero element or above the page content
99-   `youareherePrefix` : enable changing the you are here prefix
100-   `youareherePrefixText` : text to set the you are here prefix. Requires `you are herePrefix` to be enabled
101-   `youarehereSep` : enable changing the you are here seperator
102-   `youarehereSepText` : text to set the you are here seperator. Requires `you are hereSep` to be enabled
103-   `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
104-   `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
105
106-   `sidebarShowLeft` : show the left sidebar if content is found
107-   `sidebarLeftRow1` : content to show in the first row of the left sidebar
108-   `sidebarLeftRow2` : content to show in the second row of the left sidebar
109-   `sidebarLeftRow3` : content to show in the third row of the left sidebar
110-   `sidebarLeftRow4` : content to show in the forth row of the left sidebar
111-   `sidebarMobileDefaultCollapse` : collapse the sidebars by default when viewed on mobile
112-   `sidebarShowRight` : show the right sidebar if content is found
113
114-   `tocFull` : show the table of contents as a full height item
115
116-   `pageToolsFloating` : when and if to show the floating page tools
117-   `pageToolsFooter`
118
119-   `pageToolsShowCreate` : show the Create Page item
120-   `pageToolsShowEdit` : show the Edit Page item
121-   `pageToolsShowRevs` : show the Revisions item
122-   `pageToolsShowBacklink` : show the Backlinks item
123-   `pageToolsShowTop` : show the Back to Top item
124
125-   `footerCustomMenuText` : custom menu to use in the footer. Menu items are in the format of url|title with each item seperated by a semicolon
126-   `footerSearch` : show the search bar in the footer
127
128-   `licenseType` : how to show the license in the footer
129-   `licenseImageOnly` : show the license in the footer as an image only. Requires `licenseType` to at least be enabled
130
131-   `includePageUseACL` : respect ACL when including pages
132-   `includePagePropagate` : search parent namespaces when including pages
133
134## Include Pages
135
136The following pages can be either html files in the root of the template or a page in the namespace. Namespace pages take priority.
137
138-   `topheader` : content to include above the navbar
139-   `header` : content include below the navbar but above the page content
140-   `contentheader` : content to include above the page content
141-   `contentfooter` : content to include below the page content
142-   `sidebarheader` : content to include above the left sidebar content
143-   `sidebarfooter` : content to include below the left sidebar content
144-   `rightsidebarheader` : content to include above the right sidebar content
145-   `rightsidebarfooter` : content to include below the right sidebar content
146-   `footer` : content to include in the footer
147-   `bottomfooter` : content to include below the footer
148
149## Include Images
150
151The following images can be used to replace content in the
152template. Images can be in `TEMPLATE_ROOT/images/`,
153`TEMPLATE_ROOT/themes/THEME/images/`, or in the namespace. Images can
154be either png, jpg, gif or svg.
155
156-   `logo` : site logo in the navbar
157-   `breadcrumb-prefix` breadcrumb prefix
158-   `breadcrumb-sep` breadcrumb seperator
159-   `hero` hero image for hero element
160
161## Hero Element
162
163-   `title` : The hero title is sourced from the page title. The page title is removed from the page content
164-   `subtitle` : Pages can set the subtitle by inserting `~~hero-subtitle TEXT~~` in the page content
165-   `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
166-   `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
167
168Namespaces can also apply the above hero settings in child pages by including the above settings in a page named `theme`.
169
170## Hiding Elements
171
172Mikio 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:
173
174-   `topheader` : content above the navbar
175-   `navbar` : the main navigation bar
176-   `header` : content below the navbar but above the page content
177-   `hero` : the page hero bar
178-   `contentheader` : content above the page content
179-   `contentfooter` : content below the page content
180-   `sidebarheader` : content above the left sidebar content
181-   `sidebarfooter` : content below the left sidebar content
182-   `rightsidebarheader` : content above the right sidebar content
183-   `rightsidebarfooter` : content below the right sidebar content
184-   `footer` : content in the footer
185-   `bottomfooter` : content below the footer
186
187To hide the topheader, navbar and hero, you would use the macro `~~hide-parts topheader navbar hero~~`
188
189## Icon Engine
190
191-   Mikio includes an icon engine that allows you to include icons in your pages by using <icon OPTIONS> in your content
192-   If the icon tag conflicts with another plugin, you can change the tag from `icon` to a user set value in the settings
193-   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`
194
195Users can also add their own icon sets into the template. Supported icon sets can either be webfonts or indivial files (such as a SVG library). Instructions can be found in the `/icons/icons.php` file.
196
197## Themes
198
199Themes should be placed in the themes directory, in its own directory. LESS files are supported.
200
201## Dark Mode
202
203Mikio 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`.
204
205You can detect this in CSS using:
206
207```
208:root[data-theme="theme-dark"] {
209  // CSS selectors here
210}
211```
212
213or in Javascript using:
214
215```
216const html = document.querySelector('html');
217if(html.dataset.theme == 'theme-dark') {
218  // ...
219}
220```
221
222## Mikio Plugin
223
224The [Mikio Plugin](https://github.com/nomadjimbob/mikioplugin/) is also available to add bootstrap 4 style + more elements to DokuWiki pages.
225
226If the plugin is installed, the **Template Styles Settings** page will be expanded to allow directly editing the plugin element styling.
227
228## Languages
229
230-   `sidebar-title` : Text for the collapsable block in the sidebar
231-   `tools-menu` : Text for the combined tools DokuWiki menu title
232-   `home` : Text for the breadcrumb home title
233
234## Releases
235
236-   **_2022-05-19_**
237
238    -   Fixed notifications appearing in weird places at times.
239    -   Setting `tpl»mikio»showNotifications` to an empty string is the same as setting it to `always`.
240
241-   **_2022-05-18_**
242
243    -   Added automatic Light/Dark mode option (disabled by default).
244    -   Added support for the [translate plugin](https://www.dokuwiki.org/plugin:translation).
245
246-   **_2022-05-13_**
247
248    -   Fixed tables not being styling correctly and incorrect language used in the styling config [#50](https://github.com/nomadjimbob/mikio/issues/50). Thanks RonaldPR.
249    -   The themes LessC engine will output any exceptions that occur in the fallback CSS to help track issues.
250
251-   **_2022-05-11_**
252
253    -   Fixed empty scrollbars being shown when TOC is set to full height [#49](https://github.com/nomadjimbob/mikio/issues/49). Thanks vitaprimo and RonaldPR.
254    -   Added a `noshadow` subtheme
255
256-   **_2022-10-31_**
257
258    -   Added support to directly editing Mikio Plugin within Template Style Settings.
259
260-   **_2022-10-12_**
261
262    -   Fixed blank page being displayed instead of media detail [#48](https://github.com/nomadjimbob/mikio/issues/48). Thanks spratinatin
263
264-   **_2022-10-09_**
265
266    -   Fixed issue of new elements not being added to CSS when a custom template style is set
267    -   Fixed issue of wiki page style (existing and missing) not taking priority of link colouring
268    -   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
269
270-   **_2022-10-04_**
271
272    -   Cleaned up the code to PHPCS standards
273    -   Fixed breadcrumb layouts on mobile [#31](https://github.com/nomadjimbob/mikio/issues/31)
274    -   Fixed Media Manager on small displays
275    -   Fixed layout compatiblity on Greebo
276    -   Fixed search results layout [#41](https://github.com/nomadjimbob/mikio/issues/41)
277    -   Added Dark-mode support [#43](https://github.com/nomadjimbob/mikio/issues/43). Thanks chrbinder
278    -   Fixed incorrect file names listed [#45](https://github.com/nomadjimbob/mikio/issues/45). Thanks babudro
279    -   Fixed sidebars not showing [#46](https://github.com/nomadjimbob/mikio/issues/46). Thanks dasbenjo
280
281-   **_2022-05-10_**
282
283    -   Added support to directly set title icon width and height in config. Thanks AlexiaR
284
285-   **_2022-05-05_**
286
287    -   Fixed searching for images in the theme directory [#42](https://github.com/nomadjimbob/mikio/issues/42). Thanks cmacmackin
288    -   Added support for the defer js option, previously always deferred [#39](https://github.com/nomadjimbob/mikio/issues/39). Thanks cmacmackin
289    -   Added typeahead search [#40](https://github.com/nomadjimbob/mikio/issues/40). Thanks cmacmackin
290    -   Fixed double breadcrumb options on admin pages
291    -   Added sticky top header, navbar and header options. Thanks chitland
292
293-   **_2022-03-05_**
294
295    -   Fixed page tools in footer not being horizontal [#38](https://github.com/nomadjimbob/mikio/issues/38). Thanks chitland
296    -   Fixed Mikio Config headers disappearing in some cases
297    -   Separated Breadcrumbs and You Are Here items [#36](https://github.com/nomadjimbob/mikio/issues/36). Thanks chitland
298
299-   **_2021-12-11_**
300
301    -   Added table row background styling options
302    -   Fixed styling issue when using the indexmenu plugin [#35](https://github.com/nomadjimbob/mikio/issues/35). Thanks 3ole.
303    -   Fixed inconsitant tab/spaces in mikio.less and mikio.css
304    -   Removed debug logs from mikio.js
305    -   Fixed input placeholders not hiding in prepopulated fields [#34](https://github.com/nomadjimbob/mikio/issues/34)
306    -   Added option to hide menu and page tool items [#32](https://github.com/nomadjimbob/mikio/issues/32). Thanks annievoss.
307    -   Fixed compadibility with BookCreator [#26](https://github.com/nomadjimbob/mikio/issues/26). Thanks johncourtland.
308    -   Fixed Greebo styling errors not present in Hogsfather
309
310-   **_2021-08-11_**
311
312    -   Fixed path check on Windows [#33](https://github.com/nomadjimbob/mikio/issues/33)
313    -   Recompilied CSS
314
315-   **_2021-06-17_**
316
317    -   Added support for navbar title link to use showpageafterlogin setting if installed [#27](https://github.com/nomadjimbob/mikio/issues/27)
318
319-   **_2021-06-09_**
320
321    -   TOC is now full width on mobile [#25](https://github.com/nomadjimbob/mikio/issues/25)
322    -   Hamburger and sidebar icons are now displayed correctly [#23](https://github.com/nomadjimbob/mikio/issues/23), [#24](https://github.com/nomadjimbob/mikio/issues/24)
323    -   Site width is now available under Template Style Settings [#22](https://github.com/nomadjimbob/mikio/issues/22)
324    -   TOC is now sticky when set to full height [#21](https://github.com/nomadjimbob/mikio/issues/21)
325    -   Added support to the theme being linked by a symbolic link [#20](https://github.com/nomadjimbob/mikio/issues/20)
326    -   Mikio will now fallback to using CSS when there is the LESS engine is not detected [#20](https://github.com/nomadjimbob/mikio/issues/20)
327
328-   **_2021-03-10_**
329
330    -   Fixed bad breadcrumb URL formatting on sites using userewrite [#19](https://github.com/nomadjimbob/mikio/issues/19)
331
332-   **_2021-03-04_**
333
334    -   Added support to hide page elements [#18](https://github.com/nomadjimbob/mikio/issues/18)
335
336-   **_2021-01-22_**
337
338    -   Fixed a syntax error with the core css
339
340-   **_2020-11-12_**
341
342    -   Corrected terminology in readme to match Dokuwiki [#17](https://github.com/nomadjimbob/mikio/issues/17)
343    -   Fix showing part of the sidebar when it should be hidden in certain conditions [#16](https://github.com/nomadjimbob/mikio/issues/16)
344    -   Added option to always show the sidebar, even when there is no content [#16](https://github.com/nomadjimbob/mikio/issues/16)
345
346-   **_2020-10-07_**
347
348    -   Fixed hero header parsing on some servers
349    -   Fixed safari color picker issue [#14](https://github.com/nomadjimbob/mikio/issues/14)
350    -   LESS now defaults to enabled with fallback to ctype functions built into mikio for docker apps [#13](https://github.com/nomadjimbob/mikio/issues/13)
351    -   Fix for Template Style Settings being ignored [#12](https://github.com/nomadjimbob/mikio/issues/12)
352
353-   **_2020-10-01_**
354
355    -   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.
356
357-   **_2020-09-27_**
358
359    -   Sidebars hidden by default in mobile view [#10](https://github.com/nomadjimbob/mikio/issues/10)
360    -   Fixed errors with the LESS compilier on some nginx configurations
361    -   Fixed styling and image display thumb size in media manager popup
362    -   Fixed text field placeholders not disappearing with text entry
363    -   Added support for Hogfather
364    -   Added option to use LESS or direct CSS. Some configurations (docker linuxserver/dokuwiki) do not have the required PHP extensions installed
365    -   Supports Docker linuxserver/dokuwiki container file structures
366
367-   **_2020-09-10_**
368
369    -   Floating page tools is now a UL element with classes applied from getType and getLinkAttributes. Fixes popup dialogs initiated from the a page menu [#7](https://github.com/nomadjimbob/mikio/issues/7)
370    -   Template.info.txt now shows correct release dates [#8](https://github.com/nomadjimbob/mikio/issues/8)
371    -   Fixed rightsidebar php warnings
372    -   Code/Pre blocks no longer have padding applied on the admin pages
373
374-   **_2020-08-26_**
375
376    -   Footer is no longer shown outside of page view
377    -   Public messages are now displayed on the page
378    -   Fixed icon rendering in hero bar
379    -   Fixed TOC rendering bug
380
381-   **_2020-07-27_**
382
383    -   Added option to show wiki footer in page content
384
385-   **_2020-07-24_**
386
387    -   Fixed image detail bug
388
389-   **_2020-07-20_**
390
391    -   Fixed prewrap and sidebar search bar margins
392
393-   **_2020-07-16_**
394
395    -   Merged code block styling with pre
396    -   Fixed mediamanager failures on 2018-04-22a "Greebo" [#5](https://github.com/nomadjimbob/mikio/issues/5)
397    -   Icon tag is rendered correctly in preview [#4](https://github.com/nomadjimbob/mikio/issues/4)
398
399-   **_2020-07-15_**
400
401    -   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)
402
403-   **_2020-07-14_**
404
405    -   Added id=dokuwiki\_\_content identifier for the page content element
406    -   Added styling and fixed overflow issues with pre elements
407    -   Fixed page width overflow issues
408
409-   **_2020-07-09_**
410
411    -   Fixed cosmetic display issues when `input[type=file]` is hidden by plugins [#2](https://github.com/nomadjimbob/mikio/issues/2)
412
413-   **_2020-07-07_**
414    -   Initial release
415
416## Third Party Libraries
417
418This template uses a [modified
419version](https://github.com/nomadjimbob/simple_html_dom) of
420[simple_html_dom](https://sourceforge.net/projects/simplehtmldom/) and
421[bootstrap-3-typeahead](https://github.com/bassjobsen/Bootstrap-3-Typeahead).
422
423## Support
424
425-   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)
426-   If you are a coder, feel free to create a pull request, but please be detailed about your changes!
427