This is a plugin for Obsidian (https://obsidian.md), for the intergration between Pivotal Tracker (https://www.pivotaltracker.com/) This project uses Typescript to provide type checking and documentation.
Once the plugin is installed, you will need to configure a few things.
- First you need to get your Tracker API Key
- This is inside your account settings
- Then You need your Tracker Project ID
- This can be found at the url of your tracker project.
- Finally you need to specify a folder location for the stories to be pulled to.
- Enter settings within the plugin.
- Click the Pull Tracker Stories Ribbon OR click on the command for pulling the stories.
- Enjoy!
- Clone this repo.
npm i
oryarn
to install dependenciesnpm run dev
to start compilation in watch mode.npm run build
to compile for the plugin. It'll generate the main.js
- Copy over
main.js
,manifest.json
to your vaultVaultFolder/.obsidian/plugins/your-plugin-id/
.