https://github.com/wanadev/obsidian-core
Obsidian Framework core libraries
https://github.com/wanadev/obsidian-core
Last synced: 23 days ago
JSON representation
Obsidian Framework core libraries
- Host: GitHub
- URL: https://github.com/wanadev/obsidian-core
- Owner: wanadev
- License: other
- Created: 2016-09-02T14:35:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T14:11:15.000Z (11 months ago)
- Last Synced: 2025-03-26T06:24:03.394Z (about 1 month ago)
- Language: JavaScript
- Size: 807 KB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Obsidian Core
[](https://github.com/wanadev/obsidian-core/actions/workflows/tests.yml)
[](https://www.npmjs.com/package/obsidian-core)
[](https://github.com/wanadev/obsidian-core/blob/master/LICENSE)
[](https://discord.gg/BmUkEdMuFp)> Miscellaneous libraries related to Obsidian projects...
## Install
npm install obsidian-core
## Contributing
### Questions
If you have any question, you can:
* [Open an issue on GitHub][gh-issue]
* [Ask on discord][discord]### Bugs
If you found a bug, please [open an issue on Github][gh-issue] with as much information as possible.
### Pull Requests
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.
### Coding Style / Lint
To check coding style, run the follwoing command:
npx grunt jshint
### Tests
Tu run tests, use the following command:
npx grunt test
[gh-issue]: https://github.com/wanadev/obsidian-core/issues
[discord]: https://discord.gg/BmUkEdMuFp## Changelog
* **[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)