Obsidian private API consumers #344
Replies: 5 comments
-
Hotkey settings button |
Beta Was this translation helpful? Give feedback.
-
Hotkey displayingobsidian-shellcommands/src/Hotkeys.ts Lines 27 to 40 in f06a1a6 |
Beta Was this translation helpful? Give feedback.
-
disablePlugin()(The plugin disables itself if the plugin encounters a settings file version newer than the plugin's own version.) obsidian-shellcommands/src/main.ts Lines 669 to 673 in 28f925a |
Beta Was this translation helpful? Give feedback.
-
Notice.noticeElobsidian-shellcommands/src/output_channels/OutputChannel_Notification.ts Lines 117 to 127 in bdda401 obsidian-shellcommands/src/output_channels/OutputChannel_Notification.ts Lines 138 to 144 in bdda401 obsidian-shellcommands/src/output_channels/OutputChannel_Notification.ts Lines 197 to 207 in bdda401 obsidian-shellcommands/src/ShellCommandExecutor.ts Lines 507 to 514 in 42b52f5 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's officially recommended to avoid using Obsidian's methods and properties that are not mentioned in the public Obsidian API. However, the Shell commands plugin does use some of these private API features.
I'm trying to list all the private API consumers here (each as its own comment), but as I'm doing this afterwards, the list might be missing something.
Beta Was this translation helpful? Give feedback.
All reactions