anki/ts/editor
Damien Elmes 046c6c55d3 use extra rootDir in tsconfig instead of symlinks
The nice thing about the symlink approach is that it allowed tsc -b
to function without any changes to the tsconfig.json file, but it meant
there were extra links we had to maintain. So instead, we just add an
extra rootDirs entry, and add two commented-out lines that can be
uncommented when wanting to build with tsc directly.
2021-10-01 18:36:52 +10:00
..
AddonButtons.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
AddTagBadge.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
AutocompleteItem.svelte yarn upgrade --latest 2021-10-01 12:52:53 +10:00
bootstrap.scss Implement TagWithTooltip 2021-09-09 15:38:00 +02:00
BUILD.bazel use extra rootDir in tsconfig instead of symlinks 2021-10-01 18:36:52 +10:00
change-timer.ts Add ChangeTimer.prototype.fireImmediately 2021-09-16 14:47:05 +02:00
ClozeButton.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
codable.ts Define CodeMirror in external codeMirror.ts 2021-09-15 13:45:19 +02:00
codeMirror.ts Satisfy eslint 2021-09-15 13:45:19 +02:00
ColorButtons.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
CommandIconButton.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
Components.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
context-keys.ts disabledKey => fieldFocusedKey 2021-07-05 18:15:03 +02:00
editing-area.ts update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
editor-field.ts First implementation of MathjaxHandleEditor 2021-09-15 13:33:17 +02:00
EditorToolbar.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
fields.scss yarn upgrade --latest 2021-10-01 12:52:53 +10:00
focus-handlers.ts Generalize ChangeTimer and use it in Mathjax editor 2021-09-15 13:33:20 +02:00
FormatBlockButtons.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
FormatInlineButtons.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
HandleBackground.svelte Always correctly update MathjaxHandle position 2021-09-15 17:05:43 +02:00
HandleControl.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
HandleLabel.svelte Use editorfield instead of editor-field 2021-09-15 13:45:20 +02:00
HandleSelection.svelte Always correctly update MathjaxHandle position 2021-09-15 17:05:43 +02:00
helpers.ts silence execCommand deprecation warnings for now 2021-09-29 11:36:37 +10:00
icons.ts update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
ImageHandle.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
ImageHandleFloatButtons.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
ImageHandleSizeSelect.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
index_wrapper.ts Export editor globals under anki namespace 2021-07-06 03:48:33 +02:00
index.ts update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
input-handlers.ts update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
label-container.ts update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
legacy.scss Uniformly use variables to Button{Toolbar,Group} for setting button properties 2021-05-27 17:13:36 +02:00
lib.ts add missing copyright headers to *.ts 2021-04-13 18:57:08 +10:00
MathjaxHandle.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
MathjaxHandleEditor.svelte Add ChangeTimer.prototype.fireImmediately 2021-09-16 14:47:05 +02:00
MathjaxHandleInlineBlock.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
note-id.ts More uniform file naming 2021-07-01 12:24:16 +02:00
NoteTypeButtons.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
OnlyEditable.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
PreviewButton.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
saving.ts Add ChangeTimer.prototype.fireImmediately 2021-09-16 14:47:05 +02:00
SelectedTagBadge.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
tag-editor.ts update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
Tag.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
TagDeleteBadge.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
TagEditMode.svelte Introduce TagEditMode as a wrapper around TagWithTooltip 2021-09-09 21:47:07 +02:00
TagEditor.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
TagInput.svelte Fix suggestions not showing when typing space in a TagInput 2021-09-15 22:54:53 +02:00
TagOptionsBadge.svelte Implement nowrap mode 2021-09-09 15:38:01 +02:00
tags.ts add basic tag completion to backend 2021-09-09 15:38:08 +02:00
TagWithTooltip.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
TemplateButtons.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
toolbar.ts update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
tsconfig.json update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
WithAutocomplete.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
WithColorHelper.svelte Add type hint in WithColorHelper 2021-06-19 16:31:35 +02:00
WithImageConstrained.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
wrap.ts update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00