awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 Repos

Awesome GitHub RepositoriesEditor Integration Plugins

Plugins that enable image uploading directly from text editors and IDEs.

Explore 9 awesome GitHub repositories matching part of an awesome list · Editor Integration Plugins. Refine with filters or upvote what's useful.

Awesome Editor Integration Plugins GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lebab/lebabAvatar von lebab

    lebab/lebab

    5,633Auf GitHub ansehen↗

    Lebab is a JavaScript code modernization tool that converts older ES5 syntax into contemporary ES6 equivalents. It operates as a source-to-source transpiler, parsing code into an abstract syntax tree, applying structural transformations, and regenerating the output without intermediate representations or runtime dependencies. The tool distinguishes itself through a rule-driven pipeline of independent transformation rules, each targeting a specific ES6 feature like arrow functions, let/const, classes, or modules. It provides a programmatic API that accepts source code and an array of transform

    Ships editor-specific plugins that invoke the core transformation library via a common interface.

    JavaScriptcompileres2015es6
    Auf GitHub ansehen↗5,633
  • renmu123/obsidian-image-auto-upload-pluginAvatar von renmu123

    renmu123/obsidian-image-auto-upload-plugin

    463Auf GitHub ansehen↗

    中文文档

    Obsidian plugin for automatic image uploading.

    TypeScript
    Auf GitHub ansehen↗463
  • spades-s/vs-picgoAvatar von Spades-S

    Spades-S/vs-picgo

    414Auf GitHub ansehen↗

    vs-picgo is a VSCode extension for uploading images to a remote image hosting service and insert the url into the current editing file. It's much more efficient than other tools. And it can give us the better experience of uploading images. vs-picgo supports 8 kinds of image hosting services:…

    VSCode extension for image uploading.

    TypeScript
    Auf GitHub ansehen↗414
  • pldaily/coc-picgoAvatar von PLDaily

    PLDaily/coc-picgo

    11Auf GitHub ansehen↗

    PicGo extension for coc.nvim, forked from vs-picgo

    Vim plugin for image uploading.

    TypeScript
    Auf GitHub ansehen↗11
  • zcyisiee/vscode-picgo-pasteAvatar von zcyisiee

    zcyisiee/vscode-picgo-paste

    5Auf GitHub ansehen↗

    在 Markdown 文件中粘贴图片时,自动调用 PicGo 上传到图床,并插入正确的 Markdown 图片引用。VSCode插件。

    Uploads images automatically when pasting into Markdown in VSCode.

    TypeScript
    Auf GitHub ansehen↗5
  • rubisco0211/raycast-extension-picgoAvatar von RUBisco0211

    RUBisco0211/raycast-extension-picgo

    0Auf GitHub ansehen↗

    A Raycast extension to upload your images to your image hosts via PicGo. 一个使用PicGo进行图片上传的Raycast插件。

    Raycast extension for image uploading.

    TypeScript
    Auf GitHub ansehen↗0
  • upupming/picgo-plugin-vscode-migratorU

    upupming/picgo-plugin-vscode-migrator

    0Auf GitHub ansehen↗

    Imports images from VSCode extensions.

    Auf GitHub ansehen↗0
  • picgo/picgo-plugin-quick-captureP

    PicGo/picgo-plugin-quick-capture

    0Auf GitHub ansehen↗

    中文说明

    Captures and uploads screenshots.

    Auf GitHub ansehen↗0
  • picgo/picgo-plugin-autocopyP

    PicGo/picgo-plugin-autocopy

    0Auf GitHub ansehen↗

    A picgo plugin for auto copying url to clipboard after uploading.

    Automatically copies image URLs to the clipboard.

    Auf GitHub ansehen↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Editor Integration Plugins

Unter-Tags erkunden

  • Code Transformation Editor PluginsEditor plugins that invoke a core transformation library to modernize JavaScript syntax directly within the IDE. **Distinct from Editor Integration Plugins:** Distinct from Editor Integration Plugins: specifically for running code transformation tools, not image uploading or general editor extensions.