I love the VisualEditor (most of it) but I’d like to use it everywhere, in every namespace.
Also, the toolbar is a bit messy for my taste, I like having the Bold, Italic and Underline option visible with the swith on the right for the Source Editing visible for easy switching.
Third issue I’m having is once I’m in the Edit source (from the wiki) or Source editing (from within the VisualEditor, I’m on the default source edit page, not in VisualEditor. I’ve install an extension for syntax highlighting too and I’ve read it is compatible. I’d love this as it would make things easier.
My configuration looks like this (a bit messy I don’t know what everything is doing):
$wgVisualEditorShowBetaWelcome = false;
$wgVisualEditorAvailableNamespaces = [
NS_MAIN => true,
NS_USER => true,
NS_PROJECT => true,
NS_HELP => true,
NS_MEDIAWIKI => true,
NS_TEMPLATE => true,
"_merge_strategy" => "array_plus"
];
$wgVisualEditorEnableWikitext = true;
$wgVisualEditorDisableForAnons = true;
$wgDefaultUserOptions['visualeditor-enable'] = 1;
$wgVisualEditorEnableExperimentalCode = true;
$wgDefaultUserOptions['visualeditor-enable-experimental'] = 1;
$wgVisualEditorEnableWikitext = true;
$wgDefaultUserOptions['visualeditor-newwikitext'] = false;
If someone have the time to help me a little with the configuration. I noticed even if I’m using the latest version of everything, Wikipedia looks way better hahaha.
cheers
EDIT: This was in the wrong category. Moved to “Ask here”