Skip to content

Is there a way to control whether paragraph text shows in the story bookmarks? #6943

Answered by nf-s
samkraw asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @samkraw

The bookmark is supposed to the first 100 characters of the paragraph text. It does this by looking at the HTML, finding the first element, and then picking first 100 characters.

Copy and pasting from Microsoft Word could add extra HTML elements - so the first element may not contain your text.

For example

<p></p>
<p>Some Text</p>

We currently don't have a way to edit HTML directly in the story body. But if you copy and paste your text into a plain-text or code editor, then all HTML will be stripped

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@samkraw
Comment options

Answer selected by samkraw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants