1.4.4 • Published 8 years ago

obsidian-assets-manager v1.4.4

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
8 years ago

Obsidian Assets Manager

Build Status NPM Version License Dependencies Dev Dependencies

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 obsidian-pack@1.0.1
  • 1.3.2:
    • updated to uuid@3.0.0
  • 1.3.1:
    • updated to sha.js@2.4.7
  • 1.3.0:
    • added a function to get an asset id from its blob url
  • 1.2.0:
    • replaced js-sha1 lib by sha.js
  • 1.1.0:
    • added obsidian-catalog CLI tool
  • 1.0.1:
    • updated to obsidian-pack 1.0.0
    • small fixes
  • 1.0.0:
    • assets manager
    • assets catalog
1.4.4

8 years ago

1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.4

9 years ago

1.3.3

9 years ago

1.3.2

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.0

9 years ago