Title: WP Dashboard Notes
Author: Jeroen Sormani
Published: <strong>2014 年 8 月 20 日</strong>
Last modified: 2026 年 4 月 8 日

---

搜尋外掛

![](https://ps.w.org/wp-dashboard-notes/assets/banner-772x250.jpg?rev=968844)

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

# WP Dashboard Notes

 由 [Jeroen Sormani](https://profiles.wordpress.org/sormano/) 開發

[下載](https://downloads.wordpress.org/plugin/wp-dashboard-notes.1.0.13.zip)

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

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

## 外掛說明

Working with multiple persons on a website? Want to make notes? You can do just 
that with WP Dashboard Notes. Create beautiful notes with a nice user experience.

**Features:**

 * Colored notes
 * List notes or regular notes
 * Public or private notes
 * Edit on dashboard
 * Add as many notes as you like
 * Drag & drop list items
 * No save button needed!

**Feature requests, ratings and donations are welcome and appreciated!**

## 螢幕擷圖

[⌊WordPress dashboard example⌉⌊WordPress dashboard example⌉[

WordPress dashboard example

[⌊Add note button⌉⌊Add note button⌉[

Add note button

[⌊Normal white note⌉⌊Normal white note⌉[

Normal white note

## 安裝方式

 1. Upload the folder `wp-dashboard-notes` to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Add your first note via the ‘Add note’ button by clicking on the ‘Add note’ button
    in the top admin bar on your admin dashboard.

## 常見問題集

### How can I add a new note?

A new note can be added in two ways.

 * There is a ‘Add note’ button is located in the top admin bar
 * Or you can add a new note from within an existing note. When hovering over a 
   note there will show an black bar at the bottom of that note. There is an ‘+’
   within that bar where you can add a new note.

### Can I change the colors

You could change the colors by overriding the style from another stylesheet. If 
you need help with this, ask in the support forums.

### How can I add my own colors?

Add the following code to your functions.php, you can change the values of course
to your own colors.

Required:

    ```
    add_filter( 'wpdn_colors', 'wpdn_add_purple' );
    function wpdn_add_purple( $colors ) {

        $colors['purple'] = '#5236A0';

        return $colors;

    }
    ```

_Optional:_
 You can add the following code for extra styling (e.g. light text instead
of dark)

    ```
    add_action( 'admin_head', 'wpdn_add_style' );
    function wpdn_add_style() {

        ?><style>

            /****************************
             * purple
            ****************************/
            [data-color-text=purple] {
                color: white;
            }
            [data-color-text=purple] .wpdn-note-sortable {
                color: inherit;
            }
            [data-color-text=purple] .wpdn-add-item {
                color: inherit;
            }
            [data-color-text=purple] .wp-dashboard-note .list-item {
                border-color: inherit;
            }

            [data-color-text=purple] .list-item input[type=checkbox] {
                border: 1px solid white !important;
            }

            [data-color-text=purple] .list-item input[type=checkbox]:checked ~ span {
                color: white;
            }
            /* Unused for now */
            [data-color-text=purple] [id^=note] .handlediv {
                color: inherit;
            }
            /* Add list item input colors */
            [data-color-text=purple] input[type=text].add-list-item {
                border-color: white;
                color: inherit;
                background: inherit;
            }
            /* Placeholder text color */
            [data-color-text=purple] input[type=text].add-list-item::-webkit-input-placeholder {
               color: white;
            }
            [data-color-text=purple] input[type=text].add-list-item:-moz-placeholder {
               color: white;
            }
            [data-color-text=purple] input[type=text].add-list-item::-moz-placeholder {
               color: white;
            }
            [data-color-text=purple] input[type=text].add-list-item:-ms-input-placeholder {
               color: white;
            }
            /* Saved/saving text color */
            [data-color-text=purple] .saved-icon,
            [data-color-text=purple] .saving-icon {
                color: inherit;
            }
            /* Delete icon */
            [data-color-text=purple] .list-item .dashicons-no-alt {
                color: white;
            }
            /* Sort icon */
            [data-color-text=purple] .wpdn-note-sortable {
                color: white;
            }
        </style><?php

    }
    ```

## 使用者評論

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

### 󠀁[Great way to keep track of things that need to be done](https://wordpress.org/support/topic/great-way-to-keep-track-of-things-that-need-to-be-done/)󠁿

 [DJF3](https://profiles.wordpress.org/djf3/) 2026 年 4 月 19 日

Really like these notes. Especially the “press enter to save” is great. One thing
that needed to change: the note background color. They are too “present”.I have 
posted a solution/hack to give the notes any bg color you like: https: //wordpress.
org/support/topic/configurable-colors/You have to copy the link as it doesn’t like
links in reviews.

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

### 󠀁[Not working in 6.8.1](https://wordpress.org/support/topic/not-working-in-6-8-1/)󠁿

 [clgolden2023](https://profiles.wordpress.org/clgolden2023/) 2025 年 6 月 12 日
1 則留言

Great idea. Wish it was being kept up.

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

### 󠀁[Excellent & Flawless](https://wordpress.org/support/topic/excellent-flawless/)󠁿

 [koolsherif](https://profiles.wordpress.org/koolsherif/) 2024 年 10 月 6 日

I just love how flawless this plugin is , please keep the good job and I hope the
development never stops keeping it up to date and available always thank you so 
much

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

### 󠀁[Nery neat plugin 🙂](https://wordpress.org/support/topic/nery-neat-plugin/)󠁿

 [xtof_r](https://profiles.wordpress.org/xtof_r/) 2024 年 9 月 13 日

Nery neat plugin 🙂

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

### 󠀁[Missing checkboxes](https://wordpress.org/support/topic/missing-checkboxes-3/)󠁿

 [Kiki870](https://profiles.wordpress.org/kiki870/) 2024 年 8 月 26 日

This plugin is super helpful, but the lack of once-present checkboxes lessens its
use.

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

### 󠀁[Doesn’t Work Anymore](https://wordpress.org/support/topic/doesnt-work-anymore-158/)󠁿

 [Stef](https://profiles.wordpress.org/serafinnyc/) 2024 年 7 月 31 日 4 則留言

Great concept, great idea, but doesn’t work. If you don’t want to update this app
I wouldn’t mind taking it off your hands. I like the idea.

 [ 閱讀全部 109 則使用者評論 ](https://wordpress.org/support/plugin/wp-dashboard-notes/reviews/)

## 參與者及開發者

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

參與者

 *   [ Jeroen Sormani ](https://profiles.wordpress.org/sormano/)

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

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

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

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

## 變更記錄

#### 1.0.13 – 27/08/2024

 * Fix – Checkboxes not always saved

#### 1.0.12 – 14/08/2024

 * Fix – Escape everything for security; Credit justakazh@Patchstack.

#### 1.0.11 – 03/01/2024

 * Fix – PHP 8.2 warnings
 * Fix – Check author ID on change

#### 1.0.10 – 05/09/2020

 * Fix – WP 5.5 compatibility
 * Improvement – Switch to Gulp

#### 1.0.9 – 05/12/2017

 * Improvement – Make sure scripts are only loaded on the dashboard, not on any 
   other page. Why wasn’t this included before?!

#### 1.0.8.2 – 11/04/2016

 * Fix – Old existing list items not editable in rare cases

#### 1.0.8.1 – 21/03/2016

 * Fix – Check in checkbox sometimes don’t save

#### 1.0.8 – 10/03/2016

 * Improvement – Always show toolbar on mobile devices (credits to ClearPathDigital)
 * Fix – Check nonce + user capabilities for AJAX calls (credits to Paul Gibbs for
   noting)

#### 1.0.7 – 11/12/2015

 * Fix/Improvement – Move ‘Add note’ button to the admin bar
 * Add – Full WP 4.4 compatibility
 * Improvement – Improve some JS

#### 1.0.6 – 26/08/2015

 * Improvement – Optimize JavaScripts and stylesheets
 * Fix – Firefox users not able to use new regular note

#### 1.0.5 – 24/01/2015

 * Improvement – Use singleton instead of global
 * Fix – Notice in the background when getting data
 * Fix – Delete not working when having double lined items
 * Fix – Bug in changing background colors
 * Fix – Prevent copying the text background color (or any other styles)
 * Add – Russian translation

#### 1.0.4 – 19/10/2014

 * Fix – Notice on WP_DEBUG mode when creating new note
 * Fix – Wrong visibility icon when switching
 * Fix – Displaying colors on new notes/after switching
 * Improvement – Drag list items only vertically
 * Improvement – Move savig/saved icon to title bar

#### 1.0.3 – 12/10/2014

 * Add – _beta_ URLs are automatically clickable (after page refresh)
 * Improvement – Add filters to add your own colors
 * Improvement – Small improvements for coloring
 * Improvement – New icon for Personal visibility

#### 1.0.2 – 29/08/2014

 * Fix – Safari compatibility issues

#### 1.0.1 – 28/08/2014

 * Added ‚jquery-ui-sortable’ dependency
 * Fixed sub-menu not showing up
 * Add check at js update note function

#### 1.0.0 – 18/08/2014

 * Initial release

## 中繼資料

 *  版本 **1.0.13**
 *  最後更新 **3 個月前**
 *  啟用安裝數 **20,000+**
 *  WordPress 版本需求 ** 4.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.8.5**
 *  語言
 * [Croatian](https://hr.wordpress.org/plugins/wp-dashboard-notes/)、[Danish](https://da.wordpress.org/plugins/wp-dashboard-notes/)、
   [Dutch](https://nl.wordpress.org/plugins/wp-dashboard-notes/)、[Dutch (Belgium)](https://nl-be.wordpress.org/plugins/wp-dashboard-notes/)、
   [English (US)](https://wordpress.org/plugins/wp-dashboard-notes/)、[French (France)](https://fr.wordpress.org/plugins/wp-dashboard-notes/)、
   [German](https://de.wordpress.org/plugins/wp-dashboard-notes/)、[German (Switzerland)](https://de-ch.wordpress.org/plugins/wp-dashboard-notes/)、
   [Italian](https://it.wordpress.org/plugins/wp-dashboard-notes/)、[Japanese](https://ja.wordpress.org/plugins/wp-dashboard-notes/)、
   [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/wp-dashboard-notes/)、[Polish](https://pl.wordpress.org/plugins/wp-dashboard-notes/)、
   [Russian](https://ru.wordpress.org/plugins/wp-dashboard-notes/)、[Spanish (Argentina)](https://es-ar.wordpress.org/plugins/wp-dashboard-notes/)、
   [Spanish (Chile)](https://cl.wordpress.org/plugins/wp-dashboard-notes/)、[Spanish (Colombia)](https://es-co.wordpress.org/plugins/wp-dashboard-notes/)、
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/wp-dashboard-notes/)、
   [Spanish (Spain)](https://es.wordpress.org/plugins/wp-dashboard-notes/)、[Spanish (Venezuela)](https://ve.wordpress.org/plugins/wp-dashboard-notes/)、
   [Swedish](https://sv.wordpress.org/plugins/wp-dashboard-notes/)、及 [Turkish](https://tr.wordpress.org/plugins/wp-dashboard-notes/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/wp-dashboard-notes)
 * 標籤:
 * [admin note](https://tw.wordpress.org/plugins/tags/admin-note/)[dashboard notes](https://tw.wordpress.org/plugins/tags/dashboard-notes/)
   [note](https://tw.wordpress.org/plugins/tags/note/)[notes](https://tw.wordpress.org/plugins/tags/notes/)
   [to do list](https://tw.wordpress.org/plugins/tags/to-do-list/)
 *  [進階檢視](https://tw.wordpress.org/plugins/wp-dashboard-notes/advanced/)

## 評分

 4.6 星，滿分為 5 星

 *  [  90 個 5 星使用者評論     ](https://wordpress.org/support/plugin/wp-dashboard-notes/reviews/?filter=5)
 *  [  9 個 4 星使用者評論     ](https://wordpress.org/support/plugin/wp-dashboard-notes/reviews/?filter=4)
 *  [  6 個 3 星使用者評論     ](https://wordpress.org/support/plugin/wp-dashboard-notes/reviews/?filter=3)
 *  [  2 個 2 星使用者評論     ](https://wordpress.org/support/plugin/wp-dashboard-notes/reviews/?filter=2)
 *  [  3 個 1 星使用者評論     ](https://wordpress.org/support/plugin/wp-dashboard-notes/reviews/?filter=1)

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

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

## 參與者

 *   [ Jeroen Sormani ](https://profiles.wordpress.org/sormano/)

## 技術支援

最近 2 個月解決的問題:

     總計 1 個問題，已解決 0 個

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