When linking to a page within the wiki, use slugs instead of regular links, for example:
❌ Wrong:
<Link url="https://minmax.wiki/demon-bluff/confessor">Confessor</Link>
✅ Correct:
<Link slug="confessor" includeIcon>Confessor</Link>
Using a slug allows page previews on hover and can display an icon next to the link (note the includeIcon
tag in the slug).
For now, this cannot be done in Visual Editor mode. You must switch to Source Editor mode to make these changes.
A slug is the string that comes after the last “/” in a link. It must be lowercase and use “-” instead of spaces.
Example: If a page is titled “Plague Doctor”, its slug would be "plague-doctor".
Whenever possible, when linking to a character, enable the option to display a small icon of the character next to the link.
In Visual Editor mode, you can select this by clicking over a slug link and seleting “Include icon”, as shown in the picture below:
If a page needs to contain multiple images, use a two-column layout for better navigation.
MinMax still doesn’t have a feature to display images in full size, but you can always right-click and select “Open image in a new tab”. The image quality is preserved.