Anki/ts/editor
Henrik Giesel 30000ce36e Revert "Put rootDirs into subprojects"
This partially reverts commit e1d4292ce3.

It seems like this might not be necessary after all.
However some other change made on this branch seems to have fixed
the .svelte.d.ts imports
2021-10-03 16:14:41 +02: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 Rename i18n and i18n_helpers to i18n-generated and i18n 2021-10-02 23:34:03 +02: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 Rename i18n and i18n_helpers to i18n-generated and i18n 2021-10-02 23:34:03 +02: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 Rename i18n and i18n_helpers to i18n-generated and i18n 2021-10-02 23:34:03 +02:00
FormatInlineButtons.svelte Rename i18n and i18n_helpers to i18n-generated and i18n 2021-10-02 23:34:03 +02: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 Rename i18n and i18n_helpers to i18n-generated and i18n 2021-10-02 23:34:03 +02:00
ImageHandleSizeSelect.svelte Rename i18n and i18n_helpers to i18n-generated and i18n 2021-10-02 23:34:03 +02:00
index.ts Split up i18n-generated into i18n-{translate,modules} 2021-10-03 02:45:22 +02:00
index_wrapper.ts Export editor globals under anki namespace 2021-07-06 03:48:33 +02:00
input-handlers.ts update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
label-container.ts Rename i18n and i18n_helpers to i18n-generated and i18n 2021-10-02 23:34:03 +02: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 Rename i18n and i18n_helpers to i18n-generated and i18n 2021-10-02 23:34:03 +02:00
note-id.ts More uniform file naming 2021-07-01 12:24:16 +02:00
NoteTypeButtons.svelte Rename i18n and i18n_helpers to i18n-generated and i18n 2021-10-02 23:34:03 +02:00
OnlyEditable.svelte update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
PreviewButton.svelte Rename i18n and i18n_helpers to i18n-generated and i18n 2021-10-02 23:34:03 +02: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 Rename i18n and i18n_helpers to i18n-generated and i18n 2021-10-02 23:34:03 +02:00
toolbar.ts update to latest rules_nodejs & switch to ts_project 2021-10-01 12:52:53 +10:00
tsconfig.json Revert "Put rootDirs into subprojects" 2021-10-03 16:14:41 +02: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