..
auto-closing-brackets.spec.js
CloseBrackets setting toggle ( #102 )
2024-01-04 14:52:41 +01:00
basic-editing.spec.js
Add Settings to web app ( #125 )
2024-01-04 14:27:04 +01:00
block-creation.spec.js
Fix race condition that could cause the editor to not scroll the cursor(s) into the viewport upon loading
2024-12-09 12:37:05 +01:00
block-parsing.spec.js
Move block parsing functions into their own JS module so that they can be imported in node land when running Playwright tests
2025-01-07 19:09:16 +01:00
buffer-creation.spec.js
Add feature for moving the current block to another buffer
2025-01-07 23:17:23 +01:00
custom-font.spec.js
Add tests for custom fonts
2024-01-09 00:35:33 +01:00
delete-line.spec.js
fix: Block corruption when deleting block content using deleteLine command ( #134 )
2024-02-07 13:03:59 +01:00
emacs-clipboard-keys.spec.js
Copy whole current line(s) when selection(s) are empty ( #177 )
2024-01-25 17:44:38 +01:00
formatting.spec.js
Fix race condition that could cause the editor to not scroll the cursor(s) into the viewport upon loading
2024-12-09 12:37:05 +01:00
language-detection.spec.js
Add Settings to web app ( #125 )
2024-01-04 14:27:04 +01:00
language-selector.spec.js
Make language selector also search through the languages' filename suffixes (using the guesslang attribute)
2025-01-03 15:59:44 +01:00
markdown.spec.js
Add Settings to web app ( #125 )
2024-01-04 14:27:04 +01:00
math.spec.js
Add prev variable to Math blocks that holds the previous value ( #156 )
2024-01-11 21:28:11 +01:00
move-block.spec.js
Add feature for moving the current block to another buffer
2025-01-07 23:17:23 +01:00
note-format.spec.js
WIP: Multiple notes support
2024-12-09 12:37:05 +01:00
settings.spec.js
Add Settings to web app ( #125 )
2024-01-04 14:27:04 +01:00
test-utils.js
Add feature for moving the current block to another buffer
2025-01-07 23:17:23 +01:00