Commit Graph

24 Commits

Author SHA1 Message Date
Ben Yorke
928742e66b shui/table introduction 2023-05-12 13:24:54 -04:00
Tienson Qin
4aeaaeb01e chore: remove unused code 2022-11-08 23:30:52 +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
Gabriel Horner
51c318e2da Enable two disabled linters and bump kondo dep
All the fixes were on used-underscored-binding
2022-09-09 12:14:32 +08:00
Tienson Qin
7c7312d830 refactor: cursor positions 2022-07-07 01:42:16 +08:00
kkkiio
140fe27ad7 enhance(edit): add smooth-select action 2022-04-23 07:20:30 +08:00
Gabriel Horner
1c8586e2ac Wrap up carving 2022-01-27 14:14:57 -05:00
Tienson Qin
27caa5d576 fix: can't move forward if there's only one character in the editor
close #3952
2022-01-20 11:12:57 +08:00
Tienson Qin
8d4f44a326 fix: caret pos 2022-01-19 23:18:40 +08:00
Tienson Qin
73e0c9968a enhance: safe check input on selectionStart 2022-01-19 23:08:50 +08:00
charlie
9c89c6395b fix(editor): back/forward cursor for emoji char 2022-01-10 16:58:01 +08:00
Junyi Du
1ae8087ae3 fix: DWIM isn't activated at one-line block 2021-11-30 11:04:41 +08:00
llcc
b2e3901631 fix slash command clashes with Org-mode italics (#3010)
* enhance: fix https://github.com/logseq/logseq/issues/990

Co-authored-by: leizhe <leizhe@leizhedeMacBook-Air.local>
2021-11-02 19:15:17 +08:00
leizhe
8f2140e537 enhance: properties inserting
Multiple properties drawers are allowed for now, this PR limits the
creation of multiple drawers to make sure that each block has only
one. Call <properties multiple times will insert the property in same drawer.
2021-10-20 16:40:27 +08:00
leizhe
014f744641 enhance: support list, markdown property, etc 2021-10-08 18:07:17 +08:00
Tienson Qin
c1883e0012 fix: editor pos 2021-09-26 11:28:15 +08:00
Tienson Qin
4e44d9839b fix: don't trigger commands auto-complete when paste 2021-09-26 11:14:06 +08:00
Amar Sood (tekacs)
d7983322f6 feat: toggle formatting of selected area instead of double-wrapping
enhance: select formatted text after changing its formatting for toggle support
fix: place cursor between (pattern)(pattern) pair when selection is empty
2021-06-11 04:21:46 -04:00
Weihua Lu
24d75ccd26 chore: clean up and some docs 2021-06-10 17:43:06 +08:00
Weihua Lu
669dac7a09 feat: swap out caret_pos imp 2021-06-10 12:15:50 +08:00
Weihua Lu
3cbf3b74be refactor: extract out cursor pos function 2021-06-10 12:15:50 +08:00
Weihua Lu
5b119ea990 fix: wrong cross boundary due to caret_pos bug 2021-06-10 12:15:50 +08:00
Weihua Lu
237f4d9e1a refactor: extract cursor ops to new ns 2021-06-10 12:15:50 +08:00
Weihua Lu
237857aafe feat: imp move cursor up down by position 2021-06-10 12:15:50 +08:00