このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

WP Dashboard Notes

説明

複数人でサイトを運営していますか? メモを残したいですか? WP Dashboard Notes があれば可能です。使いやすく美しいメモを作成しましょう。

機能:

  • メモの色を選択可能
  • リストタイプまたは標準タイプ
  • 共有か自分のみか選択可能
  • ダッシュボードで編集
  • 好きな数だけメモを追加
  • リスト項目はドラッグ&ドロップで移動
  • 保存にボタンは不要です。

機能要望、(WordPress.org での) 評価、寄付は大歓迎です !

スクリーンショット

  • WordPress ダッシュボードの例
  • メモを追加ボタン
  • 通常の白いメモ

インストール

  1. wp-dashboard-notes フォルダを /wp-content/plugins/ ディレクトリへアップロードします。
  2. 「プラグイン」メニューからプラグインを有効化します。
  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.

FAQ

新しいメモの追加方法

2つの方法で新しいメモが追加できます。

  • ページ上部の管理バーに「メモを追加」ボタンがあります。
  • または、いまあるメモから新しいメモを追加することもできます。ノートにマウスをのせると、ノートの下に黒いバーが表示されます。バー内の「+」マークから新しいメモを追加することができます。

色の変更方法

他のスタイルシートでスタイルを上書きすると、色を変更することが出来ます。不明な点があればサポートフォーラムで質問してください。

オリジナルカラーの追加方法

テーマの functions.php に以下のコードを追加すれば、お好きな色に値を変更することができます。

必須:

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

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

    return $colors;

}

任意:
さらにスタイルを当てるには、以下のコードを利用してください (例: 文字色を明るくする場合)

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

}

評価

2023年6月6日
This is a good plugin to place and share notes on the dashboard.However, line breaks in typed or copy-pasted sentences do not work. The sentence is broken. The only way seems to be to adjust with spaces.The disadvantage is that it is difficult to understand when typing in a memo. You can't use the mouse to position the input.That is the most regrettable.
2022年11月30日
Great idea, for a long time I was looking for something to leave notes to colleagues about modifications or pending things, and this plugin allows it. Thank you very much!
2022年10月27日
Working on a webdsite, blog, shop and beyond is just top complex. New ideas pop-up on the fly and people need to know. We had these Dashboard Notes in intuitive colours in our backend for years now, since 2018 to be exact, and it's just doing it's thing unpretentiously! - No adds - No promotion for elite subscription - No real estate in menus In fact no noise! Simple, practical and undescribably helpfull! You can't run a site without it! Huge thx. Henrik
2022年7月22日
Si vous utilisez WP en mode multi-utilisateur, parfait pour déposer des pense-bêtes
103件のレビューをすべて表示

貢献者と開発者

WP Dashboard Notes はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WP Dashboard Notes” は16ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“WP Dashboard Notes” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

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

  • 修正 – チェックしてもときどき保存されない問題

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
  • 追加 – WP 4.4 に完全準拠
  • 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

  • プラグインをリリース