CorreyL
|
8e8b695cbc
|
Add a keyboard shortcut for adding a hyperlink
Use the conventional Ctrl+K keyboard shortcut for adding a hyperlink
|
2024-01-21 10:38:12 -08:00 |
|
CorreyL
|
37a869fa24
|
Move core logic of setLink to outer scope
Will allow code changes in a subsequent commit to access the function
and utilize the same core logic
|
2024-01-21 10:37:15 -08:00 |
|
CorreyL
|
176cac4fbe
|
Instantiate Link with inclusive set to false
Ensures consistent behavior with other common text editors, wherein
after applying a link to text, the following text does not also contain
the link
|
2024-01-21 09:12:05 -08:00 |
|
CorreyL
|
ac322a9bd4
|
Add pending inputs as a new Keyword
Ensures that any Keywords that were intended to be added are not lost
|
2024-01-18 19:45:29 -08:00 |
|
CorreyL
|
390f274d06
|
Dialogs that accept keywords, track pending inputs
In every dialog component that allows the input of Keyword, instantiate
a pendingKeyword State to track if the BadgeIput element has a pending
input
|
2024-01-18 19:42:24 -08:00 |
|
CorreyL
|
da23b06f71
|
Capture the current Keyword in the input in state
Keeps a parent State that tracks if a pending Keyword is in the input
field up-to-date
|
2024-01-18 19:39:53 -08:00 |
|