| 开发者 | Redwoodcity |
|---|---|
| 更新时间 | 2026年6月17日 01:34 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[wpnotepad] in post content or theme templates.In the visitor's own browser (LocalStorage). Notes are not sent to the server unless the administrator enables opt-in sync and the visitor is logged in.
Place [wpnotepad] where you want a notepad. Supported attributes:
id — a stable storage key (recommended when using more than one notepad).placeholder — placeholder text for the textarea.min_height — minimum height in pixels.max_length — maximum number of characters (0 = unlimited).show_count — true/false to show the character counter.tabs — number of note tabs (1 = no tabs).ttl — auto-delete a note after this many days (0 = never).label — accessible label for the textarea.[wpnotepad id="my-note" placeholder="Jot something down" tabs="3" ttl="30"]
Only if the administrator enables sync (Settings → WP Notepad) and the visitor is logged in. Otherwise notes stay in the current browser only.
Browser-only notes are removed when LocalStorage is cleared. Use the Download button to keep a copy, or enable sync (logged-in users) for a server-side copy.