feat: Add obisidian API's free functions to API#86
feat: Add obisidian API's free functions to API#86dljsjr wants to merge 4 commits intoblacksmithgu:masterfrom
Conversation
Adds the obsidian free functions to the `app` object under the `functions` object.
|
Aren't these already available as |
Usage of global app is discouraged, see: and:
|
No, the free functions like |
|
I'm afraid I don't think it's a great idea to modify the |
GamerGirlandCo
left a comment
There was a problem hiding this comment.
good work. keep in mind that monkey patching app is advised against, because it's not a matter of "if" but "when" an update to obsidian itself will break everything.
|
closing - superseded by #160 |
Adds the Obsidian free functions to the
appobject under thefunctionsobject.This provides access to a bunch of useful built-in Obsidian utilities via the local API.