diff --git a/frontend/obsidian-plugin/src/views/history-view.ts b/frontend/obsidian-plugin/src/views/history-view.ts index 4b743a46..2169a425 100644 --- a/frontend/obsidian-plugin/src/views/history-view.ts +++ b/frontend/obsidian-plugin/src/views/history-view.ts @@ -54,7 +54,7 @@ export class HistoryView extends ItemView { } element.createEl("span", { - text: entry.relativePath + text: entry.relativePath.split("/").pop() }); }