feat(graph): 解析 [[wikilink]] 双向链接并新增反链面板与图谱联动 - #50
Merged
Conversation
tate233
pushed a commit
that referenced
this pull request
Jun 2, 2026
feat(graph): 解析 [[wikilink]] 双向链接并新增反链面板与图谱联动
tate233
pushed a commit
that referenced
this pull request
Jun 5, 2026
feat(graph): 解析 [[wikilink]] 双向链接并新增反链面板与图谱联动
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.
feat(graph): 解析 [[wikilink]] 双向链接并新增反链面板与图谱联动
内容
markdown_parser.extract_wikilinks:从正文提取[[标题]]/[[标题|别名]]的目标标题;NoteManager.resolve_title+sync_wikilinks:按标题解析为目标笔记 id,保存时写入note.links(去重、排除自链),返回未解析标题;_build_view_menu(降低create_menu复杂度)。验收
[[某笔记标题]]保存后双方建立链接(图谱产生边);类型:
feat| 里程碑:M3 | 工作量:L | 风险:medium | 依赖:PR#48