Tags:
create new tag
, view all tags

MediaWikiTablePluginDev Discussion: Page for developer collaboration, enhancement requests, patches and improved versions on MediaWikiTablePlugin contributed by the TWikiCommunity.
• Please let us know what you think of this extension.
• For support, check the existing questions, or ask a new support question in the Support web!
• Please report bugs below

Feedback on the MediaWikiTablePlugin

-- MichaelDaum - 22 Sep 2006

Wow, yet another plugin by you micha! Thanks for sharing with the TWikiCommunity! This is the 240th active plugin posted on twiki.org.

You could add this note to the installation section so that users are not tempted to install it on their client:
Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the TWiki server.

How about measuring and documenting the PluginBenchmarks numbers?

I need to make related EditSyntaxPlugin production use ready.

-- PeterThoeny - 22 Sep 2006

> You do not need to install anything on the browser to use this plugin.

I don't like this text. Why should I assume the visitor is expecting some browser plugin? I am more for a message told upfront.

-- MichaelDaum - 23 Sep 2006

How does this plugin react with TWiki syntax?

-- KwangErnLiew - 31 Mar 2008

It parses mediawiki's table syntax using an implementation of the commonTagsHandler(). The hole thing then reacts as everything else that goes this route. Means, you can mix syntax of both. Not sure if that's what you asked for.

-- MichaelDaum - 01 Apr 2008

The latest plugin page has some Wikipedia:Mojibake:

|Pok� Ball || Regular Pok� Ball || All Versions

-- PeterThoeny - 16 Jul 2008

Bugs:Item5788 and fixed in version 1.01

-- MichaelDaum - 17 Jul 2008

Michael, thank you very much for creating this plugin. I have had trouble with creating nested tables using the TWiki plugins. The MediaWikiTablePlugin has given me that capability. However, the WYSIWYG editor is creating problems with the formatting of the table. When trying to edit the page with the MediWikiTablePlugin? syntax, this WYSIWYG mode takes off the white spaces corrupting the table syntax. So, a table formatting like this-


{| class="wikitable" ! Heading 1 |- | Some contents, other contents.... |- ! Heading 2 |- | Content 2, content 3... |} {| class="wikitable" ! Right Heading 1 |- | Right Some contents, other contents.... |- ! Right Heading 2 |- | Right Content 2, content 3... |}

becomes
{| class="wikitable-left" ! Heading 1 |- | Some contents, other contents.... |- ! Heading 2 |- | Content 2, content 3... |} {| class="wikitable-right" ! Right Heading 1 |- | Right Some contents, other contents.... |- ! Right Heading 2 |- | Right Content 2, content 3... |}

Can you help me understand why this is happening? What should be done to fix this?

Thanks -ManojPooleery.

-- ManojPooleery - 25 Jul 2008

 
Topic revision: r8 - 25 Jul 2008 - 19:14:39 - ManojPooleery
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback