Title: Bee Notes
Author: Saikat Chandra Das
Published: <strong>2026年5月19日</strong>
Last modified: 2026年5月21日

---

搜尋外掛

![](https://ps.w.org/scd-notes/assets/banner-772x250.png?rev=3537522)

![](https://s.w.org/plugins/geopattern-icon/scd-notes_a0a3a8.svg)

# Bee Notes

 由[Saikat Chandra Das](https://profiles.wordpress.org/saikatchandradas/)

[下載](https://downloads.wordpress.org/plugin/scd-notes.1.1.4.zip)

[Live Preview](https://zh-hk.wordpress.org/plugins/scd-notes/?preview=1)

 * [詳情](https://zh-hk.wordpress.org/plugins/scd-notes/#description)
 * [評價](https://zh-hk.wordpress.org/plugins/scd-notes/#reviews)
 *  [安裝](https://zh-hk.wordpress.org/plugins/scd-notes/#installation)
 * [開發](https://zh-hk.wordpress.org/plugins/scd-notes/#developers)

 [支援](https://wordpress.org/support/plugin/scd-notes/)

## 描述

Bee Notes adds a native note-taking experience to WordPress. Stop switching between
WordPress and Notion/Apple Notes. Write editorial notes directly alongside your 
posts, search everything from one dashboard, and keep your creative flow inside 
WordPress where your content lives.

**Features:**

 * Per-post notes panel in the Gutenberg editor sidebar
 * Global notes dashboard – all your notes in one place
 * Rich text: bold, italic, unordered lists
 * Pin up to 3 notes per post
 * Works with any WordPress post type
 * Share notes with other WordPress users
 * Organize notes with personal tags and multi-tag dashboard filtering
 * Optional link sharing for logged-in collaborators
 * Optional AI note actions with your chosen provider or OpenAI-compatible endpoint

### Development

The readable JavaScript and CSS source files are included in the `src` directory.
Build tooling and dependency versions are documented in `package.json` and `package-
lock.json`. To rebuild the production assets, run `npm install` and then `npm run
build`.

### External Services

Bee Notes includes optional AI actions. When enabled, the plugin sends the note 
content, the selected action prompt, and the administrator-provided API key to the
configured provider endpoint. These requests are made only after a logged-in note
editor clicks an AI action.

Built-in provider endpoints:

 * OpenAI API (`https://api.openai.com/v1`) – Terms: https://openai.com/policies/
   service-terms/ – Privacy: https://openai.com/policies/privacy-policy/
 * Anthropic API (`https://api.anthropic.com`) – Terms and Privacy: https://www.
   anthropic.com/legal
 * Google Gemini API (`https://generativelanguage.googleapis.com/v1beta`) – Terms:
   https://ai.google.dev/gemini-api/terms – Privacy: https://policies.google.com/
   privacy
 * Custom OpenAI-compatible endpoint – The site administrator controls the endpoint
   and is responsible for that provider’s terms and privacy policy.

## 螢幕截圖

 * [[
 * [[
 * [[
 * [[
 * [[
 * [[

## 安裝

 1. Upload the `scd-notes` folder to `/wp-content/plugins/`
 2. Activate the plugin through the Plugins menu
 3. Open any post or page – find Bee Notes in the editor sidebar
 4. Access all notes from Tools > Bee Notes in your dashboard

## 常見問題

### Are my notes private?

Yes. Notes are private to you unless you explicitly share a note with another WordPress
user or turn on link sharing for that note.

### What WordPress roles can use notes?

Author and above, or any custom role with the `edit_posts` capability.

### Does this slow down my site?

No. Notes are stored in a private Custom Post Type and never appear on the front
end.

### Does the AI feature send my notes to another service?

Only when a logged-in note editor clicks an AI action and AI is enabled by a site
administrator. Bee Notes sends the current note content and prompt to the AI provider
configured in Bee Notes settings, such as OpenAI, Anthropic, Gemini, or a custom
OpenAI-compatible endpoint. The plugin does not make AI requests unless this feature
is enabled and used.

## 評價

![](https://secure.gravatar.com/avatar/311f300b9608c73aa33b04e7f98469dd73c611eec39a44a8762806679733f9e7?
s=60&d=retro&r=g)

### 󠀁[Awesome Plugin](https://wordpress.org/support/topic/awesome-plugin-7506/)󠁿

 [Nowshad Jawad](https://profiles.wordpress.org/jawad0501/) 2026年5月21日

Its really a helpful plugin. As a developer, keeping notes on pop-up window when
I am testing my plugin on the go is actually time saving.

 [ 閱讀全部1個評價 ](https://wordpress.org/support/plugin/scd-notes/reviews/)

## 貢獻者及開發者

“Bee Notes” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

 *   [ Saikat Chandra Das ](https://profiles.wordpress.org/saikatchandradas/)

[將 Bee Notes 外掛本地化為台灣繁體中文版。](https://translate.wordpress.org/projects/wp-plugins/scd-notes)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/scd-notes/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/scd-notes/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/scd-notes/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/scd-notes/)。

## 修改日誌

#### 1.1.4

 * Fix tag manager inputs so existing tag names can be edited reliably.
 * Improve tag save and delete requests on hosts that block PUT or DELETE methods.

#### 1.1.3

 * Add personal tags for organizing notes.
 * Add multi-tag dashboard filtering with refresh-safe URL state.
 * Show tag chips on note cards and opened notes.

#### 1.1.2

 * Add public link sharing support for notes.
 * Improve note sharing permissions so only note authors can manage ownership-only
   actions.
 * Add emoji picker support to the modal and dashboard editors.
 * Improve rich note editing with image resizing and export controls.

#### 1.1.1

 * Keep Bee Notes modal assets available on Fluent admin pages that use no-conflict
   mode.

#### 1.1.0

 * Refresh the global notes dashboard with a cleaner card grid and compact header.
 * Add settings menu access for AI integration.
 * Keep note modals open after browser refresh through note routes.
 * Improve editor toolbar icons and list marker display.

#### 1.0.2

 * Prepare WordPress.org release package metadata.

#### 1.0.1

 * Prepare WordPress.org release package metadata.
 * Improve plugin tags for WordPress.org discovery.

#### 1.0.0

 * Initial release

## 其它

 *  Version **1.1.4**
 *  Last updated **1 週之前**
 *  Active installations **少於10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/scd-notes/)
 * Tags
 * [block-editor](https://zh-hk.wordpress.org/plugins/tags/block-editor/)[collaboration](https://zh-hk.wordpress.org/plugins/tags/collaboration/)
   [content workflow](https://zh-hk.wordpress.org/plugins/tags/content-workflow/)
   [editorial notes](https://zh-hk.wordpress.org/plugins/tags/editorial-notes/)[notes](https://zh-hk.wordpress.org/plugins/tags/notes/)
 *  [進階顯示](https://zh-hk.wordpress.org/plugins/scd-notes/advanced/)

## 評分

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/scd-notes/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/scd-notes/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/scd-notes/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/scd-notes/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/scd-notes/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/scd-notes/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/scd-notes/reviews/)

## 貢獻者

 *   [ Saikat Chandra Das ](https://profiles.wordpress.org/saikatchandradas/)

## 支援

有話想說？需要協助？

 [檢視支援論壇](https://wordpress.org/support/plugin/scd-notes/)