Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions extensions/linkinize/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts

# misc
.DS_Store

# local docs
AGENTS.md
SYNC.md
4 changes: 4 additions & 0 deletions extensions/linkinize/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
5 changes: 5 additions & 0 deletions extensions/linkinize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Linkinize Changelog

## [Initial Version] - 2026-01-16

- Initial version code
15 changes: 15 additions & 0 deletions extensions/linkinize/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Linkinize

Linkinize is a collaborative bookmark manager that lets you save, categorize, and search for links with ease. It is a browser extension that allows you to create and share links with your team and co-workers in a snap.

## Linkinize Raycast Extension

Linkinize Raycast extension makes it easy to access your bookmarks without leaving your screen.

### Features:

- Search Through Your bookmarks instantly
- Switch Workspaces
- Synchronize Bookmarks (automatically/manual)

to learn more about Linkinize check [Linkinize](https://linkinize.com "The Ultimate Bookmark Manager for Teams") website.
Binary file added extensions/linkinize/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions extensions/linkinize/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const { defineConfig } = require("eslint/config");
const raycastConfig = require("@raycast/eslint-config");

module.exports = defineConfig([...raycastConfig]);
Binary file added extensions/linkinize/metadata/linkinize-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/linkinize/metadata/linkinize-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/linkinize/metadata/linkinize-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading