Ritext
Extensions

Bullet List

Create unordered (bullet) lists.

The BulletList extension adds support for unordered lists. Requires ListItem from base extensions.

Import

import { BulletList } from 'ritext/extension/bulletlist';

Requirements

import { ListItem } from 'ritext/extension/base';

const extensions = [ListItem, BulletList];

Usage

const extensions = [ListItem, BulletList];

Options

Prop

Type

Keyboard Shortcut

ActionWindows / LinuxmacOS
Toggle Bullet ListCtrl+Shift+8⌘+Shift+8

Nested Lists

Bullet lists support nesting. Use Tab to increase list depth and Shift+Tab to decrease it (requires ListKeymap from base extensions).

On this page