plugins icon indicating copy to clipboard operation
plugins copied to clipboard

🧩 logseq.Editor.moveBlock

Open utterances-bot opened this issue 2 years ago • 1 comments

https://plugins-doc.logseq.com/logseq/Editor/moveBlock

utterances-bot avatar Oct 17 '23 12:10 utterances-bot

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"
      }
   ]
}

keebeegee avatar Oct 17 '23 12:10 keebeegee