compute note backlinks

This commit is contained in:
Julien Calixte
2021-06-06 09:57:17 +02:00
parent 203db4c00a
commit 4f13c18573
11 changed files with 122 additions and 24 deletions

View File

@@ -18,6 +18,7 @@ export const useFile = (sha: string, retrieveContent = true) => {
return
}
content.value = render(fileContent)
return content.value
}
const getCachedFileContent = async (): Promise<string | null> => {