Isekai MindMap is a MediaWiki extension that allows users to create mind maps in a wiki page. It is based on the simple-mind-map
- Download the extension and place it in the
extensions
directory of your MediaWiki installation. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'IsekaiMindMap' );
To create a mind map, just create new pages under the MindMap
namespace.
To embed a mind map in a page, use the same syntax as inserting an template:
{{MindMap:PageName}}