mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* Remove most of the original description placeholder implementation * Move description showing logic to RichTextInput - there is no need to propagate it to ContentEditable * Remove the @html from field-description This actually worked - however I removed it in case we'd rather offer markdown support or something else in the future. * Do not remove placeholder already on focus - Other editors do not do it either * Hide via hidden attribute instead of unmounting * Do not pass content to ContentEditable * Sort imports * Change placeholder text color (dae) In day mode, slightly-grey is almost indistinguishable from black (at least on the monitor I'm using here) |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| content-editable.ts | ||
| ContentEditable.svelte | ||
| decorated.ts | ||
| editable-base.scss | ||
| frame-element.ts | ||
| frame-handle.ts | ||
| icons.ts | ||
| index.ts | ||
| mathjax-element.ts | ||
| Mathjax.svelte | ||
| mathjax.ts | ||
| ResizableImage.svelte | ||
| tsconfig.json | ||