Skip to content

Commit

Permalink
Do not deduplicate aliases in a single note
Browse files Browse the repository at this point in the history
  • Loading branch information
xulongwu4 committed Oct 17, 2024
1 parent b7ce310 commit 8474103
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/obsidian/commands/titles.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ local function map_title_to_notes(notes)
end
end

for title, notes_share_title in pairs(title_to_notes) do
title_to_notes[title] = util.tbl_unique(notes_share_title)
end

return title_to_notes
end

Expand Down

0 comments on commit 8474103

Please sign in to comment.