Currently, while developing a Joplin plugin, I have some time-consuming operations, and I would like an API to display a progress bar indicating ongoing processing. The API could be similar to the one in the VS Code plugin API. Reference: vscode.window.withProgress.
Of course, I can always open an HTML view to implement this progress bar, but it would be much better if there were a native API that I could directly call.