Commit Graph

1257 Commits (0c6fd69354e0bd35e7b141ee3b856afc75ad3171)

Author SHA1 Message Date
Tienson Qin 0c6fd69354 Add push error debugger 2020-10-12 11:59:58 +08:00
Tienson Qin 8a341da733 Bump minor issue 2020-10-12 11:49:56 +08:00
Tienson Qin 275df7b637 Fix CMD + Enter makes todo AND starts a new line
Resolved https://github.com/logseq/logseq/issues/444
2020-10-12 11:48:42 +08:00
Tienson Qin 4eb080463d Add publishing code-editor.js to gitignore 2020-10-12 11:38:24 +08:00
Tienson Qin 8e1d815696 Merge branch 'master' of github.com:logseq/logseq-internal into master 2020-10-12 11:07:59 +08:00
Tienson Qin a918b01a44 Fix custom queries not editable 2020-10-12 11:07:44 +08:00
Tienson Qin eb8ed2a6bc Merge pull request #159 from logseq/fix/issue-369-ref-child-blocks-misordered
Fix #369: Child blocks in Linked references are misordered
2020-10-12 10:51:52 +08:00
Tienson Qin 82e0c3a3cf Merge pull request #158 from logseq/fix/issue-419-breadcrumb-incorrect-tree-branch
Fix #419 breadcrumb bug: doesn't show the correct tree branch
2020-10-12 10:51:24 +08:00
Tienson Qin b32deb9305 cljfmt add cljs path 2020-10-12 10:38:55 +08:00
psdp 061baa62ed Fix #369: Child blocks in Linked references are misordered 2020-10-12 07:01:17 +08:00
psdp 6e4912e343 Fix #419 breadcrumb bug: doesn't show the correct tree branch 2020-10-12 06:54:52 +08:00
Tienson Qin 25d6083607 Fix graph font size 2020-10-11 19:28:45 +08:00
Tienson Qin e17f3df9ab Fix unlinked pages
Also, increase the page font size in the global view if it has more links.
2020-10-11 19:16:20 +08:00
Tienson Qin 1ca8212a18 Fix code mode z-index 2020-10-11 15:30:39 +08:00
Tienson Qin ad24fd98cb Show Cmd instead of Ctrl in Mac OS
Related to https://github.com/logseq/logseq/issues/461
2020-10-11 15:17:48 +08:00
Tienson Qin f7d69fc143 Fix size of text area changes depending on editing vs not editing
Related to https://github.com/logseq/logseq/issues/460
2020-10-11 15:08:20 +08:00
Tienson Qin 880bb22947 Fix code row lines appear in front of right click menu button
Related to https://github.com/logseq/logseq/issues/457
2020-10-11 14:43:39 +08:00
Tienson Qin d09c45027f Catch error for read-string
Related to https://github.com/logseq/logseq/issues/459
2020-10-11 11:01:11 +08:00
Tienson Qin 6218359c5a Fix https://github.com/logseq/logseq/issues/453 2020-10-11 10:11:53 +08:00
Tienson Qin a665fff9d3 Merge pull request #157 from logseq/fix/edit-file-page-name-updated
Issue 439 & 442: page name not updated after editing title in file
2020-10-11 09:51:18 +08:00
Tienson Qin 758c32c8c0 Merge branch 'master' into fix/edit-file-page-name-updated 2020-10-11 09:48:55 +08:00
Tienson Qin 2f5fd9e006 Move page rename to editor "wil-unmount" 2020-10-11 09:44:07 +08:00
Tienson Qin 7f3a902111 Fixed code in nested block 2020-10-10 00:41:30 +08:00
Tienson Qin 105bb5042c Add code-editor.js 2020-10-09 23:37:16 +08:00
Tienson Qin 759be50a6b Fix delete blocks 2020-10-09 23:26:34 +08:00
Tienson Qin 90d35ef4a3 Disable add button for now 2020-10-09 23:18:24 +08:00
Tienson Qin f71ac78000 Bump version 2020-10-09 23:08:21 +08:00
Tienson Qin 9e3702bd8c Set CodeMirror mode when editing files 2020-10-09 22:52:48 +08:00
Tienson Qin f2fc65bb36 Fixed builtin diff/merge does not work well with new files
Related to https://github.com/logseq/logseq/issues/436.
Also fixed delete pages should be synced between multiple devices.
2020-10-09 21:37:17 +08:00
Tienson Qin 0078808c70 Merge pull request #156 from logseq/feature/custom-theme
Custom theme && CodeMIrror support
2020-10-09 18:38:25 +08:00
Tienson Qin 0e4532297b Merge branch 'master' of github.com:logseq/logseq-internal into master 2020-10-09 18:25:35 +08:00
Tienson Qin 369bd0a17d ESC twice to edit the block which contains the code 2020-10-09 18:22:06 +08:00
Tienson Qin b152ff2708 Merge pull request #154 from logseq/fix/issue-376-drag-block-first-position
Fix issue #376: Cannot drag a block to the first position in a page
2020-10-09 16:46:27 +08:00
Tienson Qin c257dbe705 Fix code editing 2020-10-09 16:45:05 +08:00
Tienson Qin d1e2bf6098 Bump minor issue 2020-10-09 16:27:32 +08:00
Tienson Qin 5b767ae89a Fix windows path issue 2020-10-09 16:27:02 +08:00
psdp 302ead6453 Issue 439 & 442: page name not updated after editing title in file 2020-10-09 10:44:23 +08:00
Tienson Qin 4a5a07c3ad Lazy load code-editor.js 2020-10-09 00:41:53 +08:00
Tienson Qin af7a08e544 Add child button 2020-10-09 00:09:29 +08:00
Tienson Qin 61011a7062 Load highlight.min.js before publishing 2020-10-08 22:30:58 +08:00
psdp f0b0e71fbe Fix issue #376: Cannot drag a block to the first position in a page 2020-10-08 21:56:53 +08:00
Tienson Qin e1cbe4c2ba Fix auto close brackets 2020-10-08 21:32:52 +08:00
Tienson Qin fdf8602362 Add codemirror modes 2020-10-08 21:30:23 +08:00
Tienson Qin ce8bd271af Fix inline math parsing 2020-10-08 19:37:53 +08:00
Tienson Qin 231127d0fd CodeMirror wip 2020-10-08 15:24:15 +08:00
Tienson Qin 22d2d75374 Support :custom-css-url too 2020-10-08 14:32:59 +08:00
Tienson Qin e56c97c1a2 Merge branch 'master' into feature/custom-theme 2020-10-08 13:12:56 +08:00
Tienson Qin c1fb0afca3 Custom style support 2020-10-08 12:57:19 +08:00
Tienson Qin 68e0280630 Merge pull request #155 from logseq/fix/issue-420-broken-tree-structure
Issue 420: Fix broken tree structure when number of blocks > 500
2020-10-08 12:43:58 +08:00
psdp dac78b303a Issue 420: Fix broken tree structure when number of blocks > 500 2020-10-08 12:38:25 +08:00