forked from st3v3nmw/obsidian-spaced-repetition
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix different device sync issue #85
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 算法可以切换:默认的 Anki 优化算法、Anki 算法、[Fsrs 算法](https://github.com/open-spaced-repetition/fsrs.js)。下次的复习时间信息不变,然后就按新切换的算法计算重复间隔; - 卡片/笔记复习,在复习效果旁可显隐到下次重复的时间间隔
- 算法可以切换:默认的 Anki 优化算法、Anki 算法、[Fsrs 算法](https://github.com/open-spaced-repetition/fsrs.js)。下次的复习时间信息不变,然后就按新切换的算法计算重复间隔; - 卡片/笔记复习,在复习效果旁可显隐到下次重复的时间间隔
commit a5cb777cddcc430e9264cac9e90106e0c294608e Author: Newdea <[email protected]> Date: Thu Jul 13 22:31:34 2023 +0800 Bump version to v1.10.1.3 commit 6855c1eea4856606e1ea349f3272832da718253b Author: Newdea <[email protected]> Date: Thu Jul 13 22:28:36 2023 +0800 updateFsrsParams commit 9708dec70cdce765b35f22d6d2d899b45a3ea6fa Author: Newdea <[email protected]> Date: Thu Jul 13 21:47:56 2023 +0800 del unused file commit 7b76a4b68fb5204de02bfea4f2961461ce807952 Author: Newdea <[email protected]> Date: Thu Jul 13 20:30:14 2023 +0800 setting update
Co-authored-by: Newdea <[email protected]>
* fix: queue * fix: repeat Queue * cancel updateItems Notice * change repeatItems default setting: false * fix: retention * Feat/FSRSv4 * update package-lock.json * fix rating+1 * revlog add tag * add revlog_tags setting * add tags for revlog * lint warn fix * update lang vars * floatbar use same text with flashcard * bugfix * tagname and setting update * update again return * set deckname when add newcard * add isTagedDeckName() * check deckname when review * cancel review deckname check * syncTrackfileCardSched * simplify trackFileCard() * 简化 syncTrackfileCardSched * sep * 更新版本及说明1.10.1.5 * fix: findDeckPath * fix: isTrackedCardfile * fix: appendRevlog * fix: findDeckPath * update w description * setting update * fix: queue err * Object.keys * fix getNextDueNoteIndex * fix getNextDueNoteIndex * lint warn * ## [1.10.1.5] FSRS更新至V4,及根据标签输出日志文件 - 新增 根据标签输出日志文件,以免某些只是用于重复(而不是记忆)的标签组的数据影响到将来用于优化算法参数的效果 - 更新 FSRS算法到 V4 版本 - 更新 输出日志表格根据[fsrs-optimizer](https://github.com/open-spaced-repetition/fsrs-optimizer/tree/main) 更新 - 修复 悬浮按键的文本可自定义; - 修复 设置中的一些文字显示; - 修复 一些小bugs. * fix again when repeat --------- Co-authored-by: Jarrett Ye <[email protected]>
Co-authored-by: Newdea <[email protected]>
Co-authored-by: Carlos Galdino <[email protected]> Co-authored-by: 4Source <[email protected]> Co-authored-by: Stephen Mwangi <[email protected]> Co-authored-by: Anna Zubenko <[email protected]> Co-authored-by: Ronny Zulaikha <[email protected]> Co-authored-by: Andrea Alberti <[email protected]> ## [1.12.5.10] - 同步原插件最新分支sync upsteam branch; - fix #72 add setting for ignored Tags; - fix #73 use fsrs v5 algorithm; - setting UX change;
fsrs v5 setting support `enable_short_term` and `enable_fuzz`.
## [1.12.5.11] - feat #78 fsrs v5 setting support enable_short_term and enable_fuzz (by @ishiko732). - fix #77 codeblock render error; - fix #76 sidebar note didn't show; - fix note random review;
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
开错了