plugins
plugins copied to clipboard
🧩 logseq.Editor.moveBlock
To move a block so that it becomes a child of another block, use optional argument "children":
{
"method":"logseq.Editor.moveBlock",
"args":[
"RefSrcBlock",
"RefTargetBlock",
{
"children":"true"
}
]
}