Title: Jotwing
Author: Avo Avetisyan
Published: <strong>September 10, 2026</strong>
Last modified: September 10, 2026

---

Search plugins

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

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

# Jotwing

 By [Avo Avetisyan](https://profiles.wordpress.org/loyaltyoverroyalty/)

[Download](https://downloads.wordpress.org/plugin/jotwing.1.0.1.zip)

 * [Details](https://wordpress.org/plugins/jotwing/#description)
 * [Reviews](https://wordpress.org/plugins/jotwing/#reviews)
 *  [Installation](https://wordpress.org/plugins/jotwing/#installation)
 * [Development](https://wordpress.org/plugins/jotwing/#developers)

 [Support](https://wordpress.org/support/plugin/jotwing/)

## Description

Jotwing adds a notes system to wp-admin that stays out of the way until you need
it.

**Capture from wherever you are**

 * **Toolbar** — a _New note_ item on every admin and front-end page opens a small
   popover. Type, press Ctrl/⌘+Enter, done.
 * **Dashboard widget** — quick-add plus your ten most recent notes, pinned ones
   first, each showing the page it was added on.
 * **Post editor sidebar** — notes attached to the post or page you are editing,
   right next to the content.
 * **Full editor** — every note is a regular block-editor document with autosave
   and revisions.
 * **Export** — download any list view as CSV or JSON. Only the notes you can see
   are ever exported; the core Tools  Export screen deliberately leaves notes out.

**Attach notes to pages**

Open the toolbar popover while viewing or editing a post or page and the note is
attached to it. Those notes show up in that post’s editor sidebar and are listed
first in the popover whenever you come back to that page.

**Share exactly as much as you want**

Each note has one of four visibilities:

 * **Only me** — the default. Nobody else can see it.
 * **Specific users** — pick people by name.
 * **Specific roles** — for example every Editor.
 * **Everyone on this site** — any logged-in user.

Sharing is read-only unless you switch on _Allow editing_. Only the author can delete
a note or change who it is shared with.

**A private note is private**

Administrators are **not** granted access to other users’ private notes. Access 
is enforced server-side in every path: the notes list, the REST API, the dashboard
widget, revisions and the read-only viewer. What you see is exactly what you are
allowed to see, and the counts in the list views match.

**Lean by design**

 * Notes are a custom post type, so the block editor, autosave, revisions, REST 
   and the list table come from WordPress core.
 * No Composer dependencies, no CSS framework, no jQuery UI, no build step. Three
   small plain-JavaScript files.
 * Nothing is ever output on the public site. No external requests, no tracking,
   no options page.
 * Uninstalling removes every note and the capabilities the plugin added.

## Screenshots

[⌊Dashboard widget: quick-add and your recent notes, pinned first.⌉⌊Dashboard widget:
quick-add and your recent notes, pinned first.⌉[

Dashboard widget: quick-add and your recent notes, pinned first.

[⌊Toolbar popover on a page: only that page's notes, and the new note attached to
it by default.⌉⌊Toolbar popover on a page: only that page's notes, and the new note
attached to it by default.⌉[

Toolbar popover on a page: only that page’s notes, and the new note attached to 
it by default.

[⌊Notes sidebar in the post editor, listing the notes attached to that post.⌉⌊Notes
sidebar in the post editor, listing the notes attached to that post.⌉[

Notes sidebar in the post editor, listing the notes attached to that post.

[⌊Sharing panel in the note editor: visibility, user picker and the Allow-editing
switch.⌉⌊Sharing panel in the note editor: visibility, user picker and the Allow-
editing switch.⌉[

Sharing panel in the note editor: visibility, user picker and the Allow-editing 
switch.

[⌊The Notes list with Visibility, Shared-with and Attached-to columns and the All/
Mine / Shared with me / Site-wide views.⌉⌊The Notes list with Visibility, Shared-
with and Attached-to columns and the All / Mine / Shared with me / Site-wide views
.⌉[

The Notes list with Visibility, Shared-with and Attached-to columns and the All /
Mine / Shared with me / Site-wide views.

[⌊Read-only view of a note shared with you.⌉⌊Read-only view of a note shared with
you.⌉[

Read-only view of a note shared with you.

## Installation

 1. Upload the `jotwing` folder to `/wp-content/plugins/`, or install it from the Plugins
    screen.
 2. Activate it.
 3. You will find **Notes** in the admin menu, a **New note** item in the toolbar and
    a **Notes** widget on the dashboard.

## FAQ

### Who can create notes?

Every role that can edit posts: Administrator, Editor, Author and Contributor on
a standard install. Subscribers can read notes shared with them (for example site-
wide notes) but cannot create any. Developers can change the list with the `quicknotes_capability_roles`
filter.

### Can an administrator read my private notes?

No. A note set to _Only me_ is visible to its author alone. Administrators receive
no special access, and the plugin’s automated tests check this rule specifically.

### Can someone I share a note with delete it or share it further?

No. Recipients can read the note, and edit it if you switched on _Allow editing_.
Deleting a note and changing its sharing settings are always reserved for the author.

### Where are notes stored?

In your own database as a private post type (`qn_note`). Nothing leaves your site.

### Do notes appear on the public website?

Never. The post type is not public, has no URL, is excluded from search, feeds, 
sitemaps and the REST search endpoint.

### How do I attach a note to a page?

Open the page (on the front end or in the editor) and click **New note** in the 
toolbar. The popover shows that page’s notes and attaches the new one to it unless
you untick _Attach the new note to this page_. You can also add notes from the **
Notes** sidebar inside the post editor.

### Can I export my notes?

Yes. On the Notes screen, pick a view (All, Mine, Shared with me, Site-wide) and
click **Export CSV** or **Export JSON**. The file contains exactly the notes in 
that view. Notes are excluded from the WordPress Tools  Export screen on purpose,
because that exporter would ignore per-note privacy.

### What happens when I uninstall?

Deleting the plugin from the Plugins screen removes every note, all note meta and
revisions, and the capabilities it added to roles. Deactivating keeps everything.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Jotwing” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ Avo Avetisyan ](https://profiles.wordpress.org/loyaltyoverroyalty/)

[Translate “Jotwing” into your language.](https://translate.wordpress.org/projects/wp-plugins/jotwing)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/jotwing/), check out
the [SVN repository](https://plugins.svn.wordpress.org/jotwing/), or subscribe to
the [development log](https://plugins.trac.wordpress.org/log/jotwing/) by [RSS](https://plugins.trac.wordpress.org/log/jotwing/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Add a Delete all data tool under Notes to remove every note in one step.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.1**
 *  Last updated **7 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.4 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [admin notes](https://wordpress.org/plugins/tags/admin-notes/)[collaboration](https://wordpress.org/plugins/tags/collaboration/)
   [dashboard](https://wordpress.org/plugins/tags/dashboard/)[notes](https://wordpress.org/plugins/tags/notes/)
   [productivity](https://wordpress.org/plugins/tags/productivity/)
 *  [Advanced View](https://wordpress.org/plugins/jotwing/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/jotwing/reviews/)

## Contributors

 *   [ Avo Avetisyan ](https://profiles.wordpress.org/loyaltyoverroyalty/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/jotwing/)