How to add a link in MediaWiki VisualEditor Toolbar?
问题 I`m trying to insert a custom link to a special page in VisualEditor toolbar. See the image below. See Image I googled a lot but without success. Someone please give a path... 回答1: My answer is based on the following resources: MediaWiki core JS doc (ooui-js) VisualEditor JS doc (+ reading code of both repositories used for VE, mediawiki/extension/VisualEditor and VisualEditor) Also, I'm pretty sure, that there is no documented way of adding a tool to the toolbar in VE, as far as I know.