Obsidian Framework core libraries
npm install obsidian-core



> Miscellaneous libraries related to Obsidian projects...
npm install obsidian-core
If you have any question, you can:
* [Open an issue on GitHub][gh-issue]
* [Ask on discord][discord]
If you found a bug, please [open an issue on Github][gh-issue] with as much information as possible.
Please consider [filing a bug][gh-issue] 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
[gh-issue]: https://github.com/wanadev/obsidian-core/issues
[discord]: https://discord.gg/BmUkEdMuFp
* [NEXT] (changes on master that have not been released yet):
* Updated dev dependencies (@dependabot, #59, #61)
* 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)