a tool for shared writing and social publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

add alternate names for list commands

Jared Pereira (Mar 23, 2026, 4:27 PM -0700) a993f164 2fa31878

+6 -1
+6 -1
components/Blocks/BlockCommands.tsx
··· 28 28 } from "components/Icons/BlockTextSmall"; 29 29 import { LinkSmall } from "components/Icons/LinkSmall"; 30 30 import { BlockRSVPSmall } from "components/Icons/BlockRSVPSmall"; 31 - import { ListUnorderedSmall, ListOrderedSmall } from "components/Toolbar/ListToolbar"; 31 + import { 32 + ListUnorderedSmall, 33 + ListOrderedSmall, 34 + } from "components/Toolbar/ListToolbar"; 32 35 import { BlockMathSmall } from "components/Icons/BlockMathSmall"; 33 36 import { BlockCodeSmall } from "components/Icons/BlockCodeSmall"; 34 37 import { QuoteSmall } from "components/Icons/QuoteSmall"; ··· 153 156 { 154 157 name: "Unordered List", 155 158 icon: <ListUnorderedSmall />, 159 + alternateNames: ["Bulleted List"], 156 160 type: "text", 157 161 onSelect: async (rep, props, um) => { 158 162 let entity = await createBlockWithType(rep, props, "text"); ··· 168 172 name: "Ordered List", 169 173 icon: <ListOrderedSmall />, 170 174 type: "text", 175 + alternateNames: ["Numbered List"], 171 176 onSelect: async (rep, props, um) => { 172 177 let entity = await createBlockWithType(rep, props, "text"); 173 178 await rep?.mutate.assertFact([