We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instead of requiring the use of commands, add save/restore buttons alongside "Close" and "More options".
Method suggested by koala:
I think you'd be better off using addAction on the graph view leaf https://github.com/obsidianmd/obsidian-api/blob/d4b79f95ccf3838a305915a137a844250766d023/obsidian.d.ts#L1514 and storing a reference to each added button on your plugin. Then you can just call HTMLElement.detach() to remove it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Instead of requiring the use of commands, add save/restore buttons alongside "Close" and "More options".
Method suggested by koala:
The text was updated successfully, but these errors were encountered: