Skip to content

timo-reymann/bookmarklet-generator

Repository files navigation

Bookmarklet Generator

LICENSE CircleCI Renovate


Simple bookmarklet generator, built with Svelte.

Features

  • Monaco based editor (same used by VS Code)
  • Execute code right from the browser
  • Copy bookmarklet to clipboard
  • Save bookmarklet as bookmark

Usage

Motivation

My blog post Bookmarklets - Powerful and almost forgotten

Contributing

I love your input! I want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the configuration
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

To get started please read the Contribution Guidelines.

Development

Requirements

Build

npm install
npm run build