Converting a list to a table

Converting a list to a table in the style of crayon drawing
20240121-170205-Converting a list to a table
Converting a list to a table in the style of crayon drawing
Generated by oik-ai using DALL·E 3
1024 x 1024

I wanted to convert something that I’d started writing as a nested list into a table.

System message:

Convert this Gutenberg nested list into a Gutenberg table block with 3 columns: Service,Chat,Image
The nested list items are the values for the Chat and Image cells

User message:

<!-- wp:list -->
<ul><!-- wp:list-item -->
<li>OpenAI <!-- wp:list -->
<ul><!-- wp:list-item -->
<li>ChatGPT</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>DALL<strong>·</strong>E</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list --></li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Deepai.org <!-- wp:list -->
<ul><!-- wp:list-item -->
<li>Chat</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Image </li>
<!-- /wp:list-item --></ul>
<!-- /wp:list --></li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Google Bard https://bard.google.com/chat</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Bing <!-- wp:list -->
<ul><!-- wp:list-item -->
<li>Chat <a href="https://www.bing.com/?scope=web&cc=GB">Bing</a></li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li><a href="https://www.bing.com/images/create?">Image Creator from Microsoft Designer (bing.com)</a></li>
<!-- /wp:list-item --></ul>
<!-- /wp:list --></li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>LLaMA</li>
<!-- /wp:list-item -->

<!-- wp:list-item -->
<li>Imagine with Meta AI - doesn't work in the UK yet.</li>
<!-- /wp:list-item --></ul>
<!-- /wp:list -->

Assistant message ie response.

<!-- wp:table {"className":"wp-block-table"} -->
<table class="wp-block-table"><thead><tr><th>Service</th><th>Chat</th><th>Image</th></tr></thead><tbody><tr><td>OpenAI</td><td>ChatGPT</td><td>DALL·E</td></tr><tr><td>Deepai.org</td><td>Chat</td><td>Image</td></tr><tr><td>Google Bard</td><td><a href="https://bard.google.com/chat">Chat</a></td><td>-</td></tr><tr><td>Bing</td><td><a href="https://www.bing.com/?scope=web&cc=GB">Chat</a></td><td><a href="https://www.bing.com/images/create?">Image Creator from Microsoft Designer (bing.com)</a></td></tr><tr><td>LLaMA</td><td>-</td><td>-</td></tr><tr><td>Imagine with Meta AI</td><td>-</td><td>Not working in the UK yet</td></tr></tbody></table>
<!-- /wp:table -->
ServiceChatImage
OpenAIChatGPTDALL·E
Deepai.orgChatImage
Google BardChat
BingChatImage Creator from Microsoft Designer (bing.com)
LLaMA
Imagine with Meta AINot working in the UK yet

Excerpt

I wanted to convert something that I’d started writing as a nested list into a table. Convert this Gutenberg nested list into a Gutenberg table block with 3 columns: Service, Chat, Image. The nested list items are the values for the Chat and Image cells.

45 words

SEO info