chhoumann / PodNotes

PodNotes is a plugin for Obsidian that helps the user write notes on podcasts.
https://podnotes.obsidian.guide
MIT License
214 stars 8 forks source link

[bug/FR] Option to sanitize episode name/strip special characters #79

Open danieltomasz opened 1 year ago

danieltomasz commented 1 year ago

I wanted to add my metadata into yaml, metadata with special character is broking yaml/dataview doesnt find the note

For example for the podcast "New Books in Higher Education" episode titled Barbara W. Sarnecka, "The Writing Workshop: Write More, Write Better, Be Happier in Academia (2019)" is breaking yaml because of quotes.

Maybe this was requested but I cannot find the solution now.

it could be done via separate template like {{sanitized_title}}

Djyp commented 5 months ago

Isn't {{safeTitle}} there for this reason ? Or maybe it needs to be updated