Convert bulleted lists into numbered lists

Please log in or register to do it.

This tool converts bulleted lists into numbered lists. It scans your text for lines that start with bullet markers (such as "-", "*", or "•") and replaces them with numbered items. You can choose to convert all bullet items, only those whose text includes (or excludes) specified substrings, or format the numbered items using a custom format. Additional options allow you to restrict conversion to specific bullet markers and to preserve the original indentation of your lists.

Additional Settings:

Conversion Modes:


Converts every line that starts with a bullet marker into a numbered list item.

Only converts bullet items whose text (after the bullet) contains the specified substring(s). Enter a comma‑separated list (e.g., Important, Note).

Converts all bullet items except those whose text contains the specified substring(s). Enter a comma‑separated list (e.g., Skip, Ignore).

Applies a custom format to each converted list item. Use {number} as a placeholder for the item's number and {text} for the bullet item text.

Examples:

Basic Conversion

Converts all bulleted items into numbered list items.

Before:
- First item
- Second item
- Third item
After:
1. First item
2. Second item
3. Third item

Include Only Items Matching Specified Substrings

Only converts bullet items that contain the specified substring "Important".

Before:
- Important: Update the system
- Note: Check settings
- Important: Backup files
After (specifying "Important"):
1. Important: Update the system
2. Important: Backup files

Exclude Items Containing Specified Substrings

Converts all bullet items except those that contain the substring "Ignore".

Before:
- First item
- Ignore: Temporary data
- Second item
After (excluding "Ignore"):
1. First item
2. Second item

Custom Number Format

Each bullet item is converted using a custom format.

Before:
- List item one
- List item two
After (format "{number}) {text}"):
1) List item one
2) List item two
Convert text to Toggle Case
Convert HTML entities into readable text

Your email address will not be published. Required fields are marked *