Pintree is an open-source project that aims to convert browser bookmarks into a navigation website. With just a few simple steps, you can transform your bookmarks into a beautiful and user-friendly navigation page.
- Export browser bookmarks
- Convert bookmark files to JSON format
- Generate a static navigation website
- Install the Pintree Bookmarks Exporter extension.
- Use the extension to export browser bookmarks and save the JSON file locally.
- Visit the Pintree GitHub repository.
- Click the
Fork
button in the upper right corner of the page to fork the project to your GitHub account.
- Open the
pintree
repository in your GitHub account (the one you just forked). - Click on the
json
folder in the repository. - Click the
Upload files
button, select the JSON file you downloaded earlier, and upload it. - Make sure the uploaded file is named
pintree.json
, and selectCommit changes
.
- In your
pintree
repository page, click onSettings
. - Find the
Pages
option. - In the
Source
dropdown menu, select thegh-pages
branch and clickSave
. - After a few minutes, your static website will be available at
https://yourusername.github.io/pintree
. Remember to replaceyourusername
.
- HTML/CSS/JavaScript
- JSON format processing
- Static website hosting
Contributions are welcome! Please follow these steps to participate in the project:
- Fork this repository: https://github.com/Pintree-io/pintree/tree/main
- Create a new branch (
git checkout -b feature/your-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/your-feature
) - Submit a Pull Request
Please note that the main
branch is the source code branch of the project, while the gh-pages
branch is the branch for the packaged static website code. Develop and submit changes on the main
branch, and we will be responsible for packaging and publishing the code to the gh-pages
branch.
If you have any questions or suggestions, please contact us through the following ways:
- Project website: Pintree
- Email: viggo.zw@gmail.com
Thank you for using and supporting Pintree!