This is a chrome extension that replaces confluence page tree.
The extension can be installed here: https://chrome.google.com/webstore/detail/confluence-better-pagetre/impgjbnbnocheogednhacjjofkkkbpce/related
default | filtered | expanded |
---|---|---|
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need yarn
to develop this extension.
yarn --version
1.16.0
After you install yarn
, then install dependencies under node_modules/
and build the javascript & vue resource under src/
directory.
yarn install
yarn run webpack --watch
After running above command, installable unpacked extension is built under dist/
directory.
Please install it from chrome://extensions .
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
@nogahighland
This project is licensed under the MIT License - see the LICENSE.md file for details
version | description |
---|---|
0.0.1 | First release |
0.0.2 | Fix #1 |