feat(reader): copy read-later checklists - #35
Open
oldwinter wants to merge 1 commit into
Open
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
❌ Deploy Preview for aquamarine-salamander-b041fe failed. Why did it fail? →
|
This file contains hidden or 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
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.
构建了什么:在现有“稍后读”面板里加入一个本地化的“复制 Markdown 清单”命令,把已保存笔记按顺序导出为 Obsidian 可直接粘贴的
- [ ] [标题](<绝对链接>)列表;标题空白和 Markdown 特殊字符会被安全处理,空列表禁用命令,剪贴板成功与失败都有明确反馈。为什么觉得它会很酷/值得合并:它把浏览中的临时收藏一键变成可继续整理的任务清单,让数字花园与 Obsidian 工作流真正连起来,同时完全复用现有本地数据,不增加依赖、网络请求、存储格式或后台行为。Validation
091e40fe9eda9e7d4d88e22be608532e1a6f4d47.npx tsc --noEmit, scoped Prettier,git diff HEAD --check, and the clean-worktree check passed.npx quartz buildpassed with 314 inputs and 1912 outputs.jsdomimport inlocal-plugins/theme-switcher/test/themeSwitcherScript.test.ts.Impact
dg3.readLater.v1storage remains unchanged; exporting only reads the already parsed in-browser list.Rollback
Revert
091e40fe9eda9e7d4d88e22be608532e1a6f4d47. Existing saved Read Later entries remain compatible because their storage schema was not changed.