Make error message more informative, to try to reduce user pain and support effort. #724
Replies: 1 comment 1 reply
-
I had a look at including the Plugin version number in error messages in the 1.7.0 release, if it was an easy win. It turns out that the plugin version number is not currently accessible in the TypeScript source code, it's only in the An alternative would be to include the version number in the source code, and change the release process so that it updates the version number in the relevant source code every time. That may well be easier. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Several people have reported tags not working, and either they weren't using the latest, or had not restarted Obsidian.
I already added an issue about noting in the docs the version number when new features were added.
I'm thinking of changing the following in code:
Beta Was this translation helpful? Give feedback.
All reactions