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.
Examples:
Basic Conversion
Converts all bulleted items into numbered list items.
- First item - Second item - Third item
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".
- Important: Update the system - Note: Check settings - Important: Backup files
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".
- First item - Ignore: Temporary data - Second item
1. First item 2. Second item
Custom Number Format
Each bullet item is converted using a custom format.
- List item one - List item two
1) List item one 2) List item two