Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

pagebreak is still an issue in the various editors #74

@espaan

Description

@espaan

See also #25, where carsten updated the xinha plugin to output a new pagebreak.

News and Pages are using a pagebreak to split content into several pages
e.g. in Pages

        // Explode the review into an array of seperate pages
        $allpages = explode('<!--pagebreak-->', $item['content']);

however the following outputs are produced

  • tinymce
<!-- pagebreak -->
  • xinha:
<div class="pagebreak"><div><!--pagebreak-->
  • ckeditor:
<div style="page-break-after: always;"><span style="display: none;">&nbsp;</span></div>

Maybe a zikulapagebreak should be used that outputs always the same instead of the default editor specific pagebreak plugin output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions