Henrik Giesel
357a6c5cc6
Add toggle sticky shortcuts F9 and Shift+F9
2021-08-03 05:52:07 +02:00
Damien Elmes
87f9bd8021
Merge pull request #1320 from hgiesel/colorpickerplus
...
Remember last text and highlight color again
2021-08-03 09:07:46 +10:00
Henrik Giesel
4db7cebf62
Remember last text and highlight color again
2021-08-02 23:12:00 +02:00
Damien Elmes
528343b417
Merge pull request #1319 from abdnh/sidebar-scroll-center
...
Use PositionAtCenter for sidebar scrolling
2021-08-02 18:35:38 +10:00
Damien Elmes
f0b8b10314
Merge pull request #1311 from hikaru-y/flag-mark-icons-in-previewer
...
Show flag and mark icons in previewer
2021-08-02 18:33:36 +10:00
abdo
ad6f5c7404
Use PositionAtCenter for sidebar scrolling
2021-08-02 10:57:54 +03:00
Damien Elmes
7ba35b7249
support updating multiple notes in one transaction/undo op
2021-08-02 17:07:26 +10:00
Damien Elmes
88a3fd8d7b
support updating multiple cards in one transaction/undo op
2021-08-02 16:59:02 +10:00
Damien Elmes
cc65196b0a
revert to defaults when schema 11 deck config can not be read
...
Allows decks with missing/null values like ivlFct to be opened.
https://forums.ankiweb.net/t/i-cant-access-ankiweb/11814
2021-08-02 16:27:48 +10:00
Damien Elmes
c6c9721c53
update congrats screen periodically; automatically move back to study
2021-08-02 16:05:18 +10:00
Damien Elmes
070f57fcc5
don't hide learning count on congrats screen when learning is overdue
...
The v3 scheduler will delay the final card from being shown twice in
a row, but the overdue case was being treated the same as the no-learning
case, leading to the message being hidden.
2021-08-02 15:57:09 +10:00
Damien Elmes
3cec1a35dc
update learning cutoff when counts are zero
2021-08-02 15:03:14 +10:00
Damien Elmes
94c7c3282b
fix learning cutoff not updating during review
2021-08-02 15:03:14 +10:00
Damien Elmes
141a96e221
fix inability to map fields from larger to smaller notetype
...
We were using the new item count instead of the old one.
https://forums.ankiweb.net/t/issue-changing-note-type-on-2-1-45/11822
2021-07-31 18:30:50 +10:00
Damien Elmes
cf731c6bad
fix v3 not honoring initial ease factor
...
Closes #1317
2021-07-31 14:57:04 +10:00
Damien Elmes
eab56163b0
Merge pull request #1315 from hgiesel/pasteless
...
Remove registerShortcut for Ctrl+C/V/A/X from editor/index.ts
2021-07-31 11:46:54 +10:00
Henrik Giesel
ed496c097f
Install Ctrl+Shfit+V paste only on Apple platforms
2021-07-31 03:43:10 +02:00
Damien Elmes
c321d70e52
bump version
2021-07-31 11:00:32 +10:00
Henrik Giesel
61e38a8bc9
Remove registerShortcut for Ctrl+C/V/A/X from editor/index.ts
2021-07-30 22:28:40 +02:00
Damien Elmes
355e66e83c
export jQuery, not just $
...
https://github.com/ankitects/anki/pull/1314#issuecomment-889597619
2021-07-30 18:30:37 +10:00
Damien Elmes
ead71a8895
update translations
2021-07-30 18:28:19 +10:00
Damien Elmes
d077d9509a
fix study deck->add deck->cancel
2021-07-30 11:35:55 +10:00
Damien Elmes
c1ec0fb191
update translations
2021-07-30 10:27:08 +10:00
Damien Elmes
a99f6a8514
Merge pull request #1314 from hgiesel/fixjqueryreviewer
...
Export jquery correctly
2021-07-29 23:26:05 +10:00
Henrik Giesel
7353bca606
Export jquery correctly
2021-07-29 15:18:51 +02:00
Damien Elmes
f3499f9382
Merge pull request #1313 from RumovZ/template-checks
...
Template checks
2021-07-29 16:36:50 +10:00
RumovZ
d090bd7e21
Use existing 'no such field' tr string
2021-07-29 08:30:49 +02:00
RumovZ
d6e5f3c67c
Allow duplicate templates if {{Card}}
is used
2021-07-28 22:32:38 +02:00
RumovZ
c0dd769090
Skip new notetype checks when importing apkg
2021-07-28 21:46:51 +02:00
RumovZ
be1b524396
Find template errors hidden by conditionals
2021-07-28 12:13:14 +02:00
RumovZ
4d7fcf585a
Check for invalid conditionals on templates
2021-07-28 11:53:31 +02:00
Damien Elmes
9c1c298426
Merge pull request #1312 from hgiesel/smalleditorrefactors
...
Use :host instead of :host-context
2021-07-28 13:19:04 +10:00
Damien Elmes
07c2c7ff62
show warning when trying to indent plain text
...
https://forums.ankiweb.net/t/2-1-45-release-candidate/11362/55
2021-07-28 12:18:04 +10:00
Damien Elmes
68dddfe93b
prevent hiding of sidebar
...
https://forums.ankiweb.net/t/browser-format-issues/11504/10
2021-07-28 11:14:09 +10:00
Damien Elmes
f3b8022a4c
add reviewer_extras.js back
2021-07-27 15:13:39 +10:00
Damien Elmes
a6fbb1227a
update translations
2021-07-27 13:03:13 +10:00
Henrik Giesel
e9928f9126
Use :host instead of :host-context
2021-07-26 16:06:50 +02:00
hikaru-y
80e15ff6aa
Show flag and mark icons in previewer
2021-07-26 20:13:42 +09:00
Damien Elmes
03e76d522a
reload card if there are registered hooks
...
https://forums.ankiweb.net/t/2-1-45-release-candidate/11362/54
2021-07-26 20:48:30 +10:00
Damien Elmes
156970c1b4
Merge pull request #1310 from hgiesel/textcolor
...
Fixes regarding text color buttons
2021-07-26 15:28:25 +10:00
Henrik Giesel
95c8f5a12a
Use event object in createShortcut, fix F8 for highlight
2021-07-26 06:15:30 +02:00
Henrik Giesel
66faa4ec25
Rename to text color and text color highlight
2021-07-26 05:28:28 +02:00
Damien Elmes
4e133e7d8a
Merge pull request #1303 from Arthur-Milchior/paste_post_hook
...
Add a hook to execute after pasting in a field
2021-07-26 11:01:29 +10:00
Damien Elmes
bb53da4526
Merge pull request #1309 from RumovZ/fix-importing
...
Fix importing when current deck is filtered
2021-07-26 10:59:58 +10:00
RumovZ
90b76e4c36
Skip order check for filtered decks
2021-07-25 09:23:05 +02:00
RumovZ
a7315732f6
Prevent DeckChooser from setting filtered deck
2021-07-25 08:54:39 +02:00
Arthur Milchior
3dbe44217b
Add a hook to execute after pasting in a field
...
I expect to use it to ensure that images are resizable after they get pasted in a field
2021-07-25 01:53:25 +02:00
Damien Elmes
e7189f4af5
fix ugly js confirm box
...
https://forums.ankiweb.net/t/2-1-45-release-candidate/11362/2
2021-07-24 22:04:06 +10:00
Damien Elmes
49f7e0c083
update translations
2021-07-24 21:47:41 +10:00
Damien Elmes
cd9f8d883c
clarify deck description message
...
+ drop the reference to overview screen
2021-07-24 21:45:09 +10:00