mirror of
https://github.com/ankitects/anki.git
synced 2025-11-23 04:57:11 -05:00
* Move Trigger into its own file * Try implement HandlerList * Implement new input handler and handler-list * Use new refocus HandlerList in TextColorButton * Fix TextColorButton on windows * Move ColorPicker to editor-toolbar * Change trigger behavior of overwriteSurround * Fix mathjax-overlay flushCaret * Insert image via bridgeCommand return value * Fix invoking color picker with F8 * Have remove format work even when collapsed * Satisfy formatter * Insert media via callback resolved from python * Replace print with web.eval * Fix python formatting * remove unused function (dae) |
||
|---|---|---|
| .. | ||
| AddonButtons.svelte | ||
| BlockButtons.svelte | ||
| BoldButton.svelte | ||
| ClozeButton.svelte | ||
| ColorPicker.svelte | ||
| CommandIconButton.svelte | ||
| EditorToolbar.svelte | ||
| HighlightColorButton.svelte | ||
| icons.ts | ||
| index.ts | ||
| InlineButtons.svelte | ||
| ItalicButton.svelte | ||
| LatexButton.svelte | ||
| NotetypeButtons.svelte | ||
| RemoveFormatButton.svelte | ||
| SubscriptButton.svelte | ||
| SuperscriptButton.svelte | ||
| TemplateButtons.svelte | ||
| TextColorButton.svelte | ||
| UnderlineButton.svelte | ||
| WithColorHelper.svelte | ||