mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -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
|
||
|---|---|---|
| .. | ||
| Absolute.svelte | ||
| Badge.svelte | ||
| BUILD.bazel | ||
| ButtonGroup.svelte | ||
| ButtonGroupItem.svelte | ||
| ButtonToolbar.svelte | ||
| CheckBox.svelte | ||
| Col.svelte | ||
| Collapsible.svelte | ||
| Container.svelte | ||
| context-keys.ts | ||
| dropdown.ts | ||
| DropdownDivider.svelte | ||
| DropdownItem.svelte | ||
| DynamicallySlottable.svelte | ||
| FloatingArrow.svelte | ||
| helpers.ts | ||
| IconButton.svelte | ||
| IconConstrain.svelte | ||
| Item.svelte | ||
| LabelButton.svelte | ||
| Popover.svelte | ||
| Row.svelte | ||
| SelectButton.svelte | ||
| SelectOption.svelte | ||
| Shortcut.svelte | ||
| Spacer.svelte | ||
| StickyContainer.svelte | ||
| Switch.svelte | ||
| tsconfig.json | ||
| types.ts | ||
| WithContext.svelte | ||
| WithFloating.svelte | ||
| WithOverlay.svelte | ||
| WithState.svelte | ||
| WithTooltip.svelte | ||