heynote/tests
Jonatan Heyman af71893ab3 Make new lines in Plaintext and Math blocks and inherit the indentation from the previous line.
- Adds an indentService to opt certain languages into indentation inheritance.
- Introduces inheritIndentation metadata for languages, defaulted for Plain Text and Math.
- Adds tests
2026-01-07 19:52:11 +01:00
..
auto-closing-brackets.spec.js CloseBrackets setting toggle (#102) 2024-01-04 14:52:41 +01:00
basic-editing.spec.js Make new lines in Plaintext and Math blocks and inherit the indentation from the previous line. 2026-01-07 19:52:11 +01:00
block-creation-time.spec.js Update the created time when adding content to blocks that are completely empty 2025-12-28 15:20:05 +01:00
block-creation.spec.js Remove optional "∞∞∞" from the end of block separators. 2025-12-15 12:55:26 +01:00
block-parsing.spec.js Remove optional "∞∞∞" from the end of block separators. 2025-12-15 12:55:26 +01:00
buffer-creation.spec.js Remove optional "∞∞∞" from the end of block separators. 2025-12-15 12:55:26 +01:00
content-persistence.spec.js Fix flaky drag & drop tests by skipping them for webkit 2025-12-26 00:21:21 +01:00
cursor-document-navigation.spec.js Try to make test less flaky 2025-07-17 20:40:36 +02:00
custom-font.spec.js Fix flaky tests 2025-04-19 13:37:23 +02:00
custom-key-bindings.spec.js Show key bindings in command palette 2025-08-22 14:02:48 +02:00
delete-block.spec.js Position the cursor at the beginning of the next block when a block is deleted 2025-01-09 14:16:20 +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 Make tests less flaky 2025-12-25 19:35:20 +01:00
folding.spec.js Fix issue where a folded block gets unfolded when editing an empty block directly below it 2026-01-06 12:17:51 +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 Update to latest version of CodeMirror packages. 2026-01-01 14:12:58 +01:00
math.spec.js Add failing test for selecting all of a Math block and then editing 2025-12-31 13:42:54 +01:00
move-block-between-buffers.spec.js Improve flaky test 2025-12-26 01:06:33 +01:00
move-block.spec.js Merge branch 'main' into feat/move-block 2025-04-22 18:00:32 +02:00
multiple-cursors.spec.js Fix conflict when using Alt+Click for both clickAddsSelectionRange and rectangularSelection 2025-08-08 13:39:06 +02:00
note-format.spec.js Remove optional "∞∞∞" from the end of block separators. 2025-12-15 12:55:26 +01:00
scroll-margin.spec.js Add test that verifies the computed top scrollMargin 2025-12-25 11:43:28 +01:00
search-replace.spec.js Add tests for (search- and) replace functionality 2025-07-09 16:31:12 +02:00
search.spec.js Try to fix tests that are broken on CI/Linux 2025-07-09 23:01:30 +02:00
selection-matching.spec.js Try to fix tests that are broken on CI/Linux 2025-07-09 23:01:30 +02:00
settings.spec.js Add Settings to web app (#125) 2024-01-04 14:27:04 +01:00
show-whitespace.spec.js Add functionality and setting for showing white-space 2025-09-29 12:17:12 +02:00
tab-size-setting.spec.js Add ability to use tabs for indentation instead of spaces 2025-04-22 20:41:29 +02:00
tabs.spec.js Fix flaky drag & drop tests by skipping them for webkit 2025-12-26 00:21:21 +01:00
test-utils.js Remove debug log 2025-12-25 23:13:07 +01:00