obsidian-advanced-slides
obsidian-advanced-slides copied to clipboard
Preview doesn't render if note name contains percent character ("%")
Describe the bug
Title says it all.
Samples to Reproduce
- Create note with name "Test%"
- Open slide preview
Expected behavior
The note should be rendered.
Hint
Probably escaping the '%' character will resolve the issue. The charcter '%' is used in URL encoding ("Percent encoding") so without escaping it will break something.