Commit Graph

3084 Commits (c7386b57a91b41c61049e423991f4012793b1685)

Author SHA1 Message Date
Haydenull 5be53939fd feat: add sass/scss/less modes to codemirror and highlight active line 2021-04-04 06:09:52 +08:00
Tienson Qin a265421025 fix: retract :block/path-ref-pages too 2021-04-03 21:48:07 +08:00
Tienson Qin 789b932a89 fix: macro syntax 2021-04-03 15:47:28 +08:00
Tienson Qin 0c48fbf406 fix: catch errors for custom queries 2021-04-03 14:32:51 +08:00
Tienson Qin aa273232bc fix: can't reschedule date 2021-04-03 13:11:29 +08:00
charlie d44fe80ba5 fix(desktop): paste file 2021-04-02 13:11:47 +08:00
Tienson Qin 4e1ef488e9 enhance: hide text when small scale for the graph view 2021-04-02 12:27:00 +08:00
Tienson Qin 231314f5dd chore: bump version 2021-04-01 23:53:31 +08:00
Tienson Qin e5fcfa8d5e fix: don't allow multiple instances at the moment
Resolved #1533
2021-04-01 21:45:48 +08:00
Tienson Qin 9d63a6a68d chore: bump mldoc 2021-04-01 21:21:50 +08:00
Tienson Qin 3ea3c86ddb fix: bold, italics and highlight should jump to correct position 2021-04-01 21:17:04 +08:00
Tienson Qin 946e152824 chore: update yarn.lock 2021-04-01 19:15:18 +08:00
Tienson Qin 4f2d7f1caa chore: bump mldoc 2021-04-01 18:49:41 +08:00
Tienson Qin 957ebb8efd chore: bump mldoc 2021-04-01 18:41:52 +08:00
Tienson Qin bd6d3bc881 chore: remove dot mode 2021-04-01 17:34:40 +08:00
Tienson Qin c1e276caf0 chore: remove font-size settings for mark 2021-04-01 16:57:27 +08:00
Tienson Qin 88c8803fd4 Fix: blank page for page graph (zoom block view)
Resolved #1571
2021-04-01 16:46:34 +08:00
Tienson Qin 4a2197fd34 Merge branch 'master' of github.com:logseq/logseq 2021-04-01 16:34:56 +08:00
Tienson Qin 64fcd49136 feat: add option :scheduled/future-days
`:scheduled/future-days` defaults to 0.
2021-04-01 16:33:52 +08:00
Peng Xiao 8a6791ff9c feat: support previewing videos in desktop mode 2021-04-01 16:31:29 +08:00
rcmerci 34348c8ac9 enhance(export): pre-compute whole graph's page&block refs
if count of exporting files >= 30
then pre-compute whole graph's page&block refs
else collect refs by querying db for per page
2021-04-01 16:17:06 +08:00
Peng Xiao ed68aebc7b fix: .resize should be inline-flex 2021-04-01 16:16:19 +08:00
charlie ebc58790b4 improve(desktop): skip pre-release version for auto updater 2021-04-01 16:15:57 +08:00
Tienson Qin 22905dc4ff chore: bump minor version 2021-04-01 16:05:55 +08:00
Tienson Qin cd33a2e474 fix: use page's original name in linked references 2021-04-01 16:03:49 +08:00
Tienson Qin 850cc0f4ac Fix: rename page name in raw edit mode
Related to #1578
2021-04-01 15:45:34 +08:00
Tienson Qin 57c906a9bb chore: remove debugging 2021-04-01 15:05:09 +08:00
Tienson Qin 34740b6c49 fix: PDF embeds doesn't work if the page name has blanks
Also, use file's original name instead of current page's name when
saving assets
2021-04-01 15:04:00 +08:00
Tienson Qin 02039e414b fix: logger error 2021-03-31 20:41:10 +08:00
Tienson Qin 47674de6a5 chore: bump version 2021-03-31 20:05:11 +08:00
Tienson Qin 70f022b8b3 feat: initial pdf embed on desktop app 2021-03-31 20:01:08 +08:00
Tienson Qin 5972a0f6cd Merge branch 'master' of github.com:logseq/logseq 2021-03-31 18:57:27 +08:00
Tienson Qin 4665a2819b fix: remove level and spaces when rendering block's content 2021-03-31 18:56:45 +08:00
charlie 02ac70aa04 improve(desktop): support auto updater for mac 2021-03-31 17:13:35 +08:00
Tienson Qin 1b891c144f chore: bump minor version 2021-03-31 16:31:03 +08:00
Tienson Qin b2b5acb6f1 fix: can't edit on iOS 2021-03-31 16:30:17 +08:00
Tienson Qin 8ce2dfc55f chore: bump minor version 2021-03-31 15:36:10 +08:00
Tienson Qin 317cee6c55 chore: use on-click on mobile instead of on-mouse-down
for debugging
2021-03-31 15:30:45 +08:00
Tienson Qin ada8cc6a38 fix: code block 2021-03-31 13:57:04 +08:00
Tienson Qin b881d8dbd5 chore: bump minor version 2021-03-31 13:17:51 +08:00
Tienson Qin 3c88a29db3 fix: file corrupts when editing code blocks
Related to #1498
2021-03-31 13:16:24 +08:00
aurnik c1cf6e3c62 Fix typo
`discuss` was spelled wrong, simple fix
2021-03-31 08:27:28 +08:00
Tienson Qin a2f25518de fix: draw not working because mouse-down changes 2021-03-31 00:58:21 +08:00
Tienson Qin be01f3e0b7 feat: add autocompletion for TAGS inside :PROPERTIES:
Resolved #757
2021-03-31 00:40:17 +08:00
Tienson Qin ee95b5070b fix: selection 2021-03-31 00:11:12 +08:00
Tienson Qin 58980188a8 fix: renaming a page without TITLE eats characters of the first line
Related to #1510
2021-03-30 22:55:48 +08:00
Tienson Qin 4132d9ed1f enhance: page graph will auto-refresh when redirecting to a new page 2021-03-30 21:49:57 +08:00
Tienson Qin c95dc0f604 fix: org mode syntax doesn't support image's file path in link 2021-03-30 20:17:39 +08:00
Tienson Qin 1d8e805408 chore: bump minor version 2021-03-30 19:43:16 +08:00
Tienson Qin e14a8d4a93 fix: Can't change the case of a page name
Resolved #1555
2021-03-30 19:42:57 +08:00