« Extra:VisualEditorTest » : différence entre les versions

De Semantic MediaWiki - Sandbox

(extend test and rant a bit)
(add VE config of this wiki)
Ligne 1 : Ligne 1 :
This was my first visual edit on a wiki using a self installed VisualEditor. Finally got this one working. On Wikimedia projects I have probably done about ten visual edits so far. Still I do not see the advantage to e.g. WikiEdior - au contraire.
This was my first visual edit on a wiki using a self installed VisualEditor. Finally got this one working. On Wikimedia projects I have probably done about ten visual edits so far. Still I do not see the advantage to e.g. WikiEdior - au contraire.
<syntaxhighlight lang="php" line="1">
## VisualEditor
wfLoadExtension( 'VisualEditor' );
$wgVisualEditorAvailableNamespaces = [
NS_EXTRA => true
];
$wgVirtualRestConfig['modules']['parsoid'] = [
'url' => 'http://sandbox.semantic-mediawiki.org:8142',
'domain' => '02100',
'prefix' => '02100'
];
</syntaxhighlight>

Version du 21 janvier 2018 à 01:51

This was my first visual edit on a wiki using a self installed VisualEditor. Finally got this one working. On Wikimedia projects I have probably done about ten visual edits so far. Still I do not see the advantage to e.g. WikiEdior - au contraire.

## VisualEditor
wfLoadExtension( 'VisualEditor' );
$wgVisualEditorAvailableNamespaces = [
	NS_EXTRA => true
	];
$wgVirtualRestConfig['modules']['parsoid'] = [
	'url' => 'http://sandbox.semantic-mediawiki.org:8142',
	'domain' => '02100',
	'prefix' => '02100'
	];
Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.