Option: "Content is parsed like wiki page" leads to unwanted problems
- Status
- Open
- Subject
- Option: "Content is parsed like wiki page" leads to unwanted problems
- Version
- 14.x
- Category
- Usability
- Feature
- WYSIWYG (What You See is What You Get)
- Resolution status
- Partially solved
- Submitted by
- GriessbreiLP
- Lastmod by
- Philippe Cloutier
- Rating
- Description
If you uncheck the option:
Content is parsed like wiki pagesome features of the tiki wiki will not work anymore.
Our case:
We have many code examples where we, for example, have arrays like you have them in javascript with square brackets. ["array"]When wiki syntax is parsed, the square brackets are interpreted as a wiki link, which is not the case.
The solution:
we solved the problem with the option "Content is parsed like wiki page". We unchecked it, so wiki syntax is not interpreted.Side effect:
Now, if we try to insert an image from the file gallery, tiki wiki inserts it as a wiki image with the wiki syntax. That won't work, obviously.Another feature that won't work anymore is the codemirror plugin. The plugin inserts wiki syntax too.
My opinion:
All features that use wiki syntax have to check, if this option is set. If it is not checked, than they have to insert html. I mean, if the file gallery inserts a simple img html tag, it would simply work, the same for codemirror.- Solution
Seems to work for me using one of the following:
- No parse tags
[array] - PluginCode
Copy to clipboard[array]
- No parse tags
- Importance
- 9
- Easy to solve?
- 4
- Priority
- 36
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 5732
- Created
- Wednesday 14 October, 2015 09:08:15 UTC
by GriessbreiLP - LastModif
- Friday 05 January, 2018 20:59:43 UTC