Basker Docs

The rich text editor

Format text and insert inline blocks wherever you can type rich text.

The rich text editor is the writing surface inside blocks such as Text and Heading. You type your copy, format it with the toolbar, add links, and drop in inline buttons, media, and HTML. What you see is structure; your theme decides the final look.

A toolbar sits pinned above the editor, and a smaller floating toolbar appears over any text you select.

Formatting text

Select the text you want to change, then use the toolbar.

  • Headings — every level, from H1 (the largest) down to H6 (the smallest).
  • Bold, italic, and underline — also available with Cmd/Ctrl + B, I, and U.
  • Bulleted and numbered lists.
  • Alignment (left, centre, right), indent and outdent, and blockquotes.
  • A horizontal divider to break up sections.

The text-formatting menu

The text-formatting menu (the A dropdown) adds the less-common touches:

  • Change case: Lowercase, Uppercase, Capitalize.
  • Strikethrough, Subscript, Superscript, and Highlight.
  • Clear Formatting — strips every format, colour, and inline property from the selected text and returns it to plain text.

Font colour

Colour selected text from a preset palette of 15 swatches, or enter a custom hex value of your own. With no colour applied, text uses your theme's default text colour.

Preview custom colours

Custom colours sit on top of your theme's palette. Preview before publishing to check the colour reads well against your theme's background.

Special characters

The special-characters picker (the smiley-face button labelled Insert special character) inserts a glyph at your cursor, grouped into Punctuation, Quotes, Currency, Symbols, Accented, and Emoji.

Undo and redo

Step backwards and forwards through your changes with the undo and redo controls in the toolbar.

Select text, then add a link. You can point it at either:

  • Internal link — pick a page or record on your own site with the Document to link to picker. Internal links repair themselves if the target is later renamed.
  • Custom URL — type any web address in the Custom URL field, for destinations outside your site.

Turn on the new-tab option to open the link in a new tab, which is useful when it leaves your site.

Linked content must be published

An internal link to a page or record that is still a draft, unpublished, or deleted won't work on the live site until that content is published. See Drafts, preview, and publishing.

Inline properties (class and ID)

Select inline text and open Inline Properties to attach a CSS Class or an ID, then press Apply. This only attaches the name — it applies no styling on its own. A class changes how text looks only if your theme defines matching CSS for it; an unknown or misspelt class has no effect. An ID gives the text an anchor you can link to.

Inserting inline blocks

From the insert menu you can add three blocks within your text, each documented on its own page:

  • Button — a call-to-action button that sits inline, within a line of text.
  • Media — an image or video, picked from your media library or added by web address. Sits on its own line.
  • HTML — a snippet of custom markup. Sits on its own line.

Tracking code does not belong in inline HTML

The inline HTML block strips out <script> tags, so analytics and tracking snippets pasted here will not run. Add tracking through your theme's custom code or a tag manager instead. See Google Analytics.

Dynamic sources

When you write inside a page or record that carries live data, an Insert dynamic source option drops in a token (shown as {{token}}) that the live page fills from the record — for example an event's date or a venue's name. The available sources depend on what kind of content you're editing, and include any custom attributes you've set up.

Tables

Tables are available but still experimental, and their appearance depends on your theme. Build one if you need it, but always preview the page before publishing.

Shared controls

The editor itself has no block-level settings — it lives inside the Text or Heading block, which carries the width, alignment, background, and spacing controls.

Example

To write an event introduction with a styled lead line and a link:

Add a Text block

Drop a Text block onto the page and click into the Text field.

Write and format the copy

Type your paragraph, then select the opening sentence and set it to a heading level for emphasis. Use the text-formatting menu to Highlight a key phrase if you want it to stand out.

Select the words that should link out, choose Custom URL for an external destination or Internal link to point at one of your own pages, and turn on the new-tab option if it leaves your site.

Preview before publishing

Your theme styles the finished result, so preview the page to confirm the heading sizes, colours, and links read the way you expect.

Where to go next

On this page