Commit Graph

5473 Commits (21d7bfa2e6d3881e44df80bf854636044654b9e3)

Author SHA1 Message Date
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
leizhe f9c77d8300 dwim: make dwim feature optional 2021-10-18 22:04:55 +08:00
charlie 3366d45337 fix(ui): position of left sidebar menu when fullscreen on mac 2021-10-18 21:46:51 +08:00
charlie 2bf8a17f6e fix(dev): watch css 2021-10-18 21:46:29 +08:00
charlie 287b4e2118 enhance(ui): polish left sidebar ui & transition 2021-10-18 13:14:38 +08:00
charlie d16c7bee1f fix: add js file to allowed format when reload dir 2021-10-18 13:11:10 +08:00
charlie 1df76c4595 enhance: support custom js for web nfs 2021-10-18 13:11:10 +08:00
charlie 0415ba4272 feat: support custom js 2021-10-18 13:11:10 +08:00
charlie a25bff4d83 fix(electron): auto updater callback payload error 2021-10-17 05:54:40 +08:00
Tienson Qin 13beeb4c93 fix: flashcards number not updated reactively 2021-10-13 00:44:28 +08:00
Tienson Qin 3d79ccf5aa fix: safe lower-case 2021-10-13 00:11:03 +08:00
Tienson Qin 914b32d835 chore: bump version 2021-10-12 22:49:52 +08:00
Tienson Qin 1221256274 fix: sometimes recent not working 2021-10-12 22:44:43 +08:00
Tienson Qin df221dba61 fix: handle newline for roam exported json 2021-10-12 22:16:51 +08:00
Tienson Qin d405d994a0 fix: filter outdated pages in both favorites and recent 2021-10-12 22:08:05 +08:00
Tienson Qin f4b04190c4 enhance: move edit config.edn to Editor 2021-10-12 21:40:32 +08:00
Tienson Qin a9b9b8dcbd enhance(perf): don't trigger reactive queries for all cards 2021-10-12 21:23:48 +08:00
Tienson Qin 7daa65fcfb fix: can't open graph on Linux
Downgrade Electron.
2021-10-12 20:43:53 +08:00
Tienson Qin 8d68fedde3 fix: don't favorite when renaming page's title 2021-10-12 20:08:13 +08:00
Tienson Qin 5b5690237f chore: bump electron 2021-10-12 19:45:11 +08:00
Tienson Qin 2585433740 fix: performance degradation 2021-10-12 17:21:59 +08:00
Tienson Qin e35c6c38ca chore: bump mldoc 2021-10-12 14:32:48 +08:00
Tienson Qin f134bf11d9 fix: undo need multiple steps 2021-10-12 14:28:29 +08:00
Tienson Qin 788dd59c02 fix: add toggle left sidebar to customize shortcuts 2021-10-11 22:41:35 +08:00
Tienson Qin 51d7f0d79e fix: add button not aligned well 2021-10-11 22:00:01 +08:00
Tienson Qin 35e7b7e3f1 fix: advanced query 2021-10-11 21:16:09 +08:00
Tienson Qin be6256d9e3 enhance: remove cards title background color 2021-10-11 20:16:43 +08:00
Tienson Qin 1eade5a40a fix: add missing tabler icons css when publishing 2021-10-11 19:50:28 +08:00
Tienson Qin bd9b1afd12 fix: srs cards numbers 2021-10-11 18:51:25 +08:00