Skip to content

Library and CLI tool to read and write the Obsidian Project file format

License

Notifications You must be signed in to change notification settings

adeo/obsidian-file

 
 

Repository files navigation

Obsidian Project File Library

Build Status NPM Version License Dependencies Dev Dependencies Greenkeeper badge

Library and CLI tool to read and write the Obsidian Project file format.

CLI

Get informations about a project file

obsidian-file -d project.wprj

Extract a project

obsidian-file -xf project.wprj [outputdir/]

Create a project

obsidian-file -cf project.wprj [files]
obsidian-file -t PROJTYPE -cf project.wprj [files]

NOTE: files containing metadata, project and blobIndex sections can be passed explicitly with the -m, -p and -i options, or can be listed with other files but must me named __metadata__.json, __project__.json and __blobindex__.json.

Help and other options

obsidian-file -h

Tests

To lunch all tests, run the following command:

npm test

Changelog

  • 2.0.4: Updates dependencies
  • 2.0.3: Fixes documentation errors
  • 2.0.2: Updates cli dependencie
  • 2.0.1: Updates dependencies
  • 2.0.0: First public release

About

Library and CLI tool to read and write the Obsidian Project file format

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.6%
  • CSS 2.2%
  • HTML 0.2%