Commit Graph

17706 Commits

Author SHA1 Message Date
charlie
acdc6da0d0 Merge remote-tracking branch 'origin/master' into feat/support-remove-image 2021-01-14 09:51:27 +08:00
Kan-Ru Chen
bedb51984c Enable encryption when creating new repo 2021-01-14 00:52:43 +09:00
Kan-Ru Chen
c84e42c9c3 Add functions for generating and retrieiving keys 2021-01-14 00:29:07 +09:00
Kan-Ru Chen
cfb965925a Only encrypt/decrypt in encrypted db 2021-01-14 00:14:13 +09:00
Yukun Guo
cc1759b322 fix: allow no blank line after front matter 2021-01-13 07:00:02 -08:00
charlie
ee529b5b9d feat: support delete image link of block 2021-01-13 21:36:20 +08:00
Tienson Qin
55f1fe29b7 chore: bump minor version 2021-01-13 16:03:37 +08:00
Dima Gerasimov
f33a846038 graph: highlght neighbours on hover as well 2021-01-13 00:03:08 -08:00
charlie
e8a20dbde7 refactor: improve save-block! method 2021-01-13 15:05:40 +08:00
Kan-Ru Chen
e034479b1e Add encryption ui component 2021-01-13 01:59:53 +09:00
Tienson Qin
782539f6d4 chore: bump version 2021-01-12 23:17:50 +08:00
Tienson Qin
013b4fbd8f Merge pull request #1072 from logseq/enhance/undo-redo
Enhance/undo redo
2021-01-12 07:16:50 -08:00
Tienson Qin
967654aeb4 chore: disable block timestamps because it doesn't work with undo 2021-01-12 23:08:28 +08:00
Tienson Qin
1b38b9deb1 feat: add git auto push option to settings
Also, add ctrl-s for auto-pushing
2021-01-12 22:52:42 +08:00
Tienson Qin
163e30e004 enhance: display block content if it doesn't have a title
e.g. blockquotes, src, etc
2021-01-12 05:49:22 -08:00
charlie
2ed50ff3c7 fix: case of untitled block ref #1094 2021-01-12 05:49:22 -08:00
Charlie
4b2dde2228 Feature/attachment with native fs (#1078)
* feat: upload image with native fs

* improve: life of loading assets image file with nfs

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2021-01-12 21:25:37 +08:00
Tienson Qin
eb4d56f666 Merge branch 'master' into enhance/undo-redo 2021-01-12 05:12:32 -08:00
Tienson Qin
625ec882a9 enhance: clear unused editor state 2021-01-12 20:57:18 +08:00
Tienson Qin
b862993c55 fix: rename all repos to all graphs 2021-01-12 12:37:34 +08:00
Tienson Qin
9789996e8c fix: refresh root ui after undo or redo 2021-01-12 12:24:00 +08:00
Tienson Qin
7a6ce189fc enhance(keyboards): replace alt with command too for mac users 2021-01-11 22:14:01 +08:00
Tienson Qin
5f7b4e56ed enhance: use command-. and command-, for mac users
Related thread: https://discuss.logseq.com/t/non-default-keyboard-shortcuts-to-move-between-words-on-mac-os/135
2021-01-11 21:50:31 +08:00
charlie
41d3228121 fix: bullet entry point animation 2021-01-11 05:43:48 -08:00
charlie
4f42bc6eaa style: improve block fold arrow and bullet interaction 2021-01-11 05:43:48 -08:00
Tienson Qin
bc034768c1 enhance(undo): preserve latest cursor for redo 2021-01-11 19:18:27 +08:00
Tienson Qin
081256ab4b enhance(undo): preserve latest cursor position when undo 2021-01-11 18:37:28 +08:00
Kan-Ru Chen
30db1b12d3 Use age-encryption/v1 as encrypted on-disk format 2021-01-11 17:59:55 +09:00
Tienson Qin
e764f96f38 enhance(undo): cursor wip 2021-01-10 23:03:36 +08:00
charlie
11a40833a3 fix: mobile menus will position off screen, clipped #1068 2021-01-09 20:32:20 -08:00
Dima Gerasimov
50a5d15d2d move tests to a separate file 2021-01-09 19:43:14 -08:00
Dima Gerasimov
098f8a2681 proper support for ORG_ROAM tags with quotes + test 2021-01-09 19:43:14 -08:00
Dima Gerasimov
12e68e52b4 handle spaces in ROAM_TAGS
+ more tests for org properties parsing
2021-01-09 19:43:14 -08:00
Dima Gerasimov
076997de52 add basic test for parse-properties 2021-01-09 19:43:14 -08:00
Dima Gerasimov
c7df210f2e cleaner filetags extraction 2021-01-09 19:43:14 -08:00
Dima Gerasimov
4f1c1ce564 extract org-mode FILETAGS in top level block 2021-01-09 19:43:14 -08:00
Tienson Qin
050bb108fc chore: remove debugging 2021-01-09 23:49:37 +08:00
Tienson Qin
739dc81be5 chore: undo/redo tweaks 2021-01-09 23:35:23 +08:00
Tienson Qin
01cc4d25ae fix: clear query state so that custom queries will be re-rendered 2021-01-09 11:57:04 +08:00
Tienson Qin
badff45ff8 fix: undo redo should wait for disk files get changed 2021-01-09 10:03:28 +08:00
Tienson Qin
3c327eb4ba enhance(undo): use a promise-chan to make the undo behavior stable 2021-01-08 21:51:34 +08:00
Kan-Ru Chen
fa0a90cfae Correctly recover the secret key from buffer 2021-01-08 01:29:37 +09:00
Kan-Ru Chen
8c88f0e761 Use bip39 for private key generation 2021-01-08 00:56:08 +09:00
Kan-Ru Chen
aff55b61df Fix decrypting of file from git 2021-01-08 00:55:26 +09:00
Kaile
a335b9718a Add externs for external JS libs to prevent name been munged when building with release 2021-01-07 07:05:56 -08:00
Kan-Ru Chen
aeb50df515 Fix re-indexing native file system 2021-01-07 23:49:43 +09:00
Tienson Qin
be28b0e04d enhance: auto-saved files should be added to history too 2021-01-07 20:43:40 +08:00
Kan-Ru Chen
cb5d8b9c90 WIP encryption 2021-01-07 20:59:08 +09:00
Tienson Qin
b603d8169e chore: update outdated comment 2021-01-07 10:37:34 +08:00
Tienson Qin
249bf680c1 enhance: undo redo use patches instead of full text 2021-01-07 10:31:14 +08:00