a tool for shared writing and social publishing

add alternate names for list commands

+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([