Jarrett Ye
1e6d12b830
Set Due Date: Set interval to actual elapsed days when FSRS is enabled ( #4035 )
2025-05-26 23:33:39 +10:00
Jarrett Ye
dfee38898d
calculate accurate retrievability in card info ( #4034 )
2025-05-26 23:25:27 +10:00
Abdo
436d76a81e
Move setSticky() call
2025-05-26 02:53:53 +03:00
Abdo
35f0bc5af6
Reimplement editor_will_munge_html callbacks
2025-05-26 02:51:02 +03:00
Abdo
8a9baca554
Fix anki-editable styles not applying
2025-05-26 02:26:59 +03:00
Abdo
0a3710e967
Replace note save call for saveTags cmd
2025-05-25 21:24:17 +03:00
Abdo
8a87e6496c
Remove legacy editor tagedit functions
2025-05-25 21:20:22 +03:00
Abdo
3073ef02b5
Remove editorReady()
...
bridgeCommand() looks cleaner here
2025-05-25 21:14:10 +03:00
Abdo
48fb272700
Fix error on late editor_update_note() call
2025-05-25 21:10:02 +03:00
Abdo
1809e793e6
Move note saving to TS
2025-05-25 19:23:55 +03:00
Abdo
75bc67608a
Remove console.log() statement
2025-05-25 17:32:35 +03:00
Abdo
2576a5bb75
Move screen-specific functionality back NoteEditor
2025-05-25 16:27:37 +03:00
Abdo
12e222b66e
Fix encodeIriPaths() not allowed
2025-05-25 15:21:42 +03:00
Abdo
053bd4380f
Move some JS calls in loadNote()
2025-05-25 14:54:01 +03:00
Abdo
0ace032dc6
Merge branch 'main' into editor-3830
2025-05-24 03:28:49 +03:00
llama
16c5eaf00a
don't show "double click to expand" when it's not possible ( #4030 )
2025-05-22 23:21:08 +10:00
llama
420cd237df
fix io undo logic error ( #4027 )
2025-05-22 23:11:04 +10:00
GithubAnon0000
6a1d55ae75
ADD myself to about.py ( #4026 )
2025-05-22 22:55:37 +10:00
Luc Mcgrady
8694b3b410
Use non breaking spaces for names on about page ( #4025 )
...
* use non breaking spaces for names on about page
* Update qt/aqt/about.py
Co-authored-by: llama <gh@siid.sh>
---------
Co-authored-by: llama <gh@siid.sh>
2025-05-22 22:55:15 +10:00
GithubAnon0000
ec513dfde7
Fix DR not being in percent in the forgetting curve ( #4024 )
...
* FIX DR not displayed as % in forgetting curve
* Run ./check and fix errors found by it
* Round DR to full number
2025-05-22 22:54:35 +10:00
llama
d39284e101
Fix IO masks not saving when scaled ( #4021 )
...
* trigger save after modifying object
* remove redundant save
already called by undoStack.onObjectModified or setShapePosition
2025-05-22 21:43:38 +10:00
GithubAnon0000
e989564be2
FIX borken support link ( #4019 )
...
https://github.com/ankitects/anki/issues/4017
2025-05-22 21:40:13 +10:00
Damien Elmes
3b7f21e50e
Update translations
2025-05-22 21:25:33 +10:00
Lukas Sommer
28e9c5a630
Fix URL schemes translation ( #4004 )
2025-05-22 21:24:48 +10:00
Abdo
f453e3790c
Fix scss paths
2025-05-22 02:59:12 +03:00
Abdo
5cbb5242c8
Move editor code to ts/routes
2025-05-22 02:46:01 +03:00
Abdo
6e22ce9f41
Add ts/routes/editor
2025-05-20 03:43:55 +03:00
llama
31d877f20d
place caret after mathjax element on overlay close event ( #4016 )
2025-05-19 13:43:01 +10:00
dependabot[bot]
150683ebe2
Bump vite from 5.4.18 to 5.4.19 ( #4018 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.18 to 5.4.19.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.19/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.19/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.19
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-19 13:38:53 +10:00
Damien Elmes
7b4a7dcf18
Bump flask-cors for latest CVEs
2025-05-19 13:34:59 +10:00
Emmanuel Ferdman
8a61a5470c
Resolve Python regex library warnings ( #4012 )
...
* Resolve Python regex library warnings
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
* Add CONTRIBUTORS
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2025-05-19 13:29:54 +10:00
spiritualfather
63fd1ffbff
upgrade esbuild versions ( #4011 )
...
* upgrade esbuild versions
* Update license file
2025-05-19 13:25:05 +10:00
llama
d667abffd1
Fix searching for non-blank adjacent wildcard fields ( #4009 )
...
* modify collect_ranges to take param on whether to join ranges
* update tests
* update existing call
* fix searching for non-empty wildcard fields
2025-05-19 13:15:23 +10:00
Luc Mcgrady
ed13a351b9
Fix/Prevent manual resize of params input ( #4008 )
2025-05-19 13:10:47 +10:00
sorata
277061498d
update backup restore message ( #4005 )
...
* update backup restore message
* Update ftl/qt/qt-misc.ftl
Co-authored-by: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com>
---------
Co-authored-by: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com>
2025-05-19 13:09:43 +10:00
Lukas Sommer
a402670c4e
Update sync.ftl ( #4003 )
...
* Update sync.ftl
* Update ftl/core/sync.ftl
Improved string by @GithubAnon0000
Co-authored-by: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com>
---------
Co-authored-by: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com>
2025-05-19 10:44:54 +10:00
Damien Elmes
48a0640a07
Revert "feat(scheduler): add from_queue flag to CardAnswer ( #3976 )"
...
This reverts commit 1f95d030bb
.
Buggy: https://github.com/ankitects/anki/pull/3983
2025-05-19 10:26:10 +10:00
Damien Elmes
d3d6bd8ce0
Skip ytdl flag on macOS ARM
...
Fixes sounds failing to play in the packaged build on macOS.
2025-05-15 19:04:26 +10:00
Damien Elmes
1157465844
Update translations
2025-05-15 16:50:08 +10:00
llama
413b73d9f4
fix onNote potentially discarding editor field changes ( #4001 )
2025-05-15 16:48:56 +10:00
llama
97b12b420a
Resize fsrs params input to fit content ( #3999 )
...
* resize param input on value change
* resize on window resize
2025-05-15 16:41:30 +10:00
user1823
8f2c708751
Include reset entries in dataset exported for research ( #3998 )
...
https://github.com/open-spaced-repetition/fsrs4anki-helper/pull/566#issuecomment-2875432135
2025-05-15 16:31:18 +10:00
llama
a2a1f597be
Style the fsrs params input ( #3997 )
...
* style textarea and date inputs
* remove redundant date input styling
2025-05-15 16:30:17 +10:00
llama
4e1a901738
Clarify field separator being a guess when importing csv ( #3996 )
...
* clarify that the initially selected field separator is a guess
* explain why the field seperator setting might be locked
2025-05-15 16:26:51 +10:00
Adnane Taghi
f96c8c2ac8
Make URL schemes dialog more ergonomic ( #4002 )
...
(originally merged into a PR branch)
* Make URL schemes dialog more ergonomic
* add name to contributors list
* Title Case
* Tweak build instructions so Cursor picks them up
* Use a warning icon for the URL scheme pop-up
* Default to cancelling
2025-05-15 16:17:33 +10:00
Kolby Moroz Liebl
6427ff3db5
Fix dockerimage, by bumping rust version ( #3993 )
2025-05-15 16:09:27 +10:00
Damien Elmes
86c89907e7
Add URL scheme whitelist ( #3994 )
...
* Add experimental Cursor rules
* Add the ability to customize URL schemes
Closes #3965
2025-05-15 15:37:49 +10:00
Luc Mcgrady
f7cdf4eb9e
Fix/Leech suspended tooltip ( #3992 )
...
* Fix/Leech suspended popup
* extra check
* Fix: None check
* move comment
2025-05-15 15:14:10 +10:00
GithubAnon0000
f727934a42
CHANGE collection size too large error to add MB values and info about compressed vs. uncompressed. ( #3981 )
...
* CHANGE collection size too large error to add MB values and info about compressed vs. uncompressed
* Round f64 to 2 decimals
* Remove line breaks from ftl/core
* Remove string 'uncompressed' from code
* Add string 'uncompressed' to ftl/core
* Remove if statement change introduced to test changes locally
* Run ./check
2025-05-15 15:08:41 +10:00
GithubAnon0000
37dfbca094
UPDATE answer button graph tooltip to include I) answer button name and II) description of what "correct" means ( #3979 )
...
* ADD name of the button after button number (1 → again...)
* ADD info string to explain what 'correct' means
* Run ./check and make it happy
* Apply suggestion from @dae to make text shorter
2025-05-15 14:54:51 +10:00