tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
294
fork
atom
a tool for shared writing and social publishing
294
fork
atom
overview
issues
31
pulls
pipelines
add alternate names for list commands
awarm.space
4 days ago
a993f164
2fa31878
+6
-1
1 changed file
expand all
collapse all
unified
split
components
Blocks
BlockCommands.tsx
+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
31
-
import { ListUnorderedSmall, ListOrderedSmall } from "components/Toolbar/ListToolbar";
31
31
+
import {
32
32
+
ListUnorderedSmall,
33
33
+
ListOrderedSmall,
34
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
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
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([