anki/ts/tag-editor
Damien Elmes e63b4b9927 Experiment with disabling prettier whitespace sensitivity
Prettier by default tries to preserve whitespace around inline tags,
which can prevent problems such as a space before the period in
'<a>text</a>.':

https://prettier.io/blog/2018/11/07/1.15.0.html#whitespace-sensitive-formatting

Unfortunately only standard HTML block elements are excluded from this
behaviour, so all of our Svelte components are treated the same way, even
if they are block-based, or used in a way where the extra whitespace
doesn't matter. This makes the code somewhat harder to read.

Changing this option does carry the risk that rogue spaces will creep
into our UI in the future as code is formatted, but as there don't appear
to be any such issues with this initial reformat, I think the improved
readability may justify the relatively small risk.
2023-06-01 11:11:26 +10:00
..
tag-options-button Experiment with disabling prettier whitespace sensitivity 2023-06-01 11:11:26 +10:00
AutocompleteItem.svelte Add comments to Sass variables and tweak main window (#2137) 2022-10-29 10:48:53 +10:00
icons.ts Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
index.ts Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
Tag.svelte Fix some issues with the Tag Editor (#2215) 2022-11-27 10:45:33 +10:00
TagDeleteBadge.svelte Experiment with disabling prettier whitespace sensitivity 2023-06-01 11:11:26 +10:00
TagEditMode.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
TagEditor.svelte Simplify NoteEditor by replacing Pane components with Collapsible (#2395) 2023-02-27 16:23:19 +10:00
TagInput.svelte Allow Shift+Tab to move focus from tag area to last field (#2458) 2023-03-28 14:13:21 +10:00
tags.ts Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
TagSpacer.svelte Fix some issues with the Tag Editor (#2215) 2022-11-27 10:45:33 +10:00
TagWithTooltip.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
tsconfig.json Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
WithAutocomplete.svelte Experiment with disabling prettier whitespace sensitivity 2023-06-01 11:11:26 +10:00