Sidebar Extension for Markdown on Gist
- Display header title of Markdown file
- Jump to target area
- Change the depth of the display header
- Track and focus on current browsing points
- Change the sidebar width
- The sidebar can be hidden with a single button
Scheduled to support other sites such as GitHub and Confluence.
$ cd page-contents-sidebar
$ npm install
Modify src
files and run and watch app by building with gulp
$ npm start
Open tmp/app
directory as extension in Chrome browser, chrome://extensions/
- Update
version
of package.json - Run
npm run-script build
orgulp build
and checktmp/app
TODO: Usenpm dist
with zip the dir - Create a zip file of
tmp/app
- Go to Chrome Ex Dashboard and upload the zip file
- Push update to master and create release and tag