obsidian-assets-manager
v1.4.4
Published
Assets manager for Wanadev's obsidan projects
Downloads
11
Readme
Obsidian Assets Manager
Documentation:
CLI Tool: catalog generator
obsidian-catalog
extracts data from Obsidian Pack files and generates an Obsidian Catalog file.
Usage: obsidian-catalog [options] <packFiles>
Options:
--output, -o Output file (print to stdout if not defined) [string]
--pretty-print, -p Makes the output JSON human-readable [boolean]
--version, -v Show version number [boolean]
--help, -h Show help [boolean]
Examples:
$ obsidian-catalog assets1.opak assets2.opak
$ obsidian-catalog -o catalog.json assets.opak
Changelog
- 1.4.4:
- Getting package through proxy
- 1.4.3:
- Getting catalog JSON through proxy
- 1.4.2:
- Fixes code that prevents error to be forwarded (#23)
- 1.4.1:
- Prevents downloading the same pack multiple times
- 1.4.0:
- Catalog can now manage individual assets
- 1.3.4:
- added a function to get an asset id from its blob
- 1.3.3:
- updated to [email protected]
- 1.3.2:
- updated to [email protected]
- 1.3.1:
- updated to [email protected]
- 1.3.0:
- added a function to get an asset id from its blob url
- 1.2.0:
- replaced
js-sha1
lib bysha.js
- replaced
- 1.1.0:
- added
obsidian-catalog
CLI tool
- added
- 1.0.1:
- updated to
obsidian-pack
1.0.0 - small fixes
- updated to
- 1.0.0:
- assets manager
- assets catalog