* improve(plugin): add container for main ui frame
* feat(plugin): support draggable & resizable UI container for main ui
* feat: support fork sub layout container
* improve(plugin): add editor selection api
* improve(plugin): click outside configure for float container
* improve(plugin): api of journal for create-page
* improve(plugin): api of open-in-right-sidebar
* improve(plugin): add full screen api
* improve(plugin): api of register-palette-command
* improve(plugin): add apis
* fix(logbook): fix https://github.com/logseq/logseq/issues/2866 partially
Timetracked logbook shouldn't only shown up in block with scheduled
timestamp.
* fix https://github.com/logseq/logseq/issues/2866
* cleanup: arguments in some commands
* Revert "cleanup: arguments in some commands"
This reverts commit 0e7df6e5fe.
* enhance(logbook): add two-level options to show logbook
This PR offer two options to control when the logbook drawer shows in
your block.
- `:logbook/enabled-in-timestamped-blocks`: This option defaults to
true, which means that the logbook drawer will be visible in blocks
only with scheduled or deadline timestamp after timetracking.
- `:logbook/enabled-in-all-blocks`: This option defaults to
nil. Adding `:logbook/enabled-in-all-blocks true` to your config file
will enable the logbook shown-up for all blocks after timetracking.
* fix last commit
* fix: timetrack for now->later on repeated task
* fix: add default marker
* enhance(logbook): support seconds
* logbook: add `with-second-support` doc
* logbook: re-define display config
* fix logbook string indentation
Co-authored-by: leizhe <leizhe@leizhedeMacBook-Air.local>
Multiple properties drawers are allowed for now, this PR limits the
creation of multiple drawers to make sure that each block has only
one. Call <properties multiple times will insert the property in same drawer.