Skip to content

lcandy2/arc-bookmarks-export

 
 

Repository files navigation

Arc Bookmarks Export

Arc Bookmarks Export is a tool designed to facilitate the export of bookmarks from the Arc browser into an HTML format. This project ensures privacy and data security by running entirely locally on your machine. Built with SvelteKit, it offers a user-friendly interface and a seamless experience for converting your Arc browser bookmarks to a universally compatible HTML file.

Features

  • Local Processing: All processing is done on your local machine to ensure your data's privacy and security.
  • Simple Interface: Leveraging SvelteKit, the tool provides a straightforward and intuitive interface for users.
  • HTML Export: Converts Arc browser bookmarks to an easily accessible HTML format.

Usage

To use Arc Bookmarks Export, simply:

  1. Click on the "Select File" button and choose your Arc bookmark JSON file.
  2. Click on the "Convert" button to start the conversion process.
  3. Once converted, click the "Download" button to save your bookmarks as an HTML file.

Development

Installation

  1. Clone the repository to your local machine:
    git clone https://github.com/lcandy2/arc-bookmarks-export.git
  2. Navigate to the project directory:
    cd arc-bookmarks-export
  3. Install the required dependencies:
    pnpm install

Running the Application

  1. Start the development server:
    ppm run dev
  2. Open your web browser and navigate to http://localhost:5173.
  3. Follow the on-screen instructions to import your Arc bookmarks and convert them to HTML.

Contributing

Contributions to Arc Bookmarks Export are welcome! If you have suggestions or improvements, please feel free to fork the repository and submit a pull request.

Acknowledgments

Special thanks to yuriten for the original idea and implementation that inspired this project.

License

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

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 57.9%
  • TypeScript 19.1%
  • JavaScript 17.3%
  • CSS 3.4%
  • HTML 2.3%