-
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
[Bug]: 更新了 1.12.4.6 我的复习被重置了 #58
Comments
有些奇怪,我这边的数据都是正常的。 |
没有报错,正常的 |
重新载入1.12.4.4,数据还在。 |
下面是插件的设置,即data.json {
"settings": {
"responseOptionBtnsText": {
"Default": [
"Reset",
"Hard",
"Good",
"Easy"
],
"Fsrs": [
"Reset",
"Hard",
"Good",
"Easy"
],
"Anki": [
"Reset",
"Hard",
"Good",
"Easy"
],
"SM2": [
"Blackout",
"Incorrect",
"Incorrect (Easy)",
"Hard",
"Good",
"Easy"
]
},
"flashcardEasyText": "Easy",
"flashcardGoodText": "Good",
"flashcardHardText": "Hard",
"flashcardTags": [
"#fs_all"
],
"convertFoldersToDecks": false,
"cardCommentOnSameLine": true,
"burySiblingCards": true,
"showContextInCards": false,
"flashcardHeightPercentage": 90,
"flashcardWidthPercentage": 85,
"randomizeCardOrder": null,
"flashcardCardOrder": "EveryCardRandomDeckAndCard",
"flashcardDeckOrder": "PrevDeckComplete_Sequential",
"convertHighlightsToClozes": true,
"convertBoldTextToClozes": false,
"convertCurlyBracketsToClozes": false,
"singleLineCardSeparator": "::::",
"singleLineReversedCardSeparator": ":::",
"multilineCardSeparator": "?",
"multilineReversedCardSeparator": "??",
"editLaterTag": "#edit-later",
"intervalShowHide": false,
"enableNoteReviewPaneOnStartup": true,
"tagsToReview": [
"",
"#deck1",
"#fs_all"
],
"noteFoldersToIgnore": [
"templater"
],
"openRandomNote": false,
"autoNextNote": true,
"reviewResponseFloatBar": true,
"responseBarPositionPercentage": 5,
"reviewingNoteDirectly": true,
"disableFileMenuReviewOptions": true,
"maxNDaysNotesReviewQueue": 365,
"initiallyExpandAllSubdecksInTree": false,
"baseEase": 250,
"lapsesIntervalChange": 0.5,
"easyBonus": 1.3,
"maximumInterval": 36525,
"maxLinkFactor": 1,
"showDebugMessages": true,
"dataLocation": "In the folder specified below",
"customFolder": "spaced_repetition_data/tracked_files.json",
"maxNewPerDay": 20,
"repeatItems": false,
"trackedNoteToDecks": false,
"untrackWithReviewTag": false,
"algorithm": "Fsrs",
"algorithmSettings": {
"Fsrs": {
"revlog_tags": [],
"request_retention": 0.9,
"maximum_interval": 36500,
"w": [
3.0888,
5.4256,
12.6306,
21.0708,
5.1018,
1.6204,
1.2019,
0,
1.7455,
0,
1.1326,
2.0553,
0.2,
0.3525,
1.2435,
0,
3.0324
]
}
},
"previousRelease": "1.12.4.6",
"burySiblingCardsByNoteReview": false,
"multiClozeCard": false
},
"buryDate": "2024-06-24",
"buryList": [
"13b0a3cc2b8479",
"4a909d4ac212a",
"b06e6a6730556",
"17b1c0bccba413",
"a7aaa9ac6f5d",
"11d0353d0a70c9",
"1fec9b00bb2d79",
"157620f78d22f6"
],
"historyDeck": "fs_all"
} |
看来不是我一个人的问题 0.0 |
这个路径是在笔记库里么,自定义路径只能相对笔记库根目录,在笔记库外面的目录可能就会存在意想不到的问题。 可以先用插件目录或根目录试下:
|
是笔记库呀,回滚1.12.4.4版本是没有问题的呀,就是新版本可能在这个地方出现问题 |
test.zip 测试的方案是:先使用1.12.4.4版本来复习卡片,然后升级插件,重启这个库,同样发现了复习数据被重置。目前这个库的版本是1.12.4.4 |
应该是同步原插件代码时引入的bug,改了一版,我测试了已经OK,你再试试反馈下效果 |
我通过我的库进行了测试,目前发现没有问题,可以读到复习数据 |
将新版中main.js更换成下面文件,我的库也暂时没有问题。 |
Describe the bug
刚刚更新了1.12.4.6,然后发现我的所有卡片都变成了新的卡片,我重新回滚到 1.12.4.4,复习了记录都在。
To Reproduce
安装新版本,打开复习窗口
Expected behavior
正确的复习记录
Screenshots
OS of your device
win10
Obsidian version
v1.6.4
Plugin version
1.12.4.6
Installer version
1.12.4.6
Additional context
No response
Config file
No response
The text was updated successfully, but these errors were encountered: