We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
主要做为日常Reminder工具:根据遗忘曲线将笔记定期发邮件给自己。
Wiki: Forgetting Curve
实现: 通过在这个issue里添加comment,每个comment算一篇笔记。 根据每个comment里写的时间设定,将笔记发送到邮箱里。
技巧:
<data><!-- {"time": xxx, "updated_time": xxx} --></data>
created_time
隐形标签JSON数据:
<data><!-- { "time": "2018-05-03", "updated": "2018-05-10", "reviewed_count": 3 } --></data>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Wiki: Forgetting Curve
实现:
通过在这个issue里添加comment,每个comment算一篇笔记。
根据每个comment里写的时间设定,将笔记发送到邮箱里。
技巧:
<data><!-- {"time": xxx, "updated_time": xxx} --></data>
这样的隐形标签,保存json数据,达到传达指令和记录更新数据的功能。created_time
。隐形标签JSON数据:
The text was updated successfully, but these errors were encountered: