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
The tooltip for the plugin button should be Note Statistics
Note Statistics
The tooltip for the plugin button is My Test Command 1
My Test Command 1
The text was updated successfully, but these errors were encountered:
Hi,
index.ts: // Registering commands await joplin.commands.register({ name: 'viewDialog', label: 'Note Statistics', iconName: 'fas fa-info', execute: async () => { joplin.views.dialogs.open(handle); }, });
// adds command to the note toolbar await joplin.views.toolbarButtons.create( 'viewDialog', 'viewDialog', ToolbarButtonLocation.EditorToolbar );
Sorry, something went wrong.
No branches or pull requests
Expected
The tooltip for the plugin button should be
Note Statistics
Actual
The tooltip for the plugin button is
My Test Command 1
Screenshot
The text was updated successfully, but these errors were encountered: