Questions tagged [visual-editor]

VisualEditor is a MediaWiki extension that provides a rich-text editor for Wikipedia and other wikis.

VisualEditor is a MediaWiki extension that provides a rich-text editor for Wikipedia and other wikis .

It uses Parsoid to convert back and forth between wikicode and wikicode-enriched HTML+RDFa. Beyond the usual WYSIWYG features, it supports MediaWiki's template transclusion system, visual diffs, and importing and converting arbitrary HTML via copy/paste.

Not to be confused with the Wordpress visual editor ([wp-editor]).

94 questions
1
vote
2 answers

File opening dialog box with Eclipse Visual Editor

Is there an open file dialog box in Eclipse's Visual Editor? Like the windows or linux Open File dialog box.
Aviad Nissel
  • 196
  • 1
  • 13
1
vote
1 answer

Change subpage name with Visual Editor

I've a page with subpages, it looks like this (just an example, not my real data) : -page ↳ apple ↳ iPhone ↳ iPad ↳ samsung ↳ Galaxy By default the title of the iPhone page is page/apple/iPhone. With the code editor and the Display…
Pol
  • 854
  • 9
  • 29
1
vote
1 answer

RESTBase with VisualEditor gives TypeError: Cannot set property 'etag' of undefined

Fresh install of MediaWiki on FreeBSD 11 (actually a FreeNAS 11.2 jail). I'm trying to get VisualEditor working, which means Parsoid and RESTbase are needed. Parsoid works fine. RESTbase doesn't. Using the MediaWiki 1.32 package and Node…
dhowland
  • 603
  • 1
  • 5
  • 11
1
vote
1 answer

How to adjust text’s width and put it at center of post (Visual) editor?

Edit 3: I guess this is solved. I just enabled the Gutenberg editor and discovered its "Classic editor" part, the Code Editor. The only thing I have to get used to is the editor's line-height that I can't easily modify, which isn't bad. This is…
myniuat
  • 11
  • 2
1
vote
1 answer

How to create page in backend via WPBakery

I'm developing a plugin that creates pages for admin menu in backend via WPBakery. But when I look at generated page there is only shortcodes. How can I make plugins shortcodes execute in backend. I've tried to use echo do_shortcode( '$content' )…
1
vote
2 answers

Eclipse does not Display Swing Components Correctly

I am using Eclipse and Visual Editor (VE) for Eclipse: Eclipse IDE for Java EE Developers 1.3.2.20110218-0812 Visual Editor 1.5.0.R20101202-1328 After several days of working on an GUI the VE WYSIWYG view does not display new components in the…
PDN
  • 11
  • 1
1
vote
1 answer

WYSIWYG for javascript

I know the term "what you see is what you get" cannot be realy applied to javascript, but I am curious if is there any IDE which helps you generate JavaScript sourcecode by visualy designing it. It doesn't matter the framework, if any, used. I speak…
uvtborg
  • 11
  • 1
1
vote
0 answers

UTF-8 WordPress Encoding Issue

We have a WordPress website which is suddenly displaying text and links that look like this: Note the odd characters. These links are generated using the EasyAzon plugin, however I do not think this problem is related to EasyAzon. If I turn off…
Chuck
  • 11
  • 2
1
vote
1 answer

apierror-visualeditor-docserver-http-error: (curl error: 7) Couldn't connect to server

I build container: docker build -t mediawiki31 . Dockerfile with wikimedia (standard file plus adding VisualEditor): FROM php:7.2-apache # System Dependencies. RUN apt-get update && apt-get install -y \ git \ imagemagick \ …
1
vote
2 answers

Eclipse Visual Editor: Components not shown in JTabbedPane

I want to create a JTabbedPane in a Visual Class using the Visual Editor in Eclipse. I selected JTabbedPane from the beans menu on the toolbar. I next clicked on the class to drop it in. So far, no problems. But wait, no tabs are showing up. The…
Thomas Matthews
  • 52,985
  • 12
  • 85
  • 144
1
vote
0 answers

Wordpress Divi Custom Module Visual Editor Error

I am developing a custom Divi module and I have a problem with the fb_support my module loads and works perfectly except in the visual editor. When I put the variable $this->fb_support = true my module disappear in visual editor and get this…
Toni Chaz
  • 561
  • 9
  • 21
1
vote
1 answer

Using Parsoid with Auth Remoteuser Extension on XAMPP (Windows)

I have been searching for the last week trying to find an answer on how to use Visual Editor/Parsoid and Auth Remoteuser extensions together. I am getting the following error when trying to Create/Edit a page: Error loading data from server:…
1
vote
0 answers

Tinymce Visual Editor not working after 4.8.2 wordpress updates

The issue fixed earlier but after WordPress updates again the issue appears. TinyMCE file not loading on WordPress dashboard. I already tried access and flush the cache file. Please let me know if any other function could fix the issue…
1
vote
1 answer

Trouble with Parsoid and Visual Editor for Mediawiki

Mediawiki Version 1.27 Visual Editor Version 1.27 Parsoid Version latest in repository So I have several web servers running on an Ubuntu VM. The hostname is "atocha". I have Apache running on port 8000. Under this I have a Mediawiki instance.…
Setix
  • 121
  • 1
  • 16
1
vote
0 answers

unable to add visual editor to media wiki 1.27.1

I have followed mediawiki site http://www.mediawiki.org/wiki/VisualEditor to set up visual editor.Edited the localsettings.php page as follows after the end of the page i had added wfLoadExtension( 'WikiEditor' ); wfLoadExtension ( 'VisualEditor'…
jshrvn
  • 11
  • 1