MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / markdownDestination

Function markdownDestination

apps/desktop/src/main/vault.ts:1443–1445  ·  view source on GitHub ↗
(p: string)

Source from the content-addressed store, hash-verified

1441}
1442
1443function markdownDestination(p: string): string {
1444 return `<${p.replace(/>/g, '%3E')}>`
1445}
1446
1447function folderOf(root: string, absPath: string): NoteFolder | null {
1448 return folderForRelativePath(path.relative(root, absPath))

Callers 1

markdownForImportedAssetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected