8000 GitHub - freeonce/bookmark.style: ๐Ÿช„ Turn any link into a stylish visual web bookmark, one-click to copy the beautiful web bookmark image.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

๐Ÿช„ Turn any link into a stylish visual web bookmark, one-click to copy the beautiful web bookmark image.

License

Notifications You must be signed in to change notification settings

freeonce/bookmark.style

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

57 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


๐Ÿช„ Turn any link into a stylish visual web bookmark, one-click to copy the beautiful web bookmark image.

Concepts

This web app is built on top of metafy, which provides serverless api to fetch websites metadata easily and turn the metadata into the visual bookmark. like Twitter does.

Articles

Features

  • ๐Ÿ”ฎ Turn any given links into a stylish visual web bookmark
  • ๐Ÿฆ Twitter card like
  • ๐Ÿ”– Notion web-bookmark like
  • ๐Ÿ–ผ๏ธ Copy image to your clipboard
  • ๐Ÿ’พ Download image to your computer.
  • ๐Ÿ“ท Toggle the QRCode on the bookmark
  • ๐ŸŒ› Dark mode support

Chrome web extension for bookmark.style

Go to chrome web store

Usage Tips

You can create a new bookmarklet in your browser and enter the URL below:

javascript: window.location =
  'https://www.bookmark.style/?url=' + encodeURIComponent(document.location)

When you click on the bookmarklet, it will redirect the page you're on to the bookmark.style.

bookmark.style will auto-parse the URL and render the visual bookmark.

Render In README.md

You can render the bookmark.style card as a SVG in the GitHub README.md now.

Code

[![onetab.group](https://svg.bookmark.style/api?url=https://onetab.group&mode=light)](https://onetab.group)

Preview

Card Style Light Mode Dark Mode
Twitter Like
Notion Like

Development Setup

Install

Install the dependencies

yarn
# or
pnpm i

Development

Run the development server

yarn dev
# or
pnpm dev

Production

Build the extension

yarn build
# or
pnpm build

Template

This repo is created from this template on GitHub.

License

MIT @xiaoluoboding

About

๐Ÿช„ Turn any link into a stylish visual web bookmark, one-click to copy the beautiful web bookmark image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 81.3%
  • TypeScript 18.7%
0