Commit Graph

5370 Commits

Author SHA1 Message Date
Tienson Qin
7c2eccd6f1 Style tweaks 2022-06-14 15:11:07 +08:00
Tienson Qin
cb8aaef9e3 Adjust code block paddings 2022-06-14 00:53:15 +08:00
Andelf
e3d1096f63 chore: bump version 0.7.4 2022-06-14 00:13:47 +08:00
Tienson Qin
5a245fce7a Style tweaks 2022-06-13 22:01:29 +08:00
Tienson Qin
96290b50fd fix: slow re-index 2022-06-13 21:52:40 +08:00
Tienson Qin
6c21b405d6 fix: saving journal files to disk with wrong format
related to #5521
2022-06-13 20:01:43 +08:00
Tienson Qin
8033752aaf fix: notify every window if the graph's dir is gone or back 2022-06-13 19:16:34 +08:00
Tienson Qin
fa7611bbae fix: unwatch the current listened dir first when refreshing 2022-06-13 19:16:34 +08:00
Tienson Qin
658d1d315a fix: lint warnings 2022-06-13 19:16:34 +08:00
Tienson Qin
b7ae3684be fix: notify graph dir is gone when starting or running the apps
Also, disabled both re-index and refresh when logseq detects that
a graph's dir doesn't exists anymore.
2022-06-13 19:16:34 +08:00
Tienson Qin
7d3a536bc8 enhance: press Shift to select without entering editor mode 2022-06-13 18:57:26 +08:00
Tienson Qin
156b152129 fix: slow re-index for large graphs with page-metadata.edn
related to #5547
2022-06-13 17:43:24 +08:00
Tienson Qin
b3d01a869b Style tweaks 2022-06-13 16:02:46 +08:00
Tienson Qin
3abbfddb58 Style tweaks 2022-06-13 15:45:25 +08:00
ranfdev
bba19788b5 Align icons in left sidebar 2022-06-13 15:42:08 +08:00
ranfdev
80acd26330 Use flex gaps for more consistency 2022-06-13 15:42:08 +08:00
ranfdev
7d8c2fbbb8 Header icon consistency 2022-06-13 15:42:08 +08:00
Andrew Zhurov
1c87fd2fff Making excalidraw follow the theme of logseq. (basic 'dark' 'light' theming) 2022-06-13 15:26:22 +08:00
charlie
de9ab5ed44 enhance(plugin): change marketplace metadata requests to node fetch client 2022-06-13 15:23:07 +08:00
charlie
b3aa77c4be enhance(ui): polish ui of code block 2022-06-13 15:21:52 +08:00
charlie
75c3dd53c6 enhance(ui): hide code lang flag when narrow screen size 2022-06-13 15:21:52 +08:00
charlie
f8c4f50cf8 enhance(ui): extra white space of code block from top 2022-06-13 15:21:52 +08:00
llcc
e93480b664 fix app not working on iOS 13 2022-06-12 20:35:57 +08:00
Tienson Qin
23e46588b3 enhance(ui): only display block controls when hovering 2022-06-10 16:12:02 +08:00
llcc
271ceb9b8a support graph edn/json export on mobile 2022-06-10 15:47:07 +08:00
Gabriel Horner
17d2462343 Move rules into db dep as it's useful for external apps
- rules is already used by logseq-query and will be useful for
  nbb-logseq
- Updated db jobs to run in deps/db by default. Less typing but
  more importantly discourages independent libraries from depending on
  external scripts.
- Moved lint-rules task into db since it is db specific now
- Also remove nbb-logseq from top-level as all nbb compatibility is in
  deps.
2022-06-10 15:39:11 +08:00
Gabriel Horner
6608537909 Move logseq.graph-parser.db* namespaces to their own dep
Also add its own CI file
2022-06-10 15:39:11 +08:00
Tienson Qin
1857f884d2 feat: toggle displaying flashcards 2022-06-09 17:35:04 +08:00
Andelf
c3c42351c8 fix(electron): register accelerator for mod+n
Fix #5626
2022-06-09 17:01:59 +08:00
Tienson Qin
e6cd185ec0 instrument: failed file writes 2022-06-09 16:55:50 +08:00
charlie
81904156f8 enhance(ui): force inline layout of block ref elements 2022-06-09 15:25:15 +08:00
llcc
c1822f3ed1 fix: hard to reverse right swipe 2022-06-09 15:07:48 +08:00
Sunghyun Cho
1f788d6420 Update dicts.cljc 2022-06-08 17:19:52 -04:00
Andelf
e2e531ba47 chore: bump version 0.7.3 2022-06-08 23:38:23 +08:00
llcc
2e2d17d12f bring indent/outdent icon back 2022-06-08 18:41:42 +08:00
Junyi Du
c09fd7f70c fix: missing db persistency when creating new window via file menu (#5600)
* fix: missing db persistency when creating new window via file menu

* fix: remove the deprecated new window shortcut config

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-06-08 18:05:55 +08:00
Tienson Qin
97fc51ead6 enhance(query): allow property keys with char '_'
related to #5445
2022-06-08 17:51:41 +08:00
Tienson Qin
da1e5fc3f8 fix: lint warnings 2022-06-08 17:16:20 +08:00
Tienson Qin
515b89182d fix: lint warnings 2022-06-08 16:35:04 +08:00
sawhney17
152cc22010 fix(queries): edit button showing in default queries (#5610)
fix edit button showing in default queries

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-06-08 15:59:13 +08:00
Tienson Qin
9b82162038 fix: show bullet when hovering a block on the document mode
related to #5615
2022-06-08 15:50:01 +08:00
Tienson Qin
8cc4b357a4 enhance: re-enable file watcher when the folder is back
By following the great suggestions from https://github.com/hakon-j-d-johnsen.
2022-06-08 15:12:47 +08:00
Tienson Qin
7cf0e900ea fix: remove parent dir watcher && fix frozen on windows 2022-06-08 13:31:44 +08:00
Gabriel Horner
538aea0437 Add try/catch for unexpected failures during block extraction
Notify user and sentry when unexpected errors occur
2022-06-08 13:19:50 +08:00
Tienson Qin
f4f1ff1ba2 fix: outdent blocks and re-enable outliner tests
related to #5604
2022-06-08 13:06:10 +08:00
sawhney17
a2cfdfdf73 feat(block-embed): Support mod+e to copy block embed to current block (#5584)
* support mod+e to copy block embed

* fix incorrect notification popup

* fix notification wrap styling

* remove extra files

* fix yarn.lock

* update yarn lock

* fix comments
2022-06-07 15:57:46 -04:00
ingepettersen
bea5296d36 Completed Norwegian translations (#5603)
* Updated Norwegian translation

* Completed Norwegian translations

Now at 100%

* Correct typo in Norwegian translation

* Another typo squashed

Norwegian translation

* Punctuation error. Now finished!

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2022-06-07 14:18:34 -04:00
Andelf
6435581260 chore: bump version 0.7.2 2022-06-07 16:37:22 +08:00
Tienson Qin
3fdac736d9 fix: paste 2022-06-07 16:31:06 +08:00
Tienson Qin
307f7bd755 fix: re-create the page when the file appears again
related to #5549
2022-06-07 12:17:36 +08:00