Commit Graph

77 Commits

Author SHA1 Message Date
Tienson Qin
8dc0ca9ff5 fix: run git config core.safecrlf false on windows 2021-09-06 09:54:03 +08:00
Tienson Qin
bfe6a5d6cb enhance: commit the content in logseq when detecting any disk changes 2021-09-06 08:46:30 +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.
2021-08-27 00:23:24 +08:00
Tienson Qin
2ed911ffcd fix: detect "file modified" with file contents instead mtime 2021-08-25 14:59:18 +08:00
Tienson Qin
a378170c26 enhance: git auto-commit when detecting new changes from the disk 2021-08-24 23:59:48 +08:00
Tienson Qin
17f3b9c0d8 fix: changes not refreshed immediately 2021-08-23 18:11:17 +08:00
Tienson Qin
bfd614e1fe Fix: failed to load when refreshing with invalid block refs 2021-08-19 12:27:52 +08:00
gombiuda
65d7ae5ae7 Fix: block id loss for references by file altering (#2664)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2021-08-19 11:51:13 +08:00
Tienson Qin
04a6ec4658 fix: drag files to logseq can be stuck 2021-05-22 14:45:06 +08:00
Tienson Qin
82a4183102 enhance: wip improve file watcher 2021-05-17 00:50:42 +08:00
Tienson Qin
26f18a437b fix: fs watcher 2021-05-10 19:39:18 +08:00
Tienson Qin
7349910e6f fix: git diff doesn't work because we don't store the raw file content 2021-05-09 11:25:41 +08:00
Tienson Qin
5097f23f84 fix: the file has been modified... 2021-04-28 23:48:09 +08:00
Tienson Qin
d2c070eac5 fix: chokidar returns wrong "add" type when it's "change" 2021-03-27 22:57:53 +08:00
Tienson Qin
3605ed53e3 fix: both encryption and excalidraw not working on Electron 2021-03-11 00:30:39 +08:00
Tienson Qin
35296a6897 Perf/db serialization (#1417)
* perf: disable auto-save dbs on electron

We still save the dbs when user reload the app or close the app.

Notice: Ctrl-c doesn't work now

* chore: re-enable mtime check when writing to disk

* ui: add db persistent notification
2021-03-08 16:31:58 +08:00
Tienson Qin
00168f200b fix: don't overwrite disk file
Relates to #1192
2021-02-25 17:07:44 +08:00
charlie
0fda94a7aa fix(editor): page blocks duplicated when multiple same page name files 2021-02-05 19:04:54 +08:00
Tienson Qin
7dcebf368b fix: don't listen to unlink
Sometimes, the file watcher notify the `unlink` type when we edit a
file using another editor ...
2021-02-05 17:04:06 +08:00
Tienson Qin
d55b381e2e enhance: display a loading button when importing files from the disk 2021-02-05 16:29:58 +08:00
Tienson Qin
1c53d8f316 fix: search failed because of wrong timestamp format 2021-01-28 22:40:38 +08:00
Tienson Qin
7c139a3103 fix: watcher timestamp 2021-01-28 20:29:12 +08:00
Tienson Qin
1a9a7e5ec8 feat(electron): polish ui 2021-01-27 23:55:30 +08:00
Tienson Qin
fdbf671534 feat(electron): fix loop 2021-01-27 20:52:35 +08:00
Tienson Qin
25c7726331 fix: create default files on desktop app 2021-01-24 16:59:26 +08:00
Tienson Qin
b3224d0869 electron: file watcher 2021-01-23 19:02:23 +08:00
Tienson Qin
26be1ff969 electron: file watcher wip 2021-01-23 01:14:45 +08:00