obsidian-toggle-list
obsidian-toggle-list copied to clipboard
Toggle List v1.2.6 has been officially deprecated from the Obsidian Community Plugins list
Hi,
The Obsidian team has received several reports of this plugin causing users to have their custom hotkeys erased (#36). We have investigated the claims and reviewed the offending code.
This plugin is manipulating a private Obsidian API (customKeys
) which stores a user's customized hotkey settings. This plugin is making an assumption that the onload
function is only called before Obsidian finishes initializing. This is not the case. When this plugin is initially installed, a user's hotkeys are immediately wiped out. If the user then goes to customize any hotkey, all their customizations will be overridden and their settings will be lost.
This issue came to our attention when users upgraded to the latest Insider version of Obsidian where we changed the loading sequence for hotkeys and plugins. This issue is not specific to the insider and the offending code affects all users of the plugin.
As a preventative measure, we have marked the current version of your plugin as deprecated. Any user with this version installed will receive a notice that the plugin has been disabled.
To resolve, please remove the code that modifies customKeys
and release a new version of the plugin.