npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

joplin-plugin-context-utils

v1.4.3

Published

> [!important] > My coding knowledge is currently very limited. This plugin was created entirely with AI tools, and I may be limited in my ability to fix any issues.

Readme

[!important] My coding knowledge is currently very limited. This plugin was created entirely with AI tools, and I may be limited in my ability to fix any issues.

[!important] This plugin only supports the markdown editor (codemirror 6). The legacy editor is not supported.

Context Utils

Context Utils is a Joplin plugin that adds context menu options in the markdown editor related to links, images, task lists and code. Most of the context menu options will only appear when applicable (e.g. Copy Code only appears when right clicking inside a Code Block or Inline Code).

Context Menu Options

Open Link/Open Resource/Send Email/Open Note - Open external URLs in browser, open Joplin resources in default app, open mailto: links in default mail client, or open linked note.

Add External Link - Insert a hyperlink at the cursor

Add Link to Note - Insert a link to another note at the cursor

Go to Footnote - Scroll editor to defintion associated with the selected Footnote reference.

Go to Heading - Scroll editor to specified heading when right clicking on internal anchor link (e.g. [Test](#test))

Copy URL/Copy Path/Copy Email - Copy URL or resource file path to clipboard, or copy email address from mailto: link.

Reveal File - Reveal Joplin resource file in file explorer.

Copy Code - Copy code from inline code or code block to clipboard.

Copy OCR Text - Copy OCR text from image resources when available.

Check/Uncheck Task / Check/Uncheck All Tasks - Toggle task on selected line or Toggle all tasks in selection.

Open Note as Pinned Tab - Allows you to right click a link to another joplin note and pin it to a tab (requires the Note Tabs plugin)

Open Note in New Window - Allows you to right click a link to another joplin note and open it in a new window.

Open All Links - Opens all detected HTTP(S) links in the current text selection, in selection order.

Fetch Link Title / Fetch All Link Titles - Fetches the title of a URL and updates markdown link to include the title (or converts to a markdown link if its a bare URL).

  • Note that this results in an outbound request to fetch the web page title.
  • There's special handling for JIRA links to set the link text to the JIRA issue number (since JIRA issues just set the page title to "Jira"). There's currently no special handling for any other link types.

[!note] Open All Links and Fetch Link Title/Fetch All Link Titles do not support reference-style links

Settings

  • Each context menu option can be enabled or disabled in the Plugin settings.

  • Enable/Disable toast messages.

Misc Notes

  • Some of these context menu options overlap with the ones provided by the Rich Markdown plugin. Each option can be toggled on/off to avoid conflicts/duplicate menu items.

  • Options for "Copy Image" and "Resize Image" are intentionally not provided by this plugin, as they are available in my other plugin: https://github.com/bwat47/simple-image-resize