cmd:create
This is an old revision of the document!
Create New Node
This command creates a new node in a specified parent. the node id can either be set explicitly or a placeholder variable can be used, which can then in the same command string be used, instead of node id, in other commands.
create <node id|placeholder> <parent node id>
If the parent node id
does not exist an error is returned.
Placeholder example - create new node as child to node 42 and set its title to 'Hello World':
create x 42; update x title 'Hello World'
cmd/create.1591457385.txt.gz · Last modified: 2020/06/06 17:29 by deva