display links to the stacked note
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export const filenameToNoteTitle = (title: string) =>
|
||||
title.replaceAll('/', ' / ')
|
||||
title.replaceAll('/', ' / ').replaceAll('-', ' ')
|
||||
|
||||
Reference in New Issue
Block a user