Commit graph

  • 6e2979398c attempt at inline expand selection expand-selection blorbb 2025-11-23 21:44:34 +1100
  • 0ea80382f4 1.2.1 master 1.2.1 blorbb 2025-01-27 10:06:31 +1100
  • b5a3a9ced0 avoid regex groups with same name blorbb 2025-01-27 10:05:19 +1100
  • d703bf4dbf 1.2.0 1.2.0 blorbb 2025-01-04 17:27:33 +1100
  • 9e3404a9da fix package.json and minify build for prod blorbb 2025-01-04 17:25:57 +1100
  • ce8935c39b bump package versions blorbb 2025-01-04 17:21:18 +1100
  • 2a7b5fc08f update readme to include new features blorbb 2025-01-04 17:15:05 +1100
  • 820e75b150 feat: select all if unchanged blorbb 2025-01-04 17:10:36 +1100
  • 0017b7b9b1 fix check within code block logic blorbb 2025-01-04 16:49:55 +1100
  • ab43ab91fc exclude code block from paragraph selection if language is present blorbb 2025-01-03 22:56:48 +1100
  • dfdd8b13f7 fix whole code block selection when code block is not completely loaded blorbb 2025-01-03 21:29:53 +1100
  • 2b403e6bcf 1.1.0 1.1.0 blorbb 2024-07-19 16:54:43 +1000
  • 4b724a1e6d require one selection for select code block blorbb 2024-07-19 16:52:49 +1000
  • e162d8698c feat: option to select entire code block blorbb 2024-07-19 16:16:54 +1000
  • 6319dbc4ed fallback to selecting closest .cm-content if selection fails or in table blorbb 2024-07-18 20:30:57 +1000
  • d922b134fe 1.0.3 1.0.3 blorbb 2024-01-23 21:15:17 +1100
  • f1dc7076e7
    Merge pull request #6 from blorbb/callout-suggest-nospace blorbb 2024-01-23 21:12:41 +1100
  • b9455d6712 allow 0 or 1 space after > for callout suggestion blorbb 2024-01-23 21:12:04 +1100
  • c475236d28
    Merge pull request #4 from blorbb/select-block-hotkey 1.0.2 blorbb 2024-01-11 16:21:24 +1100
  • f8c53fc6c0 bump versions blorbb 2024-01-11 16:17:54 +1100
  • 5cdfe5dc13 add select block settings info in readme blorbb 2024-01-11 16:13:18 +1100
  • c942922bda new prettier config + fmt blorbb 2024-01-11 16:09:26 +1100
  • 3b6b816c20 add command and setting toggle for ctrl/cmd-a select block blorbb 2024-01-11 16:06:23 +1100
  • 6a488a3068 feat: allow to user to set a keybind by pressing the keys Mara 2023-12-10 14:01:45 +0100
  • 2ddefed750 feat: allow overriding key for select block Mara 2023-12-10 11:57:02 +0100
  • 07744396da bump versions blorbb 2023-11-10 19:21:19 +1100
  • 2112d24d43 use keymap.of 1.0.1 blorbb 2023-11-10 19:12:26 +1100
  • b04c013c0c update manifest to v1 1.0.0 blorbb 2023-10-13 14:32:33 +1100
  • e2a68d9083 edit comments, remove unneeded function blorbb 2023-10-13 14:27:38 +1100
  • 4b46e4a103 remove unnecessary variable blorbb 2023-10-13 14:24:11 +1100
  • 75c20f5d43 edit descriptions blorbb 2023-10-13 14:22:11 +1100
  • 4421bf8b62
    Create LICENSE.txt blorbb 2023-10-13 14:16:51 +1100
  • 98a6b8fa4f remove todo blorbb 2023-10-13 14:12:18 +1100
  • 2d2b030964
    use .gif instead of .mp4 blorbb 2023-10-13 14:10:14 +1100
  • 7d4ad3d707
    update README: add features list blorbb 2023-10-13 14:06:17 +1100
  • de0405ade2 make callout suggestion span full width on mobile blorbb 2023-09-24 13:51:33 +1000
  • c72a634f0a support numbered lists ending in ) blorbb 2023-09-24 13:21:36 +1000
  • e5a1bd7eea use textarea for callout setting blorbb 2023-09-02 14:39:32 +1000
  • 94d5491ca8 add callout suggestions blorbb 2023-09-02 14:36:43 +1000
  • 24b96cf3fa fix: add plugin back to suggester blorbb 2023-09-01 13:36:12 +1000
  • 60dde79076 disable checkbox suggestion by default, move setting check to main blorbb 2023-09-01 11:20:08 +1000
  • c95828be51 refactor: separate features into separate files blorbb 2023-09-01 11:12:03 +1000
  • 0cd152c6a7 move files to src/ blorbb 2023-09-01 10:57:57 +1000
  • 3c214c0a30 add readme blorbb 2023-09-01 10:51:45 +1000
  • de84eccd2d fix: properly offset cursor after selection blorbb 2023-09-01 10:51:03 +1000
  • 89f5b550d2 refactor: extra comments and use string instead of regex.source blorbb 2023-09-01 10:50:10 +1000
  • b52b9a851e fix checkbox suggestion showing anywhere on the line blorbb 2023-08-05 12:36:54 +1000
  • 55a6662501 fix: make checkbox suggest only show at start of line blorbb 2023-08-04 20:59:42 +1000
  • ab70377a6a feat: add checkbox suggestions blorbb 2023-07-31 20:40:33 +1000
  • b6a4665076 fix: change default hotkey to mod+a blorbb 2023-07-31 09:01:38 +1000
  • d7e76cbdac feat: add settings blorbb 2023-07-30 22:56:26 +1000
  • 930257bdc2 refactor: organise regexes, neaten tryReplace blorbb 2023-07-30 22:41:14 +1000
  • 41cf189040 feat: add block replacement blorbb 2023-07-30 22:17:10 +1000
  • 0c205803d8 rename command, remove unnecessary bits blorbb 2023-07-30 20:02:55 +1000
  • 87c09459ac feat: ctrl+a override (select line) blorbb 2023-07-30 19:54:04 +1000
  • 29d42863c0
    Initial commit blorbb 2023-07-30 18:43:55 +1000