MSzturc / obsidian-advanced-slides

Create markdown-based reveal.js presentations in Obsidian
https://mszturc.github.io/obsidian-advanced-slides/
MIT License
939 stars 80 forks source link

Preview doesn't render if note name contains percent character ("%") #287

Open arent-groebner opened 5 months ago

arent-groebner commented 5 months ago

Describe the bug

Title says it all.

Samples to Reproduce

1) Create note with name "Test%" 2) 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.