Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/examples/live-demos/advcode/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<table>
<table style="width: 100%;">
<thead>
<tr>
<th style="width: 50%;"><h2>The Code Plugin</h2></th>
Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/accordion.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ tinymce.init({

The following configuration options affect the behavior of the {pluginname} plugin.

include::partial$configuration/details_initial_state.adoc[][leveloffset=+1]
include::partial$configuration/details_initial_state.adoc[leveloffset=+1]

include::partial$configuration/details_serialized_state.adoc[][leveloffset=+1]
include::partial$configuration/details_serialized_state.adoc[leveloffset=+1]

include::partial$misc/plugin-toolbar-button-id-boilerplate.adoc[]

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/advanced-typography.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ tinymce.init({

The following configuration options affect the behavior of the {pluginname} plugin.

include::partial$configuration/advanced-typography.adoc[]
include::partial$configuration/advanced-typography.adoc[leveloffset=+1]

include::partial$misc/plugin-toolbar-button-id-boilerplate.adoc[]

Expand Down
17 changes: 13 additions & 4 deletions modules/ROOT/pages/advcode.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
include::partial$misc/admon-premium-plugin.adoc[]

[TIP]
As of {productname} 7.0, the Advanced Code Editor plugin has been renamed to {pluginname}. When adding {pluginname} in your editor, continue to use {plugincode}.
====
As of {productname} 7.0, the Advanced Code Editor plugin has been renamed to {pluginname}. When adding {pluginname} in your editor, continue to use `{plugincode}`.
====

The xref:advcode.adoc[Enhanced Code Editor] plugin (`+advcode+`) brings a more advanced code editor to {productname}. This code editor makes it easier to modify the HTML, and is a useful add-on for power users. It comes with features often found in IDEs, all enabled by default:
The {pluginname} plugin (`{plugincode}`) brings a more advanced code editor to {productname}. This code editor makes it easier to modify the HTML, and is a useful add-on for power users. It comes with features often found in IDEs, all enabled by default:

* Syntax color highlighting.
* Bracket matching.
Expand All @@ -23,7 +25,10 @@ The xref:advcode.adoc[Enhanced Code Editor] plugin (`+advcode+`) brings a more a
* Increase and decrease display font size buttons.
* Full-screen mode button.

NOTE: For the {pluginname} to offer a full-screen mode requires the xref:fullscreen.adoc[Full screen] plugin and requires {pluginname} to be running in xref:advcode.adoc#advcode_inline[inline mode].
[NOTE]
====
For the {pluginname} to offer a full-screen mode requires the xref:fullscreen.adoc[Full screen] plugin and requires {pluginname} to be running in `xref:advcode.adoc#advcode_inline[advcode_inline]` mode.
====

== The difference between the Code and Enhanced Code Editor plugins

Expand Down Expand Up @@ -58,7 +63,11 @@ tinymce.init({

include::partial$misc/code-dialog-and-selection-state.adoc[]

include::partial$configuration/advcode.adoc[]
== Options

The following configuration options affect the behavior of the {pluginname} plugin.

include::partial$configuration/advcode.adoc[leveloffset=+1]

include::partial$misc/advcode-shortcuts.adoc[]

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/editimage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ include::partial$configuration/editimage_toolbar.adoc[leveloffset=+1]

include::partial$configuration/editimage_upload_timeout.adoc[leveloffset=+1]

include::partial$misc/plugin-toolbar-button-id-boilerplate.adoc[leveloffset=+1]
include::partial$misc/plugin-toolbar-button-id-boilerplate.adoc[]

== Commands

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/exportword.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ include::partial$configuration/exportword_converter_style.adoc[leveloffset=+1]

The {pluginname} plugin provides the following {productname} commands.

include::partial$commands/exportword-cmds.adoc[][leveloffset=+1]
include::partial$commands/exportword-cmds.adoc[]

== API Reference

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/markdown.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ liveDemo::{plugincode}[]

The following configuration options affect the behavior of the {pluginname} plugin.

include::partial$configuration/markdown.adoc[][leveloffset=+1]
include::partial$configuration/markdown.adoc[leveloffset=+1]

== Commands

Expand Down
Loading