kinyelo / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
1 stars 2 forks source link

Selective use of CKEditor #323

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be useful to configure a single page not to use the CKEditor, the new 
all-or-nothing configuration is a little broad for some uses.

There are some occasions where I have resorted to creating a structure for a 
page, just to introduce some slightly more complicated HTML code.

Perhaps the page config tab (titled "Page") can have a drop-down to select 
"plain editor", "CKEditor" or wikitext?

Original issue reported on code.google.com by iain.ked...@gmail.com on 25 Aug 2010 at 12:33

GoogleCodeExporter commented 9 years ago

Original comment by kinyelo@gmail.com on 25 Aug 2010 at 2:12

GoogleCodeExporter commented 9 years ago
I also think it'd be neat to have a "code" option, in at least one editor. 

see: http://code.google.com/p/vosao/issues/detail?id=330

Original comment by derrick.simpson@gmail.com on 28 Aug 2010 at 8:42

GoogleCodeExporter commented 9 years ago
In the Mediawiki mode you can write something like:

>>>>
<source lang=java>
public void testMethod() {
  System.out.println("Hello World");
}
</source>
<<<<

and it should be highlighted.

The currently available values for the "lang" attribute in the "source" tag are:
- abap for SAP R/3 ABAP programming language snippets
- csharp for C# programming language snippets
- java for Java programming language snippets
- javascript for JavaScript programming language snippets
- php for PHP programming language snippets
- python for Python programming language snippets
- xml for XML and HTML snippets

Original comment by khartl...@gmail.com on 28 Aug 2010 at 8:53

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r903.

Original comment by kinyelo@gmail.com on 23 Sep 2010 at 12:08

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by kinyelo@gmail.com on 23 Sep 2010 at 12:08