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-note-ai

v1.0.2

Published

一個 Joplin 插件,讓你可以直接從筆記工具列呼叫 LLM(支援任何 OpenAI-compatible API)。

Readme

Note AI

一個 Joplin 插件,讓你可以直接從筆記工具列呼叫 LLM(支援任何 OpenAI-compatible API)。

功能

  • 用 AI 處理當前筆記:點擊編輯器工具列的魔棒圖示,將筆記內容發送給 LLM,並將回覆附加到筆記末尾
    • 若在編輯器中選取特定段落,則只針對選取內容詢問 LLM,回覆會附帶原文引用
    • 無選取,則以整篇筆記作為輸入
  • 自訂設定:在 Joplin 設定 → Note AI 中可設定:
    • API Base URL(例如 https://api.deepseek.comhttps://api.openai.com/v1
    • API Key(安全儲存在系統鑰匙圈)
    • Model 名稱
    • System Prompt
    • Temperature / Top-P
  • 指令面板:也支援從指令面板觸發(Note AI: 與 LLM 對話Note AI: 用 AI 處理當前筆記

支援的 API

只要是 OpenAI-compatible 格式皆可使用:

| 服務 | Base URL | |---|---| | DeepSeek | https://api.deepseek.com | | OpenAI | https://api.openai.com/v1 | | Ollama(本機) | http://localhost:11434/v1 | | LM Studio(本機) | http://localhost:1234/v1 | | OpenRouter | https://openrouter.ai/api/v1 |

安裝

  1. 下載 publish/vip.bestsvip.note-ai.jpl
  2. 在 Joplin 中開啟 設定 → 外掛程式 → 安裝外掛程式檔案
  3. 選取 .jpl 檔案完成安裝
  4. 設定 → Note AI 填入 API 資訊

開發

npm install
npm run dist

建置產出在 publish/vip.bestsvip.note-ai.jpl

詳細建置說明請見 GENERATOR_DOC.md