logseq_get_editing_block_content
Retrieve the content of the currently edited block in Logseq, enabling programmatic interaction with knowledge graphs for efficient content management.
Instructions
Get content of currently edited block
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {},
"title": "GetEditingBlockContentParams",
"type": "object"
}