Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 23 Plugin Open-Source Projects
-
FileBrowser Documentation
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
typescript-eslint
:sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript
For ESLint + TypeScript ESLint, with the new flat config eslint.config.js:
-
FilePond: Simplify file uploads with FilePond
-
-
Yes lots of folks[0]. At Cruise we made use of it to do split dns when were migrating from aws to gcp but dont know if it’s still used
[0] - https://github.com/coredns/coredns/blob/master/ADOPTERS.md
-
Packages that we will use : blink.cmp for autocompletion, typescript-tools for the typescript LSP, neovim/nvim-lspconfig to set up the LSP, and Mason so we can install volar.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
ultisnips
UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!
Project mention: C++ Template Macroprogramming versus Lisp Macros | news.ycombinator.com | 2024-11-15Let’s say, you’re writing a web application. In most programming language you’d be using libraries or rely on a framework. With Lisp macros, you can program the archetype of a web application. And then use a simpler language to describe you application. Think of it as programmable snippets. Something like Ultisnips [0], but inherent to the language.
[0]: https://github.com/SirVer/ultisnips
-
-
-
Auto-Photoshop-StableDiffusion-Plugin
A user-friendly plug-in that makes it easy to generate stable diffusion images inside Photoshop using either Automatic or ComfyUI as a backend.
-
JUCE
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
The amount of high performance, production grade, massively tested libraries written in C++ is unbeatable. I will be honest here, it's easier to improve C++ security by implementing a compiler that produces safer C++ (like Typescript to Javascript) than rewriting everything in any other language (Rust, Zig, Odin, whatever).
I mean, could you estimate the cost ($ and time) it would take to rewrite the best audio framework in any other language? (https://juce.com/).
-
DroidPlugin
A plugin framework on android,Run any third-party apk without installation, modification or repackage
-
We had to drop hatch for now, because it does not work well with uv's lockfiles. Someone opened an issue here: https://github.com/pypa/hatch/issues/1886. We use bare uv for now.
-
FriendlyId
FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
You can do that with many websites that have ids in their SEO slugs, this is usually not an issue as it's still standardized in a way that the string is just split into the id and the rest and you can look it up with both parts.
Popular libraries like https://github.com/norman/friendly_id implement it like that too.
-
Die you check the `zotero-better-notes`? [1]
> LaTex math in Zotero note is no longer a dream. The `zotero-better-notes` addon now supports this feature!
[1]: https://github.com/windingwind/zotero-better-notes
-
-
-
-
Project mention: INTEGRATION OF DAPPS WITH MODE: WALLET AND SMART CONTRACTS | PART 1: CONNECTING THE WALLET | dev.to | 2024-12-10
// context/index.tsx 'use client' import { wagmiAdapter, projectId } from '../config' import { QueryClient, QueryClientProvider } from '@tanstack/react-query' import { createAppKit } from '@reown/appkit/react' import { mainnet, sepolia, mode, modeTestnet } from '@reown/appkit/networks' import React, { type ReactNode } from 'react' import { cookieToInitialState, WagmiProvider, type Config } from 'wagmi' // Set up queryClient const queryClient = new QueryClient() if (!projectId) { throw new Error('Project ID is not defined') } // Set up metadata const metadata = { name: 'mode-chain', description: 'AppKit Example', url: 'https://reown.com/appkit', // origin must match your domain & subdomain icons: ['https://assets.reown.com/reown-profile-pic.png'] } // Create the modal const modal = createAppKit({ adapters: [wagmiAdapter], projectId, networks: [mainnet, sepolia, mode, modeTestnet], defaultNetwork: mainnet, metadata: metadata, features: { analytics: true, // Optional - defaults to your Cloud configuration } }) function ContextProvider({ children, cookies }: { children: ReactNode; cookies: string | null }) { const initialState = cookieToInitialState(wagmiAdapter.wagmiConfig as Config, cookies) return ( {children}QueryClientProvider> WagmiProvider> ) } export default ContextProvider
-
-
-
akinsho/toggleterm.nvim: A neovim lua plugin to help easily manage multiple terminal windows.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Plugin discussion
Plugin related posts
-
Tell HN: Wireshark has a new sibling: Stratoshark
-
Learning Synths
-
Jellyfin.Plugin.PhoenixAdult VS Jellyfin.Plugin.Pronium - a user suggested alternative
2 projects | 2 Jan 2025 -
GitHub Copilot is now available for free: The AI editor for everyone
-
INTEGRATION OF DAPPS WITH MODE: WALLET AND SMART CONTRACTS | PART 1: CONNECTING THE WALLET
-
How to Upload and Download Files to Docker Volumes
-
Restricting some syntax with ESLint
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 21 Mar 2025
Index
What are some of the best open-source Plugin projects? This list will help you:
# | Project | Stars |
---|---|---|
1 | filemanager | 28,290 |
2 | typescript-eslint | 15,600 |
3 | filepond | 15,458 |
4 | WeChatPlugin-MacOS | 14,204 |
5 | CoreDNS | 12,781 |
6 | nvim-lspconfig | 11,413 |
7 | VirtualApp | 10,445 |
8 | ultisnips | 7,592 |
9 | TikTokDownload | 7,343 |
10 | gitalk | 7,087 |
11 | Auto-Photoshop-StableDiffusion-Plugin | 7,008 |
12 | JUCE | 6,985 |
13 | DroidPlugin | 6,918 |
14 | hatch | 6,435 |
15 | FriendlyId | 6,167 |
16 | zotero-better-notes | 6,092 |
17 | jasminum | 5,911 |
18 | will_paginate | 5,705 |
19 | vim-polyglot | 5,647 |
20 | appkit | 5,086 |
21 | Small | 5,053 |
22 | search-plugins | 4,949 |
23 | toggleterm.nvim | 4,748 |