This is a major release which means that there are breaking changes.
Feature
- all existing
.table
files will be renamed to.dashboard
. New files will now have the.dashboard
extension - the setting for the custom folder where files are saved has been renamed and will be need to be set again This can be done by going into the plugin settings.
- install React DevTools. We do this so that we can do all React related profiling directly from Obsidian without having to use an external browser. This makes the shim layer unnecessary
Refactor
- remove Obsidian shim layer
- rename instances of NLT to Dashboards
- simplify some modal names
Docs
- new logo
- add Docusaurus for documentation
- add screenshots to README
- add CONTRIBUTING file