- Synthesis can call Logseq’s API, therefore it can do everything possible through that API.
- Thus also to write blocks, pages etc.
- A small demonstration can be found in section “Logseq API” of Synthesis lab - Natural-language programming.
- Thus also to write blocks, pages etc.
- But for this capability to be materialized, it is necessary for someone to teach Synthesis what to call when.
- things like this:
**insert** child of content some value: Logseq.insert_block(uuid of current block, that value)
- things like this: