Skip to content

Insert Header #11

Open
Open
@studiohypersetadmin

Description

@studiohypersetadmin

Allow the insertion of header to appear above each chunk of text. For instance, <!--header”My Book: Chapter 1”—>

This one would be HUGELY useful, especially for authors: The ability to add snippets above and below paginated content.

Here is my demo link again:
https://mitty-walters.com/02stage/more-by-mitty/breaking-destiny-preview-css/

As you can see, I added a blue box heading at the top. I’d like for something that to repeat above every paginated page.

I imagine it would work by opening the page editor, then adding something like this: eof-above-every-page

<!--bof-above-every-page-->
<h1 style="text-align: center;"><span class="test">Breaking Destiny Preview</span></h1>
<!--eof-above-every-page-->
<!--bof-below-every-page-->
<h3 style="text-align: center;"><span class=“random”>Available October 1, 2018. Click this here to preorder.</span></h3>
<!--eof-below-every-page-->

This is a follow on to #3: Allow things to be placed above or below specific sections.

For instance, I may want the name of the chapter to appear above every page each chapter. And then below, I may want to provide hot-links so that a reader could jump to a different chapter.

This would first require a manual page break and would end at the next manual page break. I imagine something like this:

<!--nextpage-->
<!--bof-above-this-section-->
<h1 style="text-align: center;"><span class=“random”>Chapter 1: Disappointment</span></h1>
<!--eof-above-this-section-->

<!—bof-below-this-section-->
List of links to chapters
<!—eof-below-this-section-->```

Btw, these would appear *inside* of the every-page tags created above in idea #3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions