Henrik Giesel
|
5b24e5c522
|
Remove some unnecessary jQuery, replace some toggles with classList.toggle
|
2021-01-19 03:06:44 +01:00 |
|
Henrik Giesel
|
27a1e81088
|
Remove code which supposedly fixing focus, but which is not functional
|
2021-01-19 02:54:15 +01:00 |
|
Henrik Giesel
|
47d26126e7
|
Switch to iterables for elem.style and elem.attributes
|
2021-01-19 02:48:41 +01:00 |
|
Henrik Giesel
|
a4921a36dd
|
Satisfy formatter
|
2021-01-19 01:08:15 +01:00 |
|
Henrik Giesel
|
4deeb798ca
|
Prefer template string and addEventListener over string concatenation and .on<event>
|
2021-01-18 17:42:29 +01:00 |
|
Henrik Giesel
|
150de7a683
|
Use more strict TypeScript in editor.ts
|
2021-01-18 17:18:35 +01:00 |
|
Henrik Giesel
|
a898224d3d
|
Switch to KeyboardEvent.code rather than KeyboardEvent.which, which is deprecated
|
2021-01-18 15:19:57 +01:00 |
|
Henrik Giesel
|
0db8a14497
|
Deal with div insertion on deleting list item
|
2021-01-15 18:46:37 +01:00 |
|
Henrik Giesel
|
4e1139021b
|
Consider list edge case for line breaks
* Enter makes a new bullet point
* Shift+Enter makes a line break in current bullet point
|
2021-01-15 18:46:37 +01:00 |
|
Henrik Giesel
|
5c6694950d
|
Prefer <br> over <div></div>
|
2021-01-15 18:46:37 +01:00 |
|
Damien Elmes
|
7397b9c0c4
|
Merge pull request #858 from hgiesel/editorwhitespace
Remove placeholder `<br>`s in empty fields in editor
|
2020-12-28 16:50:23 +10:00 |
|
Damien Elmes
|
c18ea8ef78
|
Merge pull request #859 from hgiesel/tabindex2
Consider removing special handling of Shift+Tab in Editor on macOS
|
2020-12-21 18:38:35 +10:00 |
|
Damien Elmes
|
256db85577
|
work around --text-fg ending up in fields
https://forums.ankiweb.net/t/strange-behaviour-in-the-html-editor/5796/4
|
2020-12-21 17:56:20 +10:00 |
|
Henrik Giesel
|
2ae4d14bc5
|
Focus special handling of Shift+Tab on macOS
|
2020-12-21 08:00:47 +01:00 |
|
Henrik Giesel
|
502049025a
|
Remove special treatment of empty fields in editor ts
|
2020-12-21 03:13:31 +01:00 |
|
Henrik Giesel
|
9b2de395e1
|
Wrap field name in editor in span
|
2020-12-20 23:40:51 +01:00 |
|
Damien Elmes
|
0d354da93a
|
move aqt_data into source folder; implement wheel building
|
2020-11-04 12:14:03 +10:00 |
|