PicNexus

by joeyliu6
5
4
3
2
1
Score: 50/100

Description

PicNexus image upload plugin for Obsidian

Reviews

  • Joey Liu
    Reviewed on Aug 22nd, 2026
    No review text provided.

Stats

0
stars
30
downloads
0
forks
39
days
1
days
1
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
4
commits

Latest Version

a day ago

Changelog

PicNexus plugin release 1.0.2. See README.md for installation and setup.

README file from

Github

PicNexus for Obsidian

PicNexus uploads images pasted or dropped into Obsidian through the PicNexus desktop app and inserts the resulting image link into the active note.

Requirements

  • Obsidian 1.4.0 or later on desktop.
  • The PicNexus desktop app running on the same computer.
  • An image hosting service selected under the Obsidian integration settings in PicNexus.

Installation

Follow the PicNexus Obsidian installation and setup guide for BRAT, community directory, and manual installation instructions.

Setup

  1. Open PicNexus and enable the Obsidian integration.
  2. Select the image hosting service to use.
  3. Keep the port in PicNexus and the Obsidian plugin settings identical. The default is 36799.
  4. Use Test connection in the plugin settings.

Network and privacy disclosure

The plugin connects only to the PicNexus desktop app at http://127.0.0.1:<port>. It sends image bytes or local image paths to that local service when you explicitly paste, drop, or invoke an upload command. The desktop app then uploads the image to the hosting service selected by the user. The plugin contains no telemetry, advertisements, or self-update mechanism.

See the PicNexus documentation for the desktop application's supported hosting services and privacy considerations.

Development

npm ci
npm run typecheck
npm run build

The distributable files are main.js, manifest.json, and styles.css.

License

Apache-2.0. See LICENSE.