https://github.com/wanadev/obsidian-inspector
Browser extension to inspect ObsidianJs projects
https://github.com/wanadev/obsidian-inspector
Last synced: about 2 months ago
JSON representation
Browser extension to inspect ObsidianJs projects
- Host: GitHub
- URL: https://github.com/wanadev/obsidian-inspector
- Owner: wanadev
- Created: 2019-04-24T14:21:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T14:52:00.000Z (almost 6 years ago)
- Last Synced: 2025-01-22T12:45:44.389Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Obsidian Inspector (browser extension) - Easily inspect Obsidian Framework
## Features
* Installed modules
* Registered events
* Configurations
* Structures ( if dataStore module is installed )
* History ( if history module is installed )
- maxLength
- pointer
- snapshots
* Stonejs ( if stonejs module is installed )
- locale
- Guessed User Language
- registered catalogs## Building
* Install packages with `npm install`
* `grunt build` to update *release* folder## Installation
### Google Chrome
* *Google Chrome* -> *More tools* -> *Extensions* -> *Activate Developer Mode* -> *Load Unpacked Extension* and select the *release* folder.
### Mozilla Firefox
* Navigate to *about:debugging*, click on *Load Temporary Add-on* and select the *manifest.json* file.
## Creating package
* `grunt pack` creates two archives (chrome and firefox packages) in `build/`