Commit Graph

5082 Commits (77eea65310d50871772b249b1fd147dd2e8974c7)

Author SHA1 Message Date
Tienson Qin 77eea65310 fix: catch capture errors 2021-09-13 11:50:37 +08:00
Tienson Qin b05e53d371 debug: add posthog capture for failed writes 2021-09-13 11:35:07 +08:00
Tienson Qin e51ea54a75 fix: change ack timeout 2021-09-13 10:40:25 +08:00
Tienson Qin 353a2555c5 debug: add file writes ack 2021-09-13 00:45:03 +08:00
Tienson Qin cd2100b753 debug: add session debugging for file not saved correctly 2021-09-12 23:56:16 +08:00
Tienson Qin 3d7dd3e38b fix: Can't change the case of a page name
close #1555
2021-09-12 21:54:06 +08:00
Tienson Qin bd516ab763 fix: rename intro id to logseq-intro to avoid overwritten style 2021-09-12 21:41:56 +08:00
Tienson Qin 986877b3f5 fix: don't auto-save for page's properties block
If the block has a title property. It's to prevent any page
modification while the user is adding or changing the block property.
2021-09-12 21:30:47 +08:00
Tienson Qin 237b003751 fix: Anything entered into the code box will be lost
close #2805
2021-09-12 19:25:15 +08:00
Tienson Qin 2ebf09780a fix: commands palette not work
close #2803
2021-09-12 18:56:27 +08:00
Tienson Qin 2b80ced88d fix: click the edit icon should open the current block instead of
the embeded block.
2021-09-11 21:45:43 +08:00
Tienson Qin 5c8bea0714 fix: don't add new space when embedding a page or a block 2021-09-11 21:38:38 +08:00
leizhe a993979ee0 Set margin-bottom to 0 for list
The value should be set to a smaller one.
0em makes the visibility more comfortable and consistent with the text itself.
2021-09-11 21:22:28 +08:00
leizhe 49ab36ce30 enhance(commands): jump out of the ending curly brackets when
embedding page or block
2021-09-11 21:22:28 +08:00
leizhe d5d7c1f007 move command to text.cljs 2021-09-11 21:22:28 +08:00
leizhe 8c05794a52 fix(org): src block with header arguments by mldoc commit[1]
[1] https://github.com/logseq/mldoc/pull/98
2021-09-11 21:22:28 +08:00
leizhe 67f5475bc5 Fix(org): org-styled link embedded-page rendering 2021-09-11 21:22:28 +08:00
charlie ab66ef7382 fix(ui): commands panel aren't accessible with opening right sidebar #2709 2021-09-11 21:19:12 +08:00
charlie ab311ffb67 enhance(ui): enter for reload modal 2021-09-11 21:19:12 +08:00
Tienson Qin 17625c59be enhance: make sure .git exists before check its stats 2021-09-11 21:15:53 +08:00
Tienson Qin a21ae51847 chore: bump version 2021-09-09 23:27:33 +08:00
Tienson Qin cafb0d9aad fix: mac m1 signature issue 2021-09-09 23:27:01 +08:00
charlie 619743103c fix: local asset image can't be rendered with web nfs 2021-09-09 23:19:52 +08:00
Tienson Qin 400434f5d7 fix: modal closed automatically 2021-09-08 21:15:30 +08:00
llcc fef5bbf068
enhance(clock): support recording in repeated block // cleanup unused namespaces (#2777)
* enhance(clock): support recording in repeated block

* cleanup: unused namespaces

* cleanup: missing-else-branch if --> when

* enhance: wider search results window for mobile browser

* fix: namespace requirement
2021-09-08 10:23:16 +08:00
Tienson Qin 54700b3707 fix: data-refs / data-refs-self regression
close #2764
2021-09-08 00:07:45 +08:00
Tienson Qin ce511e1b84 enhance: add alerts before both refresh and re-index 2021-09-07 23:23:07 +08:00
Tienson Qin d94ce5e78b enhance: detect file changes when starting 2021-09-07 21:13:25 +08:00
Tienson Qin f7f270f599 enhance: make it clear that git config will be stored locally 2021-09-07 20:14:34 +08:00
Tienson Qin cdb34cfc23 chore: bump mldoc 2021-09-07 19:31:02 +08:00
Tienson Qin 4fd8833115 fix: failed to remove invalid .git file 2021-09-07 18:14:13 +08:00
Tienson Qin 751db4828c enhance: log git errors 2021-09-07 16:58:25 +08:00
Tienson Qin c2dbbc77bf enhance: display refresh status 2021-09-07 16:27:00 +08:00
Tienson Qin f734b6db37 fix: .git doesn't work well with third-party cloud services 2021-09-07 16:03:57 +08:00
Tienson Qin 7e44d81f1d fix: git init into the current graph folder
instead of a separate git directory because .gitdir might has
different paths on multiple devices, another reason is that the graph
might have different histories considering the .git directory is not
synced.
2021-09-07 14:07:16 +08:00
Tienson Qin b86a801514 enhance: don't show diff if there's only blank changes 2021-09-06 23:23:27 +08:00
Tienson Qin 0b55d119aa fix: save the previous content in Logseq first and commit it
to avoid overwritten when syncing with iCloud/Dropbox/syncthing.
2021-09-06 22:39:06 +08:00
Tienson Qin e0baf4b05c fix: close file watcher when exit the app 2021-09-06 22:18:45 +08:00
Tienson Qin 10e7a9fbd6 fix: disable cut selections in the query result block 2021-09-06 21:05:38 +08:00
Tienson Qin 90c2bd7cc2 fix: terminate parser and persist dbs when reloading the app (electron) 2021-09-06 18:42:17 +08:00
Tienson Qin 571c81af30 enhance: add sync from local files (the old refresh way) 2021-09-06 18:00:12 +08:00
Tienson Qin a16e5c98ba fix: Dragging blocks to update notes does not synchronize updates to
the notes file in real time.

close #2744
2021-09-06 17:23:57 +08:00
Tienson Qin 6897a22a3f fix: disable page/block auto-complete once the cursor went outside 2021-09-06 16:43:30 +08:00
Tienson Qin feb4404874 fix: wrong page metadata saved for another graph 2021-09-06 13:28:47 +08:00
Tienson Qin b96332122f enhance: catch errors when app quits 2021-09-06 13:08:28 +08:00
Jiang Hailong 1ee0c240c3 FIX: Linked reference is not refresh after file altering #2694 2021-09-06 12:37:23 +08:00
Tienson Qin 0550c8a876 fix: display logbook for scheduled tasks 2021-09-06 12:25:39 +08:00
Tienson Qin 2a5f0cee7c fix: spent hours for logbook 2021-09-06 12:21:19 +08:00
leizhe 1f2c9e4d3f fix(timestamp): remove old SCHEDULED/DEADLINE timestamp
When using `date-picker` to update the SCHEDULED/DEADLINE timestamp by
clicking an existing one, logseq will add a new timestamp instead of
updating the old one. This patch fixs this issue.
2021-09-06 12:14:05 +08:00
leizhe cb23b967e4 fix(repeat): more consistent with orgmode style
Ref: https://orgmode.org/manual/Tracking-your-habits.html
2021-09-06 12:14:05 +08:00