Lines Matching refs:set

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`
97 - `breadcrumbPrefixText` : text to set the breadcrumb prefix. Requires `breadcrumbPrefix` to be enabled
99 - `breadcrumbSepText` : text to set the breadcrumb seperator. Requires `breadcrumbSep` to be enabled
104 - `youareherePrefixText` : text to set the you are here prefix. Requires `you are herePrefix` to be enabled
106 - `youarehereSepText` : text to set the you are here seperator. Requires `you are hereSep` to be enabled
168 - `subtitle` : Pages can set the subtitle by inserting `~~hero-subtitle TEXT~~` in the page content
196 - If the icon tag conflicts with another plugin, you can change the tag from `icon` to a user set value in the settings
212 You 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:`.
218 Optionals 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.
230 Mikio 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`.
333 - Fixed empty scrollbars being shown when TOC is set to full height [#49](https://github.com/nomadjimbob/mikio/issues/49). Thanks vitaprimo and RonaldPR.
346 - Fixed issue of new elements not being added to CSS when a custom template style is set
363 - Added support to directly set title icon width and height in config. Thanks AlexiaR
404 - TOC is now sticky when set to full height [#21](https://github.com/nomadjimbob/mikio/issues/21)