Commit Graph

5167 Commits (695765df7895d9153061cfdf3bae4055f85b2307)

Author SHA1 Message Date
Tienson Qin bfe6a5d6cb enhance: commit the content in logseq when detecting any disk changes 2021-09-06 08:46:30 +08:00
Tienson Qin 2fdc601c15 fix: parser path on web 2021-09-02 19:39:55 +08:00
Weihua Lu 01312293d1 chore: add some docstring 2021-09-02 11:11:57 +08:00
Weihua Lu 29a3025e7d enhance: i18n support for command palette 2021-09-02 10:57:59 +08:00
Tienson Qin c4708fb9f9 fix: deleting blocks 2021-09-01 11:26:38 +08:00
dependabot[bot] 6bf9a85bda chore(deps): bump tar from 4.4.17 to 4.4.19 in /resources
Bumps [tar](https://github.com/npm/node-tar) from 4.4.17 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.17...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 10:52:14 +08:00
Tienson Qin 76595cc69b fix: schedule doesn't work well with logbook together 2021-09-01 10:30:29 +08:00
Tienson Qin 98cb06b86e fix: Tag with brackets but without spaces creates an extra page
close #2742
2021-08-31 21:28:38 +08:00
Tienson Qin 3f37ae4b74 chore: bump version 2021-08-31 20:45:05 +08:00
Tienson Qin 78f4cc35a4 fix: atom not derefed 2021-08-31 20:35:02 +08:00
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