Extension talk:WikiEditor/2016

Latest comment: 3 years ago by Tacsipacsi in topic math bar

pre LQT talk on this page


math bar

edit

Dear all,

I will glad if you will add new section - math to the layer: Advanced, Special characters, Help, Cite.

It will be easier for new users - to click on bottun such us :

  1. "Fraction" (and not frac{a}{b})
  2. "Radicals" (and not \sqr{a}{b})
  3. "long list (and not <math>\begin{align} a\\ \b\\ \c\\ \d\\ \end{align} </math>
  4. there and many buttons you can added. In many site base on wiki DB, there are already such option.
  5. thanks, ~~~~

37.46.42.40 (talk) 09:24, 2 January 2016 (UTC)Reply

See phab:T25354. Helder 02:04, 12 March 2016 (UTC)Reply
T25354 is about CharInsert, this topic is on the talk page of WikiEditor. The two have independent character collections, and WikiEditor’s is pre-defined in software (and has already supported different display text), so the patch for T25354 didn’t make it possible to use math from WikiEditor’s toolbar. Tacsipacsi (talk) 13:35, 12 July 2022 (UTC)Reply

Is it possible to make a different action by different language on same custom button?

edit

I installed wikis of 3 languages as Wikifamily. For example, en.wikipedia.org, ru.wikipedia.org, etc.

So physically each one extension is shared in Wikis of each 3 language.

I added custom toolbar button but now it need that the content of text should be added when pressed it should be different by each language.

Is there any code to be able to identify each current language in the custom button?

Thank you in advance. Comseong (talk) 05:08, 5 January 2016 (UTC)Reply

wikieditor not loading MediaWiki 1.25.5

edit

I have upgraded to MediaWiki 1.25.5 and the wikieditor toolbar stopped loading.

I use the editor in semantic forms and I get an error when trying to edit with form -> jquery.wikiEditor:Error Module jquery.wikiEditor has failed dependencies

When editing a page with edit I get this error -> MediaWiki:Edittools.js&action=raw type=text/javascript Failed to load resource

Thank you for your help!

Phil Legaulph (talk) 18:25, 26 January 2016 (UTC)Reply

How can I disable the "publish to MediaWiki" popup upon clicking Publish?

edit

Is there any way to disable that popup from appearing every time I click the "Publish" button? This is the text of the popup:

"Please note that all contributions to <MY WIKI NAME> are considered to be released under the Creative Commons Zero (Public Domain)"

And yes, the title of the popup is obviously not rendering correctly :). Axonn Echysttas (talk) 09:45, 23 February 2016 (UTC)Reply

Edit the file « extensions/WikiEditor/modules/jquery.wikiEditor.publish.js »
Line 146 and 147 comment the following code:
//$( '#' + dialogID ).dialog( 'open' );
//return false; NikusPokus (talk) 10:37, 27 May 2016 (UTC)Reply
Do you know what files needs to be to be edited to change the message that is shown?
Do you know what file I would need to edit to fix the "publish to {{SITENAME}}" header?
Thanks Tolvic (talk) 22:39, 23 February 2017 (UTC)Reply

how to change the selected Text?

edit

I try to create a button and therefore I have to change / read the selected text. The button should create a Semntic Mediawiki and create a subpage. E.G.

the text -> select and push the new button -> the [[myprop:FULLPAGENAME/SUBPAGE/text | text]]

The first part for setting the Fullpagename and SUBPAGE/text is working fine but i can't create "| text]]" in post part of the action. Any suggestions? M art in (talk) 13:53, 29 March 2016 (UTC)Reply

my wikieditor doesn't look same as as it looks on Wikipedia

edit

I installed 1.26.2 version of Mediawiki, but my wikieditor doesn't look same as Wikipedia's. I checked the extensions (Extension:WikiEditor) which says that this extension is already bundled in version 1.18 above. Not sure how to resolve it. My website is 'www.safesearules.com'. 98.197.119.150 (talk) 06:02, 13 June 2016 (UTC)Reply

You need to enable this when logged in. Under Preferences (top right hand side). And then in the Editing tab. It is called "Enable enhanced editing toolbar". Felipe (talk) 07:04, 13 June 2016 (UTC)Reply

Does not work on Wikimedia 1.27

edit

Adding wfLoadExtension( 'WikiEditor' ); on a new installed Wikimedia does not show the toolbar.

Same process on 1,16 make it workL 80.12.33.75 (talk) 15:11, 1 August 2016 (UTC)Reply

See: https://www.mediawiki.org/wiki/Extension%20talk%3AWikiEditor/2016#h-my_wikieditor_doesn%27t_look_same_as_as_it_looks_on_Wikipedia-2016-06-13T06%3A02%3A00.000Z Felipe (talk) 14:07, 2 August 2016 (UTC)Reply
You're the man ! Thanks ! It works ! 80.12.38.41 (talk) 16:28, 2 August 2016 (UTC)Reply
Not for me. Upgraded to 1.27.1 under ubuntu 14 and no toolbar appears in the edit window. Under XAMPP and Win7 all toolbars appear and work. 132.170.15.255 (talk) 17:54, 28 September 2016 (UTC)Reply
I upgraded from 1.19 to 1.27, and then enabled WikiEditor. I thought it was working, but it isn't now - for pages in the Main namespace. Other namespaces (MediaWiki, Talk, Template, User) appear to work as expected.
By 'not working', I mean:
no 'Wikitext/Preview/Changes' buttons (these work for the other namespace pages).
No Editor Toolbar (this works for the other pages). Berbo (talk) 17:04, 31 October 2016 (UTC)Reply
Sorry, that was my mistake. I had tried to modify another extension, LastModified, but must have screwed it up. Somehow, that broke the WikiEditor.
When I reverted my changes, all was well.
As an aside, beware of extensions that can mess up the Javascript. Berbo (talk) 20:20, 31 October 2016 (UTC)Reply

How to adjust line spacing in editing box?

edit

The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.


Using the WikiEditor that came with MW 1.27.0 (not sure how to check what the WE ver. is), when I enable the enhanced toolbar, the line spacing in the editing box is increased so it looks like 1.3 or 1.5 line spacing. With the normal toolbar the spacing looks like I'd expect (single spacing I assume), but with the enhanced toolbar the spacing looks too big.

Along with the bigger spacing looking "weird" and making text harder to read (courier don't work well with big line spacing), it also makes it difficult to tell how many lines are between text in sections with double (or more) line breaks.

Don't know if it makes a difference that I use MonoBook (without the WYSIWYG).

But, enough rambling: Is there a way to adjust the linespacing (and where do I look)? Metalbunny (talk) 10:06, 20 August 2016 (UTC)Reply

Yup encountered the same issue... Doc James (talk) 16:23, 23 January 2022 (UTC)Reply
The discussion above is closed. Please do not modify it. No further edits should be made to this discussion.

No icons appearing at MW 1.27.1

edit

Phrases are visible. Looks like buttons work, just there are no icons on them. Атомный трамвай (talk) 01:51, 7 October 2016 (UTC)Reply

The file path "$wgResourceBasePath/extensions/WikiEditor/modules/images/toolbar/" must be correct.
Have you modified the $wgResourceBasePath value ? Megajoule (talk) 21:49, 6 March 2018 (UTC)Reply

Is the "upload" in "image" tab only available for Wikipedia?

edit

I saw same icon in image window, but when I click it in my MW 1.27.1 wiki, it only show you are not login.(Where I am login-ed for sure )

Any other extension or config need to be set to get this function work?

Here is the upload that I mentioned: http://i.imgur.com/0HcDtYB.png

Error example: http://i.imgur.com/D3w6am8.png Deletedaccount4567435 (talk) 07:32, 16 October 2016 (UTC)Reply

I was able to make this work for a single user. I have no idea why it's working only for this one.. 213.48.14.66 (talk) 14:53, 5 September 2017 (UTC)Reply
Return to "WikiEditor/2016" page.