display links to the stacked note

This commit is contained in:
Julien Calixte
2021-06-06 10:47:36 +02:00
parent 4f13c18573
commit c6dec8769f
6 changed files with 66 additions and 12 deletions

View File

@@ -1,2 +1,2 @@
export const filenameToNoteTitle = (title: string) =>
title.replaceAll('/', ' / ')
title.replaceAll('/', ' / ').replaceAll('-', ' ')