Commit Graph

143 Commits

Author SHA1 Message Date
Peng Xiao
4520399ddf Merge remote-tracking branch 'upstream/master' into whiteboards 2022-09-28 10:29:20 +08:00
Tienson Qin
dc90bcf32e fix: don't create a space between # and [[]] when auto-complete 2022-09-27 23:54:33 +08:00
Tienson Qin
8b144269f7 refactor: unify heading UX for both markdown and org mode 2022-09-27 16:12:23 +08:00
Gabriel Horner
1f0e22275d Add ns docstrings for most ns in src/main
- Added to CI now that it passes
- Added no-doc for docstrings that don't add any more than what's in the
ns name or for ones where I didn't know the ns that well
2022-09-27 13:55:16 +08:00
Peng Xiao
dee112bb8e Merge remote-tracking branch 'upstream/master' into whiteboards 2022-09-05 11:52:16 +08:00
Tienson Qin
e9ee940873 fix: don't start sync if not logged in or it's not a remote graph 2022-09-05 10:37:06 +08:00
Peng Xiao
712c49906c fix: editing issue 2022-08-05 14:16:19 +08:00
Peng Xiao
b30adea656 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-08-05 13:59:06 +08:00
Gabriel Horner
4ec5827902 Move block-ref fns and vars to their own ns
Similar to page-ref to keep namespaces explicit
2022-08-04 17:25:29 +08:00
Gabriel Horner
e0b1f6b2de Move common uses of page-ref to its own ns
By having a specific ns for page-ref utils, our code is more readable
and intention revealing. Also found that
text/{get-page-name,page-ref-un-brackets!} was getting called in
contexts that didn't make sense e.g. query layer was checking for
markdown and org page-refs
2022-08-04 17:25:29 +08:00
Gabriel Horner
8be0deecd0 Move markdown property colons into a var 2022-08-04 17:25:29 +08:00
Gabriel Horner
a3d30e0b52 Move all block ref parens strings to vars
Extracted a couple fns we kept reinventing across namespaces
2022-08-04 17:25:29 +08:00
Peng Xiao
0539e5cf9e fix: lint 2022-07-20 13:51:21 +08:00
Peng Xiao
d3dae5fddc Merge remote-tracking branch 'upstream/master' into whiteboards 2022-07-07 14:07:35 +08:00
Tienson Qin
139075e679 fix: suggestions from gabriel 2022-07-07 01:42:16 +08:00
Tienson Qin
204392f896 fix: block property values auto-complete 2022-07-07 01:42:16 +08:00
Tienson Qin
ecb2024c14 fix: lint warnings 2022-07-07 01:42:16 +08:00
Tienson Qin
7b74117d85 enhance: auto-complete for property values 2022-07-07 01:42:16 +08:00
Tienson Qin
49acb54178 feat: add properties as linked references 2022-07-07 01:42:16 +08:00
Tienson Qin
7c7312d830 refactor: cursor positions 2022-07-07 01:42:16 +08:00
Tienson Qin
6d0be829a1 refactor: unify :editor/show-xxx and (block) commands to :editor/action 2022-07-07 01:42:16 +08:00
Tienson Qin
7b92360889 fix: safe check string before inserting when autocomplete
also, enables two consecutive spaces to exit autocomplete
2022-07-05 21:46:25 +08:00
Peng Xiao
a874b51ec1 fix: merge issue 2022-06-22 18:01:44 +08:00
Peng Xiao
36513b7391 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-06-20 15:12:07 +08:00
Tienson Qin
87af4cf0d5 fix: can't input auto-complete 2022-06-16 08:01:28 +08:00
Tienson Qin
d81dcb2de3 fix: pasting does not replace a selected text
related to #5700
2022-06-16 06:48:22 +08:00
Tienson Qin
a79880eb83 enhance(ux): shift select after esc 2022-06-16 05:49:59 +08:00
Peng Xiao
0075dac0c5 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-05-23 21:54:07 +08:00
llcc
1fb3fdcf6d feat: add macro video to embed various video URLs
This macro replaces `youtube`, `vimeo` and `bilibili` macros.
For backward compatibility, users can still use above macros,
but they can't access those commands from the commands menu anymore.
2022-05-23 12:49:55 +08:00
Peng Xiao
a05ab09f89 fix: reorg routes 2022-05-17 01:06:45 +08:00
Peng Xiao
a62d6e7e90 Merge remote-tracking branch 'upstream/master' into feat/tldraw-basic 2022-05-16 15:57:40 +08:00
Peng Xiao
97120441db wip
wip
2022-05-16 15:53:10 +08:00
Gabriel Horner
5b0d5fb8b5 Decouple graph-parser util from app util usage
For tiny util heavily used fns like safe-re-find and uuid-string?,
decouple graph-parser from so much of the app
2022-05-13 16:17:44 -04:00
Gabriel Horner
a58a411567 Move config fns and remaining util fns that mldoc depends on 2022-05-04 12:02:36 -04:00
Gabriel Horner
85bd1fecb2 Move first batch of util fns to graph-parser.util
Still need to fix external.roam
2022-05-04 12:02:36 -04:00
Tienson Qin
b65359ae3f Remove unused code based on Gabriel's suggestions 2022-04-24 11:17:47 +08:00
Tienson Qin
b3f67c69b1 misc: delete both web github integration and encryption 2022-04-24 11:17:47 +08:00
rcmerci
ddbc677cd9 fix(sync): lint 2022-04-04 22:30:27 +08:00
Tienson Qin
096c69ffb8 fix: cursor jumps to the beginning when indent/outdent
It might be caused by the recent upgrading of rum, which brings back
the old render queue and batched updates.

ae6a85028e
2022-04-02 21:40:28 +08:00
llcc
f90fca132b Address comment. Thanks Junyi 2022-03-02 14:38:22 +08:00
llcc
94b152ae61 make marker-pattern to a function 2022-03-02 11:01:28 +08:00
leizhe
9618c18215 enhance(mobile): support excalidraw 2022-02-19 10:41:20 +08:00
Gabriel Horner
4ce3db2497 Carve up to frontend.components.sidebar 2022-01-27 14:11:59 -05:00
Gabriel Horner
3ec587d6eb lint :all-the-things: 2022-01-16 12:42:34 +08:00
leizhe
75807c2689 enhance(mobile): add Youtube Timestamp icon 2022-01-06 20:22:19 +08:00
leizhe
51c1e4faec remove updater and draw on mobile 2021-12-21 10:55:10 +08:00
Tienson Qin
02973cba6c Replace logseq.github.io with docs.logseq.com (#3526) 2021-12-20 12:32:44 +08:00
charlie
0d16b12885 Merge branch 'master' into mobile 2021-11-25 15:58:01 +08:00
Andelf
fae3f73662 fix: rm space when showing template popup 2021-11-24 10:51:46 +08:00
llcc
6434fa8e7e Merge branch 'master' into mobile 2021-11-22 17:03:20 +08:00