Loading...
 
Skip to main content

WYSIWYG doesn't create tables with Wiki syntax

Status
Closed
Subject
WYSIWYG doesn't create tables with Wiki syntax
Version
6.x
7.x
Category
  • Error
  • Feature request
Feature
Wiki Syntax (text area, parser, external wiki, etc)
WYSIWYG (What You See is What You Get)
Resolution status
Fixed or Solved
Submitted by
gabrielcossette
Lastmod by
Ushindi Gedeon
Rating
(0)
Description

If I create a table using the WYSIWYG Editor and click on the Source button, the generated code is using HTML code like this:

<table> <tbody> <tr> <td></td> </tr> </tbody> </table>


Instead of the real Wiki Syntax for tables (http://doc.tiki.org/Wiki-Syntax+Tables).

I guess a "HTML->Wiki Syntax Translation" setting must be missing.

As an example, I found out a MediaWiki WYSIWYG CKEditor that does this same translation just fine. Maybe you could check out the code:

Extension Homepage
Download
Online demo

Thanks a lot!

Solution
Workaround
Importance
5
Easy to solve?
3
Priority
15
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
3930
Created
Thursday 30 June, 2011 03:31:01 UTC
by gabrielcossette
LastModif
Wednesday 01 July, 2026 21:43:44 UTC


Show PHP error messages