Liking cljdoc? Tell your friends :D

com.logseq.editor


api-proxycljs

source

append-block-in-pagecljs

(append-block-in-page page content)
(append-block-in-page page content opts)
source

check-editingcljs

(check-editing)
source

clear-selected-blockscljs

(clear-selected-blocks)
source

create-journal-pagecljs

(create-journal-page date)
source

create-pagecljs

(create-page page-name)
(create-page page-name properties)
(create-page page-name properties opts)
source

delete-pagecljs

(delete-page page-name)
source

edit-blockcljs

(edit-block src-block)
(edit-block src-block opts)
source

exit-editing-modecljs

(exit-editing-mode)
(exit-editing-mode select-block)
source

get-all-pagescljs

(get-all-pages)
(get-all-pages repo)
source

get-blockcljs

(get-block src-block)
(get-block src-block opts)
source

get-block-propertiescljs

(get-block-properties block)
source

get-block-propertycljs

(get-block-property block key)
source

get-current-blockcljs

(get-current-block)
source

get-current-pagecljs

(get-current-page)
source

get-current-page-blocks-treecljs

(get-current-page-blocks-tree)

get all blocks of the current page as a tree structure

get all blocks of the current page as a tree structure
sourceraw docstring

get-editing-block-contentcljs

(get-editing-block-content)
source

get-editing-cursor-positioncljs

(get-editing-cursor-position)
source

get-next-sibling-blockcljs

(get-next-sibling-block src-block)
source

get-pagecljs

(get-page src-page)
(get-page src-page opts)
source

get-page-blocks-treecljs

(get-page-blocks-tree src-page)

get all blocks for the specified page

get all blocks for the specified page
sourceraw docstring

get-page-linked-referencescljs

(get-page-linked-references src-page)

get all page/block linked references

get all page/block linked references
sourceraw docstring

get-page-propertiescljs

(get-page-properties page)
source

get-pages-from-namespacecljs

(get-pages-from-namespace namespace)

get flatten pages from top namespace

get flatten pages from top namespace
sourceraw docstring

get-pages-tree-from-namespacecljs

(get-pages-tree-from-namespace namespace)

construct pages tree from namespace pages

construct pages tree from namespace pages
sourceraw docstring

get-previous-sibling-blockcljs

(get-previous-sibling-block src-block)
source

get-propertycljs

(get-property key)
source

get-selected-blockscljs

(get-selected-blocks)
source

insert-at-editing-cursorcljs

(insert-at-editing-cursor content)
source

insert-batch-blockcljs

(insert-batch-block src-block batch)
(insert-batch-block src-block batch opts)
source

insert-blockcljs

(insert-block src-block content)
(insert-block src-block content opts)
source

is-page-blockcljs

(is-page-block block)
source

move-blockcljs

(move-block src-block target-block)
(move-block src-block target-block opts)
source

new-block-uuidcljs

(new-block-uuid)

Create a unique UUID string which can then be assigned to a block.

Create a unique UUID string which can then be assigned to a block.
sourceraw docstring

on-input-selection-endcljs

(on-input-selection-end callback)
source

open-in-right-sidebarcljs

(open-in-right-sidebar id)
source

prepend-block-in-pagecljs

(prepend-block-in-page page content)
(prepend-block-in-page page content opts)
source

register-block-context-menu-itemcljs

(register-block-context-menu-item label action)

register a custom command in the block context menu (triggered by right-clicking the block dot)

register a custom command in the block context menu (triggered by right-clicking the block dot)
sourceraw docstring

register-highlight-context-menu-itemcljs

(register-highlight-context-menu-item label action)
(register-highlight-context-menu-item label action opts)

Current it's only available for pdf viewer

Current it's only available for pdf viewer
sourceraw docstring

register-slash-commandcljs

(register-slash-command tag action)

register a custom command which will be added to the Logseq slash command list

register a custom command which will be added to the Logseq slash command list
sourceraw docstring

remove-blockcljs

(remove-block src-block)
source

remove-block-propertycljs

(remove-block-property block key)
source

remove-propertycljs

(remove-property key)
source

rename-pagecljs

(rename-page old-name new-name)
source

restore-editing-cursorcljs

(restore-editing-cursor)
source

save-focused-code-editor-contentcljs

(save-focused-code-editor-content)
source

scroll-to-block-in-pagecljs

(scroll-to-block-in-page page-name block-id)
(scroll-to-block-in-page page-name block-id opts)
source

select-blockcljs

(select-block src-block)
source

set-block-collapsedcljs

(set-block-collapsed uuid opts)
source

update-blockcljs

(update-block src-block content)
(update-block src-block content opts)
source

upsert-block-propertycljs

(upsert-block-property block key value)
source

upsert-propertycljs

(upsert-property key)
(upsert-property key schema)
(upsert-property key schema opts)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close