| 开发者 | loyaltyoverroyalty |
|---|---|
| 更新时间 | 2026年9月10日 17:44 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
jotwing folder to /wp-content/plugins/, or install it from the Plugins screen.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.
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.
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.
In your own database as a private post type (qn_note). Nothing leaves your site.
Never. The post type is not public, has no URL, is excluded from search, feeds, sitemaps and the REST search endpoint.
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.
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.
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.