Title: Little Notes
Author: JRMora
Published: <strong>2026 年 6 月 20 日</strong>
Last modified: 2026 年 8 月 20 日

---

搜尋外掛

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

![](https://ps.w.org/little-notes/assets/icon-256x256.png?rev=3579731)

# Little Notes

 由 [JRMora](https://profiles.wordpress.org/jrmora/) 開發

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

 * [詳細資料](https://tw.wordpress.org/plugins/little-notes/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/little-notes/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/little-notes/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/little-notes/#developers)

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

## 外掛說明

A lightweight, high-performance sticky notes system that allows administrators to
leave pixel-perfect revision notes directly on the frontend using a simple shortcut.
**
Little Notes** is designed for developers, designers, and site owners who need a
clean, lightweight way to leave visual feedback, reminders, or informative alerts
directly on the frontend of a website—without the bloat of heavy third-party platforms.
Unlike other feedback plugins that load massive scripts or alter your site’s layout,
Little Notes focuses strictly on performance. If no notes are present or the user
is navigating from a mobile device, **zero frontend code is loaded**.

**Key Features:**

 * **Performance First:** Zero performance impact for regular desktop visitors when
   no notes are active. Complete code bypass on mobile layouts.
 * **Elastic Positioning:** Notes dynamically recalculate their positions during
   window resizing or scrolling, staying pinned exactly where you placed them on
   desktop viewports.
 * **Admin Dashboard:** Review all active notes across your pages and posts in a
   centralized table within your WordPress admin.
 * **Quick Actions:** Delete notes for specific pages directly from the admin dashboard
   without visiting the frontend.
 * **Clean Uninstall:** Deleting the plugin completely wipes all data from the `
   wp_options` table, leaving absolutely no database bloat behind.
 * **Link Conversion:** Automatically detects URLs starting with `https://` or `
   http://` inside notes and turns them into clickable hyperlinks.

### Copyright

Little Notes is distributed under the terms of the GNU GPL v2 or later.

## 螢幕擷圖

[⌊The centralized Admin Dashboard displaying all pages with active revision notes.⌉⌊
The centralized Admin Dashboard displaying all pages with active revision notes.⌉[

The centralized Admin Dashboard displaying all pages with active revision notes.

[⌊A frontend preview of a sticky note pinned seamlessly over the content.⌉⌊A frontend
preview of a sticky note pinned seamlessly over the content.⌉[

A frontend preview of a sticky note pinned seamlessly over the content.

[⌊Compact interaction view showcasing the high-contrast collapsed note indicators
pinned directly over the text layouts.⌉⌊Compact interaction view showcasing the 
high-contrast collapsed note indicators pinned directly over the text layouts.⌉[

Compact interaction view showcasing the high-contrast collapsed note indicators 
pinned directly over the text layouts.

[⌊The custom creation modal displaying input fields and privacy settings when creating
a new revision note.⌉⌊The custom creation modal displaying input fields and privacy
settings when creating a new revision note.⌉[

The custom creation modal displaying input fields and privacy settings when creating
a new revision note.

[⌊Image of the theme selector in the post metabox.⌉⌊Image of the theme selector 
in the post metabox.⌉[

Image of the theme selector in the post metabox.

## 安裝方式

 1. Upload the `little-notes` folder to the `/wp-content/plugins/` directory, or upload
    the `.zip` file directly through the WordPress admin dashboard via **Plugins > 
    Add New > Upload**.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Navigate to **Settings > Little Notes** to view your active notes dashboard.

**How to Use:**

 1. Log in to your WordPress site as an administrator using a desktop computer.
 2. Visit any page or post on the frontend.
 3. Hold the **ALT key** and **Left-Click** anywhere on the page to pin a new sticky
    note.
 4. Type your message and click OK.
 5. To permanently delete a note, click the **×** icon on the note and confirm.

Regular desktop visitors can close notes temporarily during their session.

## 常見問題集

### Does this plugin create custom database tables?

No. Little Notes saves all data natively inside the default `wp_options` table using
serialized arrays mapped to post IDs, ensuring maximum compatibility and lightweight
operations.

### Can regular visitors see the notes?

Yes, any visitor using a desktop device can see active notes, unless a note is specifically
marked as “Only Admins”. This makes the system useful not only for internal design
revision (using private notes) but also for public notices, quick updates, or contextual
call-to-actions (using public notes).

### Does it load on mobile phones?

No. To guarantee perfect viewport performance and avoid structural displacement 
caused by responsive text wrapping, the plugin completely disables its execution
on mobile viewports using native core checking.

### Will it break my theme layout?

No. The plugin renders notes inside an absolute pointer-events canvas overlay, meaning
it hovers on top of your content without shifting margins, padding, or breaking 
your CSS structure.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Little Notes〉的開發相關工作。

參與者

 *   [ JRMora ](https://profiles.wordpress.org/jrmora/)

〈Little Notes〉外掛目前已有 1 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/little-notes/contributors)
為這個外掛做出的貢獻。

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

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

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

## 變更記錄

#### 1.2.2

 * Compatibility: Fully tested and updated for WordPress 7.1.
 * Security: Hardened POST input unslashing and sanitization across all AJAX and
   admin actions.
 * Security: Added explicit output escaping for admin dashboard counter variables.

#### 1.2.1

 * Enhancement: Optimized note geometry. Long texts are now displayed with a wider,
   more horizontal post-it layout.
 * Fix: Hardened collapsed note indicators against global admin CSS overrides to
   guarantee a perfectly round circular shape in all views.

#### 1.2.0

 * New Feature: Added Global Appearance Settings in the Admin Dashboard to select
   a default design theme (Classic Yellow, Modern Blue, or Minimal Dark).
 * New Feature: Added a dedicated native sidebar Metabox inside post/page editors
   to override the visual style on specific content.
 * New Feature: Implemented context-aware style overrides for the Main Homepage 
   directly inside the active revision table.
 * New Feature: Added collapsible state functionality. Notes now render collapsed
   by default as discrete circular indicators to maximize layout visibility.
 * UI/UX Overhaul: Replaced native prompt/confirm boxes with a lightweight custom
   HTML/CSS creation modal.
 * Enhancement: Redesigned the “Only Admins” and “Public” visual hierarchy with 
   an high-contrast monochrome and cromatic color scheme (Anthracite/Orange vs. 
   Red/Yellow) to easily identify private notes even when overlapping.
 * Accessibility: Added dynamic focus management, pointer cursors, and proportional
   hover scaling on collapsed targets to streamline interaction.
 * i18n: Registered and localized all new translation strings for both the creation
   modal, tooltips, and admin indicators.

#### 1.1.1

 * Fix: Patched session role verification to run execution checks in real-time on
   the client DOM. This completely bypasses page-cache engines (such as LiteSpeed
   Cache) that erroneously served administrative roles and unexpected database prompts
   to unauthenticated public visitors.

#### 1.1.0

 * Functional Pivot: Disabled completely on mobile viewports via `wp_is_mobile()`
   core enforcement.
 * Added fallback CSS media queries to hide canvas elements below 768px viewports.
 * Fixed event capture lifecycle bugs regarding dynamic coordinate shifts in responsive
   environments.

#### 1.0.0

 * Initial official release.
 * Added Frontend ALT + Left-Click note placement.
 * Added dynamic elastic positioning for window resizing and scrolling.
 * Added Admin Dashboard with active notes overview and quick deletion.
 * Added secure `uninstall.php` routine for complete database cleanup.

## 中繼資料

 *  版本 **1.2.2**
 *  最後更新 **1 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.1**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/little-notes/) 及 [Spanish (Spain)](https://es.wordpress.org/plugins/little-notes/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/little-notes)
 * 標籤:
 * [feedback](https://tw.wordpress.org/plugins/tags/feedback/)[lightweight](https://tw.wordpress.org/plugins/tags/lightweight/)
   [notes](https://tw.wordpress.org/plugins/tags/notes/)[revision](https://tw.wordpress.org/plugins/tags/revision/)
 *  [進階檢視](https://tw.wordpress.org/plugins/little-notes/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/little-notes/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/little-notes/reviews/)

## 參與者

 *   [ JRMora ](https://profiles.wordpress.org/jrmora/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

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

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://jrmora.com/)