Documentation Index

Fetch the complete documentation index at: https://docs.document360.com/llms.txt

Use this file to discover all available pages before exploring further.

Editor elements

Prev Next

The Advanced WYSIWYG editor gives you a complete set of building blocks for creating structured, engaging content — without writing a single line of code. Whether you're organizing a long article, displaying code for developers, or embedding a video walkthrough, editor elements let you control exactly how your content looks and behaves for every reader.

Use this section to understand the foundational concepts of the editor, then navigate to the specific element articles you need.


Content blocks

In the Advanced WYSIWYG editor, a block is a section of content that ends with a line break. The next piece of content that starts on a new line is considered a new block. Content blocks are a foundational content management capability of the editor. They give you control over how your article is organized and who can see each part of it.

There are two types of content blocks.

Movable content blocks let you rearrange sections of your article by clicking arrows or dragging and dropping — no copy-pasting required. Use movable blocks when you need to restructure content after a product update, or to ensure a warning or note appears immediately before the step it applies to.

Conditional content blocks let you show or hide specific sections based on conditions such as country, device type, date, reader group, workspace, or IP address. Use conditional blocks when your audience is not uniform — for example, to show region-specific pricing only to readers in certain countries, or to surface internal content only to administrators.

NOTE

Content inside a conditional block is not indexed by Eddy AI or general search. Avoid placing information there that readers might need to find through search.

Together, these two block types help you keep a single article relevant to multiple audiences and easier to maintain over time, without duplicating content across separate articles.


Movable content blocks

Hover over any block in the Advanced WYSIWYG editor to reveal two icons on the left: the Settings icon and the ellipsis icon.

To move a block using arrows:

  1. Navigate to the desired article in the Advanced WYSIWYG editor.
  2. Hover over the block you want to move.
  3. Click the ellipsis icon on the left side of the block.
  4. Use the controls that appear:
    • Up / Down arrows: move the block one position at a time.
    • Delete icon: removes the block; the next block moves up automatically.

Movable arrows

To drag a block to a specific position:

Hold the ellipsis icon of the block and drag it to your desired location within the editor.

To insert a new block:

Hover over an existing block, click the Settings icon, then select Insert block above or Insert block below.

Insert block

NOTE
  • Dividers cannot be moved using movable blocks.
  • The entire FAQ section is treated as a single block. Individual FAQs within an Eddy AI-generated FAQ section cannot be moved independently.
  • To undo a deletion, press Ctrl + Z.

Conditional content blocks

Conditional content blocks allow you to control the visibility of specific sections based on predefined conditions.

NOTE

Content inside a conditional block is not indexed by Eddy AI or general search.

To set up a conditional content block:

  1. Navigate to the desired article in the Advanced WYSIWYG editor.
  2. Hover over the content block and click the Settings icon on the left.
  3. Select Conditional Content. The Conditional content panel appears.

Conditional content panel

  1. Turn on the Enable toggle to activate the conditional content.
  2. In the Visibility section, choose:
    • Show — displays the block only when the condition is met.
    • Hide — hides the block when the condition is met.
  3. Select the operator:
    • AND — all conditions must be met.
    • OR — any single condition triggers the visibility rule.
  4. Click + Add to create a new condition.
  5. In the Parameter dropdown, select the desired parameter and set the condition and value.
Parameter Conditions Example
Country Equals, Not equals, In, Not in Equals + India → only readers from India see the content. Not in + USA → all countries except USA see the content.
Date After, Before, Between Before + Oct 1, 2024 → only readers accessing before that date see the content. Between + Sep 1–Oct 1, 2024 → content visible during that period only.
Device Equals, Not equals, In, Not in Equals + Mobile → only mobile users see the content. Not in + Desktop → content hidden from desktop users.
Workspace Equals, Not equals, In, Not in Equals + Marketing workspace → only that workspace's content is visible. Not in + Sales workspace → content hidden from the Sales workspace.
Reader groups Equals, Not equals, In, Not in Equals + Admins → only the Admin group sees the content. Not in + Editors → hidden from editors, visible to other groups.
IP address Equals, Not equals, Range, In, Not in Equals + 192.168.1.1 → only that IP sees the content. Range + 192.168.1.1–192.168.1.100 → visible to users within that IP range.

NOTE
  • The Workspace parameter appears only if you have multiple workspaces.
  • For In or Not in conditions, you can select multiple values from the dropdown.
  1. To reuse the condition across articles, click Save for reuse, enter a name, and save it.
  2. Click Save to apply the condition to the block, or Save as to save it for future use.
  3. To remove a condition, click Remove Condition within the selected block, then click Apply.

Copying conditional content

Conditional blocks are mapped to the article ID where they were created. If you copy and paste a conditional block into a different article, the condition is removed on refresh; the IDs no longer match the new article.

Never rely on copy-paste to move conditional blocks between articles. The conditional formatting will be stripped after refresh, navigation, or publish.

Recommended approach when reusing conditional content across articles:

  • Copy the content without relying on the existing conditional formatting.
  • Reapply the conditional content block in the new article.
  • Alternatively, use Save for reuse to quickly apply the same condition across articles without recreating it each time.

Editor elements

Within each content block, you can use a wide range of editor elements to present your content clearly — from text and formatting controls to tables, callouts, media, code blocks, and more. Explore the articles below to learn about each element and when to use it.

Text and formatting

Text elements Learn more →
Manage text styles, headings, and color to create clear visual hierarchy.
Formatting Learn more →
Apply bold, alignment, indentation, and spacing to make articles easy to scan.
Present steps, options, and tasks using bullet, numbered, multilevel, and checklist formats.

Code and technical content

Inline code & code block Learn more →
Show code with syntax highlighting for commands, variables, and multi-line snippets.
Build structured layouts with merged cells, frozen rows, and styled columns.
Render mathematical equations and scientific notation with precision.

Content structure

Separate platform-specific or plan-based content into tabs on a single page.
Accordion Learn more →
Collapse optional or advanced content behind a toggle to keep the page clean.
Dividers Learn more →
Visually separate sections using solid, dotted, or dashed lines.

Callouts and notices

Callout Learn more →
Highlight critical content using Info, Warning, Error, and Success notice blocks.
Private note Learn more →
Add internal notes visible only to your team — never shown to readers.

Media and interactivity

Insert, align, resize, crop, style, and caption images, with support for alt text, hyperlinks, and advanced editing tools.
Add downloadable files inline in the article or as sidebar attachments.
Embedding Learn more →
Embed third-party forms, widgets, and live tools directly into your article.

Discovery and navigation

Connect readers to articles, headings, external URLs, or email addresses.
Add structured Q&A sections that improve SEO, with an AI option that writes questions for you.
Insert emojis to add visual cues and make onboarding content more engaging.
Code view Learn more →
Switch to raw HTML view to inspect, edit, or paste source code directly into the article.