mirror of
https://github.com/ankitects/anki.git
synced 2025-12-03 18:07:13 -05:00
* Add ResizableImage.svelte in ts/editable * Set image constrained via attributes instead of managed style sheet * Implement new constrained size method * Turn WithImageConstrained.svelte into normal ts file * Introduce removeStyleProperties Removes "style" attribute if all style properties were cleared * Avoid --editor-width and use one variable set on container * Disable shrinking if already smaller than shrunken size * Add button to restore image to original size * Don't allow restoring original size if no custom width set * Bottom-center HandleLabel * Satisfy svelte-check |
||
|---|---|---|
| .. | ||
| AddonButtons.svelte | ||
| BlockButtons.svelte | ||
| BoldButton.svelte | ||
| ClozeButtons.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 | ||