mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
* Allow passing in reference into WithFloating as prop
* Fix WithAutocomplete
* Fix WithFloating for MathjaxOverlay
* Add resize-store
* Allow passing debug=True to jest_test for debugger support (#2013)
* Disable auto-closing of HTML tags
https://forums.ankiweb.net/t/set-html-editor-as-a-default-editor-instead-of-visual-editor/20988/3
Closes #1963
* Add slight margin to MathjaxEditor
* Enable passing offset and shift to WithFloating
* Hide overflow of mathjax editor
* Add automatic hide functionality to sveltelib/position
* Last polishes for Surrounder class (#2017)
* Make private properties in Surrounder truly private
* Fix remove logic of Surrounder
* No reason for toggleTriggerRemove to be async
* Allow using alt-shift to set all remove formats but this one
* modifyFormat => updateFormat
* Fix formatting
* Fix field descriptions blocking cursor from being set (#2018)
- happens when focus is in HTML editor
* Remove hiding functionality again until it's really useful
* Add support for autoPlacement
* Implement new WithFloating that supports manually calling position()
* Implement hide mechanisms
* Add option in math dropdown to toggle MathJax rendering (#2014)
* Add option in math dropdown to toggle MathJax rendering
Closes #1942
* Hackily redraw the page when toggling MathJax
* Add Fluent string
* Default input setting in fields dialog (#1987) (kleinerpirat)
* Introduce field setting to use plain text editor by default (kleinerpirat)
* Remove leftover function from #1476
* Use boolean instead of string
* Simplify clear_other_field_duplicates
* Convert plain text key to camelCase
* Move HTML item below the existing checkbox, instead of to the right (dae)
Showing it on the right is more space efficient, but feels a bit
cluttered IMHO.
* Fix not being able to scroll when mouse hovers PlainTextInput (#2019)
* Remove overscroll-behavior: none for * (all elements)
* Revert "Remove overscroll-behavior: none for * (all elements)"
This reverts commit
|
||
|---|---|---|
| .. | ||
| Addons.svelte | ||
| AdvancedOptions.svelte | ||
| AudioOptions.svelte | ||
| BUILD.bazel | ||
| BuryOptions.svelte | ||
| CardStateCustomizer.svelte | ||
| ConfigSelector.svelte | ||
| DailyLimits.svelte | ||
| deck-options-base.scss | ||
| DeckOptionsPage.svelte | ||
| DisplayOrder.svelte | ||
| EnumSelector.svelte | ||
| EnumSelectorRow.svelte | ||
| HtmlAddon.svelte | ||
| icons.ts | ||
| index.ts | ||
| Label.svelte | ||
| LapseOptions.svelte | ||
| lib.test.ts | ||
| lib.ts | ||
| NewOptions.svelte | ||
| RevertButton.svelte | ||
| SaveButton.svelte | ||
| SpinBox.svelte | ||
| SpinBoxFloat.svelte | ||
| SpinBoxFloatRow.svelte | ||
| SpinBoxRow.svelte | ||
| steps.test.ts | ||
| steps.ts | ||
| StepsInput.svelte | ||
| StepsInputRow.svelte | ||
| strings.ts | ||
| Switch.svelte | ||
| SwitchRow.svelte | ||
| TabbedValue.svelte | ||
| TextInputModal.svelte | ||
| TimerOptions.svelte | ||
| TitledContainer.svelte | ||
| TooltipLabel.svelte | ||
| tsconfig.json | ||
| Warning.svelte | ||