OldManUmby / DND.SRD.Wiki

Dungeons & Dragons 5th Edition SRD converted to Markdown.
https://srd.wiki
328 stars 97 forks source link

Fix "control characters" in Obsidian #23

Closed ogregoire closed 2 years ago

ogregoire commented 2 years ago

In Obsidian, a few files showed red dots and had the tooltip "control character 0xad", such as the Spells H.md file in the "Hellish Rebuke" section. Only some spell files have this peculiarity.

I searched for all the "control characters" and removed them. This command helped me find them:

find Documents -type f -exec grep --binary -P "[\x80-\xff]" {} + | grep -v "[×½]"
ogregoire commented 2 years ago

Obsolete given the new structure.