mirror of
https://github.com/jonnydeates/obsidian-pivotal-tracker-integration-plugin.git
synced 2026-07-22 04:36:47 +00:00
No description
| src | ||
| .gitignore | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.js | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian Pivotal Tracker Integration Plugin
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.
Setup the Plugin
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.
How to use
- Enter settings within the plugin.
- Click the Pull Tracker Stories Ribbon OR click on the command for pulling the stories.
- Enjoy!
Cloning this Project
- Clone this repo.
npm ioryarnto install dependenciesnpm run devto start compilation in watch mode.npm run buildto compile for the plugin. It'll generate the main.js
Manually installing the plugin
- Copy over
main.js,manifest.jsonto your vaultVaultFolder/.obsidian/plugins/your-plugin-id/.