tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
29
pulls
pipelines
allow bsky block command in pubs
awarm.space
6 months ago
e994efff
298df37b
-1
1 changed file
expand all
collapse all
unified
split
components
Blocks
BlockCommands.tsx
-1
components/Blocks/BlockCommands.tsx
···
289
289
name: "Bluesky Post",
290
290
icon: <BlockBlueskySmall />,
291
291
type: "block",
292
292
-
hiddenInPublication: true,
293
292
onSelect: async (rep, props) => {
294
293
createBlockWithType(rep, props, "bluesky-post");
295
294
},