Skip to content

Merge existing video notes into media-notes. - #1

Merged
Dithob merged 1 commit into
mainfrom
merge-existing-notes
Aug 31, 2026
Merged

Dithob merged 1 commit into
mainfrom
merge-existing-notes

Conversation

@Dithob

@Dithob Dithob commented Aug 31, 2026

Copy link
Copy Markdown
Owner

Bring the current videonote collection into the repository's media-note layout, preserve the RAG note assets, update the index, and add publishing metadata for all merged notes.

Bring the current videonote collection into the repository's media-note layout, preserve the RAG note assets, update the index, and add publishing metadata for all merged notes.
Copilot AI lite review requested due to automatic review settings August 31, 2026 01:58
@Dithob
Dithob merged commit e6bd255 into main Aug 31, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

One newly added note uses a source URL format that will be published into frontmatter as an invalid link, and the README naming rule currently contradicts the actual filenames listed/added.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Integrates additional video-note content into the repository’s media-note/ layout and wires the new notes into the publishing pipeline by extending the publish metadata config and updating the note index.

Changes:

  • Extended scripts/publish.config.mjs with publishing metadata (slug/category/EN title+summary) for newly merged notes.
  • Added a new media note (测试开发学习路线笔记.md) under media-note/.
  • Updated media-note/README.md to document layout expectations and include the new notes in the index table.
File summaries
File Description
scripts/publish.config.mjs Adds publishing metadata entries for additional merged notes so publish-notes.mjs can generate frontmatter.
media-note/测试开发学习路线笔记.md New merged note content with source block and structured sections.
media-note/README.md Updates indexing and documentation for where notes/assets live and includes new index rows.
Review details

Suppressed comments (1)

media-note/测试开发学习路线笔记.md:2

  • 来源链接使用了 Markdown 的 <...> 包裹形式,publish-notes.mjs 的 parseSourceBlock 会把尖括号也当作 URL 字符串写入 frontmatter,导致站点上的 sourceUrl 变成包含 <> 的无效链接。建议改为普通的 (https://...) 形式。
  • Files reviewed: 9/19 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread media-note/README.md
## 命名

`<标题或内容主题> <类型>.md`,类型为 `笔记` / `指南` / `手册` 之一。
`<标题或内容主题> <类型>.md`,类型为 `笔记` / `指南` / `手册` 之一。历史笔记如保留“学习笔记”字样,也按内容类型归档。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants