/confluence-better-pagetree

A chrome extension to replace confluence page tree macro

Primary LanguageVueMIT LicenseMIT

Confluence better page tree

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

Screenshots

default filtered expanded

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need yarn to develop this extension.

yarn --version
1.16.0

Installing

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 .

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

@nogahighland

License

This project is licensed under the MIT License - see the LICENSE.md file for details

History

version description
0.0.1 First release
0.0.2 Fix #1