anki/ts/editor
2021-09-15 13:45:19 +02:00
..
AddonButtons.svelte
AddTagBadge.svelte Add bottom padding to selected tag badge as well 2021-09-09 15:38:07 +02:00
AutocompleteItem.svelte Align suggestions with start of tag 2021-09-09 19:03:06 +02:00
bootstrap.scss Implement TagWithTooltip 2021-09-09 15:38:00 +02:00
BUILD.bazel Correctly import CodeMirror 2021-09-15 13:45:19 +02:00
change-timer.ts Include codemirror libs for svelte 2021-09-15 13:45:19 +02:00
ClozeButton.svelte Fix TagSpacer 2021-09-09 15:38:01 +02:00
codable.ts Correctly import CodeMirror 2021-09-15 13:45:19 +02:00
ColorButtons.svelte Port Focus tags shortcut to webview 2021-09-09 15:37:34 +02:00
CommandIconButton.svelte Port Focus tags shortcut to webview 2021-09-09 15:37:34 +02:00
Components.svelte Export WithShortcut 2021-08-23 21:23:04 +02:00
context-keys.ts disabledKey => fieldFocusedKey 2021-07-05 18:15:03 +02:00
editing-area.ts Focus on mount when using Mathjax shortcuts 2021-09-15 13:45:17 +02:00
editor-field.ts First implementation of MathjaxHandleEditor 2021-09-15 13:33:17 +02:00
EditorToolbar.svelte Remember last text and highlight color again 2021-08-02 23:12:00 +02:00
fields.scss First implementation of MathjaxHandleEditor 2021-09-15 13:33:17 +02:00
focus-handlers.ts Generalize ChangeTimer and use it in Mathjax editor 2021-09-15 13:33:20 +02:00
FormatBlockButtons.svelte Introduce editable module 2021-09-15 13:32:30 +02:00
FormatInlineButtons.svelte Disable FormatBlock buttons for Codable 2021-06-18 01:17:43 +02:00
HandleBackground.svelte Display Mathjax error as title (tooltip) 2021-09-15 13:33:23 +02:00
HandleControl.svelte Fix ButtonDropdown disappearing when mouseupping on HandleBackground 2021-09-06 21:15:37 +10:00
HandleLabel.svelte Have a uniform border-radius for buttons and fields 2021-09-06 21:15:37 +10:00
HandleSelection.svelte Fix Float buttons in rtl 2021-09-06 21:15:37 +10:00
helpers.ts Introduce editable module 2021-09-15 13:32:30 +02:00
icons.ts Add InlineBlock buttons to mathjax components 2021-09-15 13:33:12 +02:00
ImageHandle.svelte Display Mathjax handle when clicking mathjax 2021-09-15 13:32:33 +02:00
ImageHandleFloatButtons.svelte Fix Float buttons in rtl 2021-09-06 21:15:37 +10:00
ImageHandleSizeSelect.svelte Introduce WithImageConstrained 2021-09-06 21:15:37 +10:00
index_wrapper.ts Export editor globals under anki namespace 2021-07-06 03:48:33 +02:00
index.ts Generalize ChangeTimer and use it in Mathjax editor 2021-09-15 13:33:20 +02:00
input-handlers.ts Generalize ChangeTimer and use it in Mathjax editor 2021-09-15 13:33:20 +02:00
label-container.ts Introduce editable module 2021-09-15 13:32:30 +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
MathjaxHandle.svelte Wrap Mathjax buttons into toolbar 2021-09-15 13:33:24 +02:00
MathjaxHandleEditor.svelte Correctly import CodeMirror 2021-09-15 13:45:19 +02:00
MathjaxHandleInlineBlock.svelte Wrap Mathjax buttons into toolbar 2021-09-15 13:33:24 +02:00
note-id.ts More uniform file naming 2021-07-01 12:24:16 +02:00
NoteTypeButtons.svelte Port Focus tags shortcut to webview 2021-09-09 15:37:34 +02:00
OnlyEditable.svelte disabledKey => fieldFocusedKey 2021-07-05 18:15:03 +02:00
PreviewButton.svelte Port Focus tags shortcut to webview 2021-09-09 15:37:34 +02:00
saving.ts Generalize ChangeTimer and use it in Mathjax editor 2021-09-15 13:33:20 +02:00
SelectedTagBadge.svelte Add bottom padding to selected tag badge as well 2021-09-09 15:38:07 +02:00
tag-editor.ts Rename tagEditor tag-editor.ts 2021-09-09 15:38:04 +02:00
Tag.svelte Bubble up some functionality from Tag to TagWithTooltip and TagDeleteBadge 2021-09-09 17:18:47 +02:00
TagDeleteBadge.svelte Bubble up some functionality from Tag to TagWithTooltip and TagDeleteBadge 2021-09-09 17:18:47 +02:00
TagEditMode.svelte Introduce TagEditMode as a wrapper around TagWithTooltip 2021-09-09 21:47:07 +02:00
TagEditor.svelte Do not stop showing suggestions when entering double colon for separator 2021-09-15 02:02:19 +02:00
TagInput.svelte Update Autocomplete position when suggestion selection makes it move to the next row 2021-09-09 15:38:10 +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 Fix crosshair not showing on main text of Tag when in select mode 2021-09-09 22:31:16 +02:00
TemplateButtons.svelte Focus on mount when using Mathjax shortcuts 2021-09-15 13:45:17 +02:00
toolbar.ts disabledKey => fieldFocusedKey 2021-07-05 18:15:03 +02:00
WithAutocomplete.svelte Align suggestions with start of tag 2021-09-09 19:03:06 +02:00
WithColorHelper.svelte Add type hint in WithColorHelper 2021-06-19 16:31:35 +02:00
WithImageConstrained.svelte Do not start ImageHandle for images with [data-anki] 2021-09-15 13:32:31 +02:00
wrap.ts Move wrap to lib to allow editable to use it 2021-09-15 13:33:24 +02:00