The extensions eases user interaction with the Cite extension by introducing a floating drawer displayed at the bottom of the screen when a user clicks on a link.
- MediaWiki 1.35+
- Cite extension
- Clone the repository into the
/extensions/CiteDrawerfolder - Add
wfLoadExtension('CiteDrawer');to the bottom of theLocalSettings.phpfile
$wgCiteDrawerEnableDesktop- set tofalseto disable on desktops (trueby default )$wgCiteDrawerEnableMobile- set tofalseto disable on mobiles (trueby default )$wgCiteDrawerTheme- set tolightordarkto change widget appearance (darkby default )
npm inpm test- Also see https://www.mediawiki.org/wiki/Manual:JavaScript_unit_testing