Commit graph

53 commits

Author SHA1 Message Date
blorbb
0ea80382f4 1.2.1 2025-01-27 10:06:31 +11:00
blorbb
b5a3a9ced0 avoid regex groups with same name 2025-01-27 10:05:19 +11:00
blorbb
d703bf4dbf 1.2.0 2025-01-04 17:27:33 +11:00
blorbb
9e3404a9da fix package.json and minify build for prod 2025-01-04 17:25:57 +11:00
blorbb
ce8935c39b bump package versions 2025-01-04 17:21:23 +11:00
blorbb
2a7b5fc08f update readme to include new features 2025-01-04 17:16:29 +11:00
blorbb
820e75b150 feat: select all if unchanged
- Also a refactor and better settings layout
2025-01-04 17:16:29 +11:00
blorbb
0017b7b9b1 fix check within code block logic
- if the selection is off screen getting document elements doesn't work again.
- counting code fences is still more than fast enough.
2025-01-04 17:16:24 +11:00
blorbb
ab43ab91fc exclude code block from paragraph selection if language is present 2025-01-03 22:56:57 +11:00
blorbb
dfdd8b13f7 fix whole code block selection when code block is not completely loaded
- HTML elements are not rendered if the text is out of view. The editor can access data outside of the viewport.
2025-01-03 21:29:53 +11:00
blorbb
2b403e6bcf 1.1.0 2024-07-19 16:54:43 +10:00
blorbb
4b724a1e6d require one selection for select code block 2024-07-19 16:52:49 +10:00
blorbb
e162d8698c feat: option to select entire code block 2024-07-19 16:16:54 +10:00
blorbb
6319dbc4ed fallback to selecting closest .cm-content if selection fails or in table 2024-07-18 20:30:57 +10:00
blorbb
d922b134fe 1.0.3 2024-01-23 21:15:17 +11:00
blorbb
f1dc7076e7
Merge pull request #6 from blorbb/callout-suggest-nospace
allow 0 or 1 space after `>` for callout suggestion
2024-01-23 21:12:41 +11:00
blorbb
b9455d6712 allow 0 or 1 space after > for callout suggestion 2024-01-23 21:12:04 +11:00
blorbb
c475236d28
Merge pull request #4 from blorbb/select-block-hotkey
Select block hotkey + 1.0.2
2024-01-11 16:21:24 +11:00
blorbb
f8c53fc6c0 bump versions 2024-01-11 16:17:54 +11:00
blorbb
5cdfe5dc13 add select block settings info in readme 2024-01-11 16:13:18 +11:00
blorbb
c942922bda new prettier config + fmt 2024-01-11 16:09:26 +11:00
blorbb
3b6b816c20 add command and setting toggle for ctrl/cmd-a select block 2024-01-11 16:06:23 +11:00
blorbb
07744396da bump versions 2023-11-10 19:21:19 +11:00
blorbb
2112d24d43 use keymap.of 2023-11-10 19:12:26 +11:00
blorbb
b04c013c0c update manifest to v1 2023-10-13 14:32:33 +11:00
blorbb
e2a68d9083 edit comments, remove unneeded function 2023-10-13 14:27:38 +11:00
blorbb
4b46e4a103 remove unnecessary variable 2023-10-13 14:24:11 +11:00
blorbb
75c20f5d43 edit descriptions 2023-10-13 14:22:11 +11:00
blorbb
4421bf8b62
Create LICENSE.txt 2023-10-13 14:16:51 +11:00
blorbb
98a6b8fa4f remove todo 2023-10-13 14:12:18 +11:00
blorbb
2d2b030964
use .gif instead of .mp4 2023-10-13 14:10:14 +11:00
blorbb
7d4ad3d707
update README: add features list 2023-10-13 14:06:17 +11:00
blorbb
de0405ade2 make callout suggestion span full width on mobile 2023-09-24 13:51:33 +10:00
blorbb
c72a634f0a support numbered lists ending in ) 2023-09-24 13:21:36 +10:00
blorbb
e5a1bd7eea use textarea for callout setting 2023-09-02 14:39:32 +10:00
blorbb
94d5491ca8 add callout suggestions 2023-09-02 14:36:43 +10:00
blorbb
24b96cf3fa fix: add plugin back to suggester 2023-09-01 13:36:12 +10:00
blorbb
60dde79076 disable checkbox suggestion by default, move setting check to main 2023-09-01 11:20:08 +10:00
blorbb
c95828be51 refactor: separate features into separate files 2023-09-01 11:12:03 +10:00
blorbb
0cd152c6a7 move files to src/ 2023-09-01 10:57:57 +10:00
blorbb
3c214c0a30 add readme 2023-09-01 10:51:45 +10:00
blorbb
de84eccd2d fix: properly offset cursor after selection 2023-09-01 10:51:03 +10:00
blorbb
89f5b550d2 refactor: extra comments and use string instead of regex.source 2023-09-01 10:50:10 +10:00
blorbb
b52b9a851e fix checkbox suggestion showing anywhere on the line 2023-08-05 12:36:54 +10:00
blorbb
55a6662501 fix: make checkbox suggest only show at start of line 2023-08-04 20:59:42 +10:00
blorbb
ab70377a6a feat: add checkbox suggestions 2023-07-31 20:40:33 +10:00
blorbb
b6a4665076 fix: change default hotkey to mod+a 2023-07-31 09:01:38 +10:00
blorbb
d7e76cbdac feat: add settings 2023-07-30 23:00:55 +10:00
blorbb
930257bdc2 refactor: organise regexes, neaten tryReplace 2023-07-30 22:41:14 +10:00
blorbb
41cf189040 feat: add block replacement
still messy, refactor todo
2023-07-30 22:17:10 +10:00