Skip to content

Commit 8b25545

Browse files
committed
Release: v0.1.3
1 parent 6816849 commit 8b25545

File tree

6 files changed

+30
-24
lines changed

6 files changed

+30
-24
lines changed

README.md

+14-15
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838

3939
4. You can complete your review by ticking the box in the plugin's `popup` window, or you can click into the problem page and complete the review via the `rate it` button.
4040

41-
5. Open the problem list to see all the problems in your current review plan.
41+
5. Open the question list, view all the questions in the current review plan, write notes, and export notes as Markdown.
4242

4343
6. Happy problem-solving! The key to mastering things quickly is to avoid forgetting!
4444
# 🚀 用法
4545
1. 安装LMS插件. 初始在LeetCode / 力扣页面右下角点击`rate`按钮(可拖动位置),为题目掌握情况打分,算法参考打分情况实时调整复习计划。
4646
2. 插件主页自动评估每道题的可检索性优先级(能够回忆起来的概率),用户可根据时间安排,灵活调整每日的复习量。
4747
3. FSRS算法允许休息和提前突击复习,其算法会随时间流逝,自动推理整体题目的回忆概率,动态调整下一次复习时间,以适应你的学习节奏。
4848
4. 可在插件的`popup`弹窗中打勾完成复习;也可点击进入题目页面,通过`rate`按钮完成复习。
49-
5. 打开题目列表,查看当前复习规划的所有题目
49+
5. 打开题目列表,查看当前复习规划的所有题目,撰写笔记,导出笔记为Markdown
5050
6. 刷题快乐,速成的本质在于不要遗忘!
5151

5252
![alt text](https://s2.loli.net/2025/02/20/CrmZewAQlWUNuc4.gif)
@@ -81,27 +81,26 @@
8181
| 监控提醒 | ✅ 已完成 | bilibili、youtube |
8282
| url添加力扣题目 | ✅ 已完成 | 配合 IDE 刷题,工位摸鱼专用 |
8383
| url添加自定义卡片 | ✅ 已完成 | 用于记录面试手撕题、其他刷题网站用户暂时替代方案 |
84+
| 提供笔记功能 | ✅ 已完成 | 题目列表中新增笔记按钮,支持导出所有笔记为Markdown |
8485
| 收集Anki fsrs 训练数据 | ✅ 已完成 | 待用于测试fsrs官方端口训练 |
8586
| 接入Anki fsrs官方训练端口 | ❌ 待完成 | 待评估可行性(用户可拟合出最适合自己的记忆曲线) |
8687
| 不同网站题目数据源切换 | ❌ 待完成 | 待完成(目前仅支持力扣国际站和中国站,待兼容洛谷等) |
8788
| 兼容火狐 | ❌ 待完成 | 待完成 |
88-
| 提供笔记功能 | ❌ 待完成 | 待评估可行性(浏览器存储数据上限可能无法支持) |
89-
9089
| 兼容`ctrl + enter` | ❌ 待完成 | 目前优先级较低 |
9190

9291

9392
# 📝 Next Steps
94-
| Task/Feature | Status | Remarks |
95-
|-----------------------------|------------|-------------------------------------------------------------------------|
96-
| Multi-device cloud sync | ✅ Completed | Edge, Chrome |
97-
| Monitoring reminders | ✅ Completed | Bilibili, YouTube |
98-
| Add LeetCode URL | ✅ Completed | For use with IDE for problem-solving, perfect for stealth studying at work |
99-
| Add custom card URL | ✅ Completed | recording interview problems, serves as a temporary solution for other problem-solving websites |
100-
| Switch data sources for different websites | ❌ Pending | Pending completion (currently only supports LeetCode Global and China, pending compatibility with Luogu, etc.) |
101-
| Firefox compatibility | ❌ Pending | Pending feasibility assessment |
102-
| Provide note-taking feature | ❌ Pending | Pending feasibility assessment (browser storage data limits may not support) |
103-
| Integrate with Anki fsrs official training port | ❌ Pending | Pending feasibility assessment (users can fit their own optimal memory curve) |
104-
| Compatibility with `Ctrl + Enter` | ❌ Pending | Currently lower priority |
93+
| Task/Feature | Status | Notes |
94+
|-----------------------|------------|------------------------------------|
95+
| Multi-device data cloud sync | ✅ Completed | Edge, Chrome |
96+
| Monitor reminder | ✅ Completed | bilibili, youtube |
97+
| URL add LeetCode problems | ✅ Completed | For brushing questions with IDE, dedicated to working position entertainment |
98+
| URL add custom cards | ✅ Completed | For recording interview hand-torn problems, alternative solution for other question brushing websites |
99+
| Provide note-taking feature | ✅ Completed | Add note button in question list, support exporting all notes as Markdown |
100+
| Collect Anki fsrs training data | ✅ Completed | Pending for testing fsrs official port training |
101+
| Integrate Anki fsrs official training port | ❌ Pending | To be assessed for feasibility (users can fit their own optimal memory curve) |
102+
| Switch between different website question data sources | ❌ Pending | To be completed (currently only supports LeetCode international and Chinese stations, to be compatible with Luogu, etc.) |
103+
| Compatibility with Firefox | ❌ Pending | To be completed |
105104

106105

107106

changelog.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Changelog
22

3-
# Changelog
4-
## [0.1.2] - 2025-04-01
3+
## [0.1.3] - 2025-04-02
4+
5+
### Added
6+
- Add note writing and export features to enhance the learning experience and allow users to better organize their knowledge (#5)
7+
新增笔记撰写和导出功能,提升学习体验,帮助用户更好地整理知识(#5
8+
59
### Fixed
6-
- incorrect state judgment && error lastreview time (#27)
7-
错误的状态判断以及错误的上次复习时间 (#27)
10+
- Fix the issue where LeetCode URLs were incorrectly matched, leading to errors in question identification (#31)
11+
修复LeetCode URL错误匹配问题,避免题目识别出错(#31
12+
13+
- Fix the issue where the S value in the FSRS algorithm was not updated due to incorrect matching, ensuring accurate data for training (#27)
14+
修复因错误匹配导致FSRS算法中S值未更新问题,确保训练数据准确(#27
815

916

1017

manifest.base.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Leetcode Mastery Scheduler",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"author": "Hacode",
66
"description": "Leetcode-Mastery-Scheduler tracks your LeetCode progress and prompt you to review based FSRS",
77
"homepage_url": "https://github.com/xiaohajiayou/Leetcode-Mastery-Scheduler",

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Leetcode-Mastery-Scheduler",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "<h1 align=\"center\">\r <img src=\"assets/logo2.png\" style=\"width: 10%;\" />\r <br>\r <B>P</B>ractice <B>M</B>akes <B>C</B>ode <B>A</B>ccepted\r <br>\r </h1>",
55
"main": "src/popup.js",
66
"directories": {

popup.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -357,11 +357,11 @@ <h3>Add Review Card</h3>
357357
<small>
358358
<div>
359359
<span class="update-badge">NEW!</span>
360-
新增复习记录本地收集,用于优化 FSRS 参数。 / Add local collection of review records for optimizing FSRS parameters
360+
新增笔记撰写和导出功能。 / Add note writing and export features
361361
</div>
362362
<div>
363363
<a target="_blank" href="https://github.com/xiaohajiayou/Leetcode-Mastery-Scheduler/blob/main/changelog.md">
364-
View full changelog now(V0.1.1)
364+
View full changelog now(V0.1.3)
365365
</a>
366366
</div>
367367
</small>

0 commit comments

Comments
 (0)