Copied directly from the obsidian-export REAME Transforming links Turns ../../Card/ADHD.md to /card/adhd. layouts/_default/_markup/render-link.html {{- $url := urls.Parse .Destination -}} {{- $scheme := $url.Scheme -}} <a href=" {{- if eq $scheme "" -}} {{- if strings.HasSuffix $url.Path ".md" -}} {{- relref .Page .Destination | safeURL -}} {{- else -}} {{- .Destination | safeURL -}} {{- end -}} {{- else -}} {{- .Destination | safeURL -}} {{- end -}}" {{- with .Title }} title="{{ . | safeHTML }}"{{- end -}}> {{- .Text | safeHTML -}} </a> {{- /* whitespace stripped here to avoid trailing newline in rendered result caused by file EOL */ -}} Transforming images layouts/_default/_markup/render-image.html {{- $url := urls.Parse .Destination -}} {{- $scheme := $url.Scheme -}} <img src=" {{- if eq $scheme "" -}} {{- if strings.HasSuffix $url.Path ".md" -}} {{- relref .Page .Destination | safeURL -}} {{- else -}} {{- printf "/%s%s" .Page.File.Dir .Destination | safeURL -}} {{- end -}} {{- else -}} {{- .Destination | safeURL -}} {{- end -}}" {{- with .Title }} title="{{ . | safeHTML }}"{{- end -}} {{- with .Text }} alt="{{ . | safeHTML }}" {{- end -}} /> {{- /* whitespace stripped here to avoid trailing newline in rendered result caused by file EOL */ -}} Backlinks obsidian-export Added to vault 2024-01-21. Updated on 2024-01-26