Commit Graph

66 Commits

Author SHA1 Message Date
Tienson Qin
5158003fdb fix: collapsed blocks can't be displayed as answers 2021-07-22 12:07:04 +08:00
Tienson Qin
96a45323ff feat(srs): hide cloze by default 2021-07-22 12:07:04 +08:00
Tienson Qin
bc6f8c5526 feat(srs): ux enhancement 2021-07-22 12:07:04 +08:00
Peng Xiao
c31c9b398d fix: h1/h2 underline should not render inside of block-ref 2021-07-22 10:12:41 +08:00
Tienson Qin
d05c39b534 feat: add /function command for queries 2021-07-19 19:10:37 +08:00
Tienson Qin
fa17476d13 feat: query tables support both sort and custom properties 2021-07-19 14:39:16 +08:00
Devon Zuegel
92ae2e5928 WYSIWYG headers + CSS cleanup (#2393)
* Run formatter on CSS file

* Add content-aware classes to editor textarea

* Update yarn.lock

* Handle styles when editing multiline blocks
2021-07-11 17:46:59 +08:00
Weihua Lu
d7718088f3 fix: reduce document mode block margin 2021-07-09 14:59:43 +08:00
Peng Xiao
f0236b0503 fix: move cursor pointer changes to page to make it easier to track 2021-07-06 22:14:45 +08:00
Peng Xiao
2402d9946c feat(cursor): allow cursor change to another style based on context 2021-07-06 22:14:45 +08:00
Tienson Qin
859c7afca0 fix: li marker display 2021-07-01 11:27:41 +08:00
Tienson Qin
1ae53fda42 enhance: document mode 2021-07-01 00:05:07 +08:00
Tienson Qin
0ffbfa01c7 enhance: headings can be customized using css 2021-06-30 22:57:59 +08:00
Peng Xiao
7885b26f70 fix(style): block ref cursor issue 2021-06-30 21:17:37 +08:00
Junyu Zhan
bcc6367cf7 feat: replace all caret arrow with rotating-arrow component 2021-06-30 13:24:14 +08:00
Junyu Zhan
34d20feb90 feat: add rotate animation to block-control arrow 2021-06-30 13:24:14 +08:00
Devon Zuegel
06e85fa91e Make block control available via CSS selectors so it can be customized 2021-06-29 11:07:58 +08:00
charlie
a7cc751269 fix(editor): weird behavior when toggling edit mode for long text.
issue ref: https://twitter.com/CatoMinor3/status/1404860903825285121
2021-06-17 10:31:25 +08:00
Peng Xiao
ef1e5494ff fix: some overflow issues 2021-06-15 09:58:55 +08:00
Peng Xiao
569059642e fix: add styles for task-status 2021-06-11 19:25:08 +08:00
charlie
cfb3b74b8a fix: incorrect marker indent of order list item 2021-06-03 12:10:06 +08:00
Tienson Qin
7650510881 enhance: style tweaks 2021-05-28 21:20:40 +08:00
Tienson Qin
9cc6e3db65 fix: preserve spaces in the block's content 2021-05-24 08:56:24 +08:00
Tienson Qin
ab8c8f47ae fix: block marker/priority is not displayed in references
Close #1377
Close #1601
Close #1871
2021-05-21 20:40:00 +08:00
Tienson Qin
7476e49b29 enhance: separate page properties from block properties 2021-05-21 12:47:34 +08:00
Tienson Qin
6c6e3f20b6 enhance: add blocks-properties style 2021-05-16 22:48:35 +08:00
Tienson Qin
3a78a117a1 fix: block properties
also, fixed marker css
2021-05-10 18:51:32 +08:00
Peng Xiao
4f29e3d021 fix: remove unnecessary bullet class 2021-05-07 23:22:18 +08:00
Tienson Qin
6d5369033a fix: wrong input levels can result in multiple blocks with same left 2021-05-05 20:37:43 +08:00
Peng Xiao
9c9158edbd fix: use translate3d to force GPU render for image 2021-04-29 17:00:49 +08:00
Peng Xiao
c7386b57a9 fix: block ref should be able to wrap 2021-04-14 10:47:09 +08:00
Tienson Qin
3828f7d925 fix: can't right click the bullet 2021-04-10 21:40:14 +08:00
Peng Xiao
012258f37c fix: .bullet-container should not be event target 2021-04-09 22:31:51 +08:00
Peng Xiao
ed68aebc7b fix: .resize should be inline-flex 2021-04-01 16:16:19 +08:00
akhater
d485f5ab33 Removed Pinned notes custom css 2021-03-11 11:43:00 +08:00
charlie
c80cbd6019 improve(editor): keep central shapes title bar of excalidraw content when toggling zen/wide mode 2021-03-10 23:32:49 +08:00
akhater
b650b28c86 Added Pinned notes CSS
Credits to @Piotr
2021-03-10 22:45:01 +08:00
Tienson Qin
8ea487a5cd enhance: theme tweaks
Code and ideas are mostly from https://github.com/PiotrSss/logseq-bujo-theme.
2021-02-22 22:51:29 +08:00
charlie
1b138963aa fix(ui): resize image 2021-02-04 14:54:57 +08:00
charlie
8bc0177cb0 fix(style): alignment of block control when indent children block 2021-01-17 21:34:12 +08:00
charlie
d753d80777 fix(style): remove image button 2021-01-16 18:48:53 +08:00
Tienson Qin
43f41de1ba editor: allow clicking image to edit
Also, don't select the current block when resizing the image.
2021-01-15 22:50:38 +08:00
charlie
f564cc3616 improve: remove image with extension link(image) syntax 2021-01-15 18:14:10 +08:00
charlie
ee529b5b9d feat: support delete image link of block 2021-01-13 21:36:20 +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
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
charlie
4e496c866b fix: style issue of built in img macros 2020-12-30 17:40:35 +08:00
charlie
f90a7aa279 style: fix block border 2020-12-24 15:59:33 +08:00