czottmann / obsidian-actions-uri

A plugin for Obsidian (https://obsidian.md) that adds additional `x-callback-url` endpoints to the app for common actions — it's a clean, super-charged addition to Obsidian URI.
https://zottmann.dev/obsidian-actions-uri/
MIT License
138 stars 6 forks source link

[ZCO-122] Fix handling of unacceptable characters in file names #43

Closed czottmann closed 1 year ago

czottmann commented 1 year ago

The plugin throws an exception when any incoming file name contains a backslash, slash or colon:

Error: File name cannot contain any of the following characters: \ / :

ZCO-122

czottmann commented 1 year ago

Fixed in v0.16.3.