Miscellaneous libraries related to Obsidian projects...
npm install obsidian-core
If you have any question, you can:
If you found a bug, please open an issue on Github with as much information as possible.
Please consider filing a bug before starting to work on a new feature. This will allow us to discuss the best way to do it. This is of course not necessary if you just want to fix some typo or small errors in the code.
To check coding style, run the follwoing command:
npx grunt jshint
Tu run tests, use the following command:
npx grunt test
-
[NEXT] (changes on master that have not been released yet):
- Nothing yet ;)
-
v1.4.2:
- feat: Added TypeScript type declaration (@Pduhard, #112)
- misc: Updated dev dependencies (@dependabot)
-
v1.4.1:
- Updated dependencies (@jbghoul, #44)
- Replaced deprecated mocha-phantomjs by mocha-headless-chrome to run tests (@jbghoul, #44)