Skip to content

TonyBlur/tblu-bookmark

 
 

Repository files navigation

tbluBookmark
- Modified Based on Pintree

English | 中文

tbluBookmark 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.

✨ Features and Goals

  • Export browser bookmarks
  • Convert bookmark files to JSON format
  • Generate a static navigation website

🚀 Quick Start

Method 1 - Use GitHub Pages

Step 1: Download Browser Bookmarks

  1. Install the Pintree Bookmarks Exporter extension.
  2. Use the extension to export browser bookmarks and save the JSON file locally.

Step 2: Fork the Project

  1. Visit the tbluBookmark GitHub repository.
  2. Click the Fork button in the upper right corner of the page to fork the gh-pages branch of the project to your GitHub account.

Step 3: Replace the JSON File

  1. Open the tblu-bookmark repository in your GitHub account (the one you just forked).
  2. Click on the json folder in the repository.
  3. Click the Upload files button, select the JSON file you downloaded earlier, and upload it.
  4. Make sure the uploaded file is named pintree.json, and select Commit changes.

Step 4: Enable GitHub Pages

  1. In your tblu-bookmark repository page, click on Settings.
  2. Find the Pages option.
  3. In the Source dropdown menu, select the gh-pages branch and click Save.
  4. After a few minutes, your static website will be available at https://yourusername.github.io/tblu-bookmark. Remember to replace yourusername.


Method 2 - Deploy to Vercel

You can also deploy the tbluBookmark project for free using Vercel. Click the button below and follow the instructions to easily deploy the project to the Vercel platform.

On Vercel, you can also specify the URL of the bookmark file by setting the environment variable BOOKMARK_DATA_URL.

Deploy with Vercel


Now you can enjoy your own navigation website! 🎉

🔧 Technologies Used

  • HTML/CSS/JavaScript
  • JSON format processing
  • Static website hosting

🤝 Contribution Guidelines

Contributions are welcome! Please follow these steps to participate in the project:

  1. Fork this repository: https://github.com/TonyBlur/tblu-bookmark/tree/main
  2. Create a new branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/your-feature)
  5. 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.

❤️ Acknowledgements

Thank you for using and supporting!

About

An intuitive tool for managing and exporting your local bookmarks into a shareable website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.5%
  • CSS 46.8%
  • JavaScript 1.5%
  • Shell 0.2%