Commit Graph

3456 Commits

Author SHA1 Message Date
charlie
694cc4e976 improve(ux): more interacted area for insert-block-plus page 2021-11-02 12:16:15 +08:00
Peng Xiao
30e4233daf fix: notification wrapper blocks user from interacting with the main area 2021-11-02 12:15:58 +08:00
charlie
f3b4de5c93 fix(ui): preview image broken within right sidebar occasionally. 2021-11-02 12:15:22 +08:00
Yongqinchuan Du
6d0f090587 fix code block wide mode toggle 2021-11-01 11:19:52 +08:00
charlie
839b85e4df fix(pdf): support sub assets for pdf files #3024 2021-11-01 11:19:29 +08:00
Tienson Qin
601d14f529 enhance(ux): add new page link 2021-10-28 02:51:00 +08:00
Tienson Qin
ac8668137b ux: put demo alert in the header 2021-10-28 02:29:09 +08:00
Tienson Qin
9395a18ed1 fix: don't show alert when publishing 2021-10-27 23:42:22 +08:00
Tienson Qin
762871c1e1 enhance: add demo graph alert 2021-10-27 22:44:39 +08:00
Tienson Qin
5dd0b60f53 fix: decrypt file content if there're diffs 2021-10-27 22:29:09 +08:00
Tienson Qin
8baf90d739 fix: encrypted page for revert history version by git 2021-10-27 22:18:46 +08:00
Dongxu Wang
4bf36b28af enhance(ui): replace master with main as the default branch placeholder. 2021-10-27 19:59:10 +08:00
charlie
96040e04a8 chore: remove debug 2021-10-27 19:54:05 +08:00
charlie
14daac41d9 improve: list the orphaned pages when removing 2021-10-27 19:54:05 +08:00
charlie
f4d4939783 fix(ui): position of add new block button within right sidebar 2021-10-27 19:07:15 +08:00
Tienson Qin
12fe2f9fad fix: files not saved when onboarding while canceld the file picker 2021-10-27 18:58:06 +08:00
GoldinGuy
7282c15ee1 add time wrapper for scheduled/deadline 2021-10-25 11:39:41 +08:00
charlie
ea81ff8b67 fix(ui): response visibility for left mobile sidebar 2021-10-25 11:25:53 +08:00
Andelf
072cef071b fix: wrong delta pos when change to empty marker
Fix #2998
2021-10-25 11:05:52 +08:00
charlie
8bdf0a965d fix(ui): position of left sidebar trigger when pdf viewer active 2021-10-25 10:28:18 +08:00
charlie
035795951b fix(ui): close mobile left sidebar modal after clicking items link 2021-10-25 10:28:18 +08:00
charlie
06b517cc4f fix(ui): alignment of all pages actions elements 2021-10-25 10:28:18 +08:00
Tienson Qin
7bbb68296b chore: bump version 2021-10-22 23:11:45 +08:00
Tienson Qin
b04b720bbc chore: bump mldoc 2021-10-22 22:38:56 +08:00
Tienson Qin
ab993d5028 chore: bump mldoc 2021-10-22 22:35:52 +08:00
llcc
584c929839 Enhance logbook (#2987)
* 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>
2021-10-22 22:24:53 +08:00
charlie
ba6d7930f8 fix(ui): icons wrap size of head-bar 2021-10-22 19:51:07 +08:00
Charlie
8ad9836ca7 Enhance/all pages filters (#2976)
Enhanced all pages
2021-10-21 18:21:54 +08:00
rcmerci
c8b07ff97a fix: region copy as
when embed-page included in selected region, will copy embed-page twice
2021-10-21 17:52:51 +08:00
rcmerci
e60aa99aec chore: clear code 2021-10-21 17:52:09 +08:00
rcmerci
532a08c2d6 enhance: add export testcases 2021-10-21 17:52:09 +08:00
rcmerci
27702457b3 enhance: export-block & page performance 2021-10-21 17:52:09 +08:00
leizhe
be28193e32 cleanup: frontend.components.block.cljs 2021-10-20 18:39:00 +08:00
leizhe
43cc8c2723 cleanup: frontend.commands 2021-10-20 18:39:00 +08:00
leizhe
1b3ffcda0f fix(property): a newline is needed between PROPERTIES and body 2021-10-20 16:40:27 +08:00
leizhe
625c75494e fix property test 2021-10-20 16:40:27 +08:00
leizhe
8f2140e537 enhance: properties inserting
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.
2021-10-20 16:40:27 +08:00
leizhe
0be5859ed0 fix last commit 2021-10-20 16:34:49 +08:00
leizhe
5bccc545de 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.
2021-10-20 16:34:49 +08:00
leizhe
1c3536198e Revert "cleanup: arguments in some commands"
This reverts commit 0e7df6e5fe.
2021-10-20 16:34:49 +08:00
leizhe
331f195054 cleanup: arguments in some commands 2021-10-20 16:34:49 +08:00
leizhe
9c33cf4b6b fix https://github.com/logseq/logseq/issues/2866 2021-10-20 16:34:49 +08:00
leizhe
bcd6509a9b fix(logbook): fix https://github.com/logseq/logseq/issues/2866 partially
Timetracked logbook shouldn't only shown up in block with scheduled
timestamp.
2021-10-20 16:34:49 +08:00
charlie
30729c2c59 fix(ui): alignment of head-bar icon buttons 2021-10-20 13:46:52 +08:00
Charlie
e8c7c4ca45 feat: persist right sidebar state (#2948)
* feat: persist right sidebar state

* fix: storage operation
2021-10-20 13:44:15 +08:00
charlie
0cf5f876dc fix: add safe lower case util 2021-10-20 13:43:54 +08:00
leizhe
c23cfad1e0 fix typeo https://github.com/logseq/logseq/issues/2979 2021-10-20 13:42:11 +08:00
Tienson Qin
7428ca9c47 fix(dwim): value could be false 2021-10-18 22:05:25 +08:00
leizhe
035cd9c6fd fix(dwim): jump out of properties drawer if empty key at point 2021-10-18 22:04:55 +08:00
leizhe
81fc5b1ed6 fix(dwim): failed to open block-ref if cursor is at the beginning of block. 2021-10-18 22:04:55 +08:00