Commit Graph

5007 Commits

Author SHA1 Message Date
Tienson Qin
fff5532e3f enhance: better workflow to resolve the modified file 2021-08-31 20:22:27 +08:00
Tienson Qin
7736fd96c8 fix: diff jumps when overwriting Zotero items 2021-08-31 18:44:20 +08:00
Tienson Qin
81d971eff9 enhance: reverse logbook and limit the display length to 10 2021-08-31 17:29:47 +08:00
Weihua Lu
37af6a31ae feat: Zotero overwrite mode 2021-08-31 17:06:13 +08:00
Tienson Qin
dd9a90b4ad enhance: hide logbook by default 2021-08-31 12:48:51 +08:00
Weihua Lu
719f780f3d feat: command palette history 2021-08-31 12:04:53 +08:00
Weihua Lu
82b2f8ca77 chore: deprecate fn warning 2021-08-31 12:04:53 +08:00
Tienson Qin
d87b341f7b chore: bump mldoc 2021-08-31 11:51:05 +08:00
Tienson Qin
ac64623ae8 fix: logbook editing 2021-08-31 00:59:23 +08:00
Tienson Qin
3a98f92dff enhance: hide logbook drawer when editing 2021-08-31 00:38:51 +08:00
Tienson Qin
422c2de99d enhance: better error report when parsing 2021-08-30 23:36:15 +08:00
Tienson Qin
b63aa2c03c enhance: better time tracking with logbook history 2021-08-30 23:13:36 +08:00
leizhe
80bfc4105e feat(clock): add markdown support 2021-08-30 20:18:51 +08:00
leizhe
be3dd3aa10 feat(clock): replicate orgmode clock system
This commit repicated the beautiful orgmode clock system [1]. Only
`clock-in` `clock-continue` `clock-out` are currently supported in
orgmode format. Markdown users couldn't use it since the old
logseq-system support better for markdown files. However, the new
system could be easily applied to markdown, if the community needs
this, I would like to implement it. Let me hear your voices.

The new system stores the clock log in the `LOGBOOK` drawer as orgmode
does, which is supported from the latest ver. `0.3.6` logseq. `TODO`
-> `DOING`, `LATER` -> `NOW` marker switch starts the clock on the
current block, while `DOING`->`DONE`, `NOW`->`DONE` ends the clock. If
the same marker switch got started on the same block again, a new
clock will be started, once clocked out, a total sum of working time
will be estimated and showed on the right side of headline as logseq
does now.

The advantage of the new clock is:
- It is from orgmode, and is compatible with orgmode.
- The total clock summary is calculated more accurately. Logseq now
erases the last clock if you re-clock on the same block, in no way
the total time could be calculated.
- more extensible to produce various clock report.

[1] https://orgmode.org/manual/Clocking-commands.html#Clocking-commands
2021-08-30 20:18:51 +08:00
leizhe
9b239ffc07 fix(logbook): ignore seconds 2021-08-30 20:18:51 +08:00
leizhe
6fbdb2a844 enhance(logbook): more friendly data formattor 2021-08-30 20:18:51 +08:00
leizhe
396f59d684 enhance(drawer): properties? and drawer? check 2021-08-30 20:18:51 +08:00
charlie
67f17e23f7 enhance(ui): tweaks width 2021-08-30 18:54:52 +08:00
charlie
2598d92861 enhance(ui): polish palette modal ui 2021-08-30 18:54:52 +08:00
Weihua Lu
533914d2cf fix: remove some shortcut commands 2021-08-30 18:54:52 +08:00
Weihua Lu
b2b7bc65a4 fix: some ui tweak 2021-08-30 18:54:52 +08:00
Weihua Lu
2569611de1 feat: wip, command palette 2021-08-30 18:54:52 +08:00
Tienson Qin
7a2fe9299f revert: the web app still needs the refresh button
Because the web app doesn't have the file watcher support, refresh
can be useful when either there're a lot of changes on the disk or
the database is not saved well.
2021-08-30 18:46:46 +08:00
Tienson Qin
1f16b90fbb fix: image rendering with url starts with data: 2021-08-30 18:37:49 +08:00
Tienson Qin
b9519883be enhance: remove the refresh button 2021-08-30 17:29:51 +08:00
Tienson Qin
70562dfee4 fix: contents diff not working on web 2021-08-30 17:23:12 +08:00
Tienson Qin
1378d8cca8 fix: can't save the file when it's empty again 2021-08-30 16:26:32 +08:00
Weihua Lu
aea8180b69 fix: display base64 image link 2021-08-30 16:11:16 +08:00
Tienson Qin
6f2a86e79d refactor: diff instead a alerting when a file has been modified 2021-08-30 16:03:43 +08:00
Weihua Lu
f7fcffe6e4 fix: open selected block in sidebar do not jump to main 2021-08-30 15:29:37 +08:00
Weihua Lu
031d7be059 fix: remove ls-block cls for add-button 2021-08-30 15:16:19 +08:00
Weihua Lu
81e5989a9f fix: cursor from sidebar up/down move to main 2021-08-30 15:03:31 +08:00
Weihua Lu
e35b914aee fix: close setting when unmount setting 2021-08-30 12:21:31 +08:00
Tienson Qin
c80e3c4393 fix: file modified alterting for encrypted graphs
Related to #2729
2021-08-30 12:15:52 +08:00
Tienson Qin
c9749275d3 enhance: display loading when invoking commands like git push 2021-08-27 20:54:39 +08:00
Tienson Qin
da3f182333 fix: more style tweaks 2021-08-27 20:31:52 +08:00
Tienson Qin
5261460a7d fix: modal width tweaks 2021-08-27 20:18:56 +08:00
Tienson Qin
f9597f5e73 fix: wrong error reporting 2021-08-27 20:07:54 +08:00
Tienson Qin
0fda54b0d3 fix: shortcut not working 2021-08-27 18:40:44 +08:00
Tienson Qin
5bd2f9cedc fix: disable all the editing commands when focusing on the dialog 2021-08-27 16:58:25 +08:00
Tienson Qin
2bad23404e fix: fatal: not a git repository 2021-08-27 16:37:28 +08:00
Tienson Qin
fa4b311632 enhance: display orphan pages by default 2021-08-27 15:26:50 +08:00
Peng Xiao
401d85be5f feat: add protobuf mode 2021-08-27 13:37:20 +08:00
Tienson Qin
dc1e9fdfc9 chore: replace : with comma for git path
':' is a reserved character on Windows
2021-08-27 13:33:47 +08:00
Tienson Qin
ea9af272e4 feat: type c to git commit
also, fixed an issue that backspace can delete selected blocks
when there's a dialog.
0.3.6-pre-release 0.3.6
2021-08-27 00:23:24 +08:00
Tienson Qin
78e24f7479 fix: add patch parser worker to yarn watch 2021-08-27 00:01:21 +08:00
Tienson Qin
7f6e777bcd fix: add several shortcuts to the Others category 2021-08-26 23:57:46 +08:00
Tienson Qin
509697b276 fix: git username and email configuration 2021-08-26 23:55:40 +08:00
Tienson Qin
9c3b11c216 fix: add page history (using git log and git show) 2021-08-26 22:00:02 +08:00
Tienson Qin
6bfaead43c fix: handle empty errors returned by dugite 2021-08-26 19:18:00 +08:00