Title: WP Notepad
Author: Redwoodcity
Published: <strong>मार्च 3, 2020</strong>
Last modified: जून 16, 2026

---

प्लगइन्स खोजें

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

![](https://ps.w.org/wp-notepad/assets/icon.svg?rev=3574820)

# WP Notepad

 [Redwoodcity](https://profiles.wordpress.org/redwoodcity/) द्वारा

[डाउनलोड](https://downloads.wordpress.org/plugin/wp-notepad.2.0.0.zip)

 * [विवरण](https://hi.wordpress.org/plugins/wp-notepad/#description)
 * [समीक्षा](https://hi.wordpress.org/plugins/wp-notepad/#reviews)
 *  [स्थापना](https://hi.wordpress.org/plugins/wp-notepad/#installation)
 * [विकास](https://hi.wordpress.org/plugins/wp-notepad/#developers)

 [समर्थन](https://wordpress.org/support/plugin/wp-notepad/)

## विवरण

WP Notepad puts a notepad textarea on your site. Visitors can jot notes without 
logging in, and notes are kept in their own browser’s LocalStorage — by default 
nothing is sent to or stored on the server.

Add a notepad in three ways:

 * **Classic widget** — add the “Notepad” widget to any widget area.
 * **Block** — insert the “WP Notepad” block in the editor.
 * **Shortcode** — place `[wpnotepad]` in post content or theme templates.

Features:

 * Notes auto-save to the browser as you type, and are restored on return.
 * Live character counter and a confirm-protected Clear button.
 * The textarea grows automatically to fit its content.
 * Copy to clipboard, download as a .txt file, or import a note from a file.
 * Multiple notes in one notepad via tabs.
 * Optional auto-delete (TTL): notes expire after a configurable number of days.
 * Optional, opt-in cross-device sync for logged-in users (see below). Disabled 
   by default.
 * Accessibility: labelled textarea, character-count association, polite save announcements
   and visible focus styles.
 * Block styling via the editor’s color, typography, spacing and alignment controls.
 * Available in English and Japanese.

**Privacy / cross-device sync:** By default notes live only in the visitor’s browser
and are never stored on the server. An administrator may optionally enable “cross-
device sync” under Settings  WP Notepad. When enabled, only logged-in users’ notes
are saved to their own WordPress user account (user meta) and synced across their
devices via the REST API. Guests (logged-out visitors) always remain LocalStorage-
only.

## ब्लॉकस

यह प्लगइन 1 ब्लॉक प्रदान करता है।

 *   WP Notepad It is a plug-in that displays a notepad on the widget. The data 
   is saved in LocalStorage in the browser, so you can use it easily without login.

## इंस्टॉलेशन

 1. From the WP admin panel, click “Plugins” -> “Add new”.
 2. In the browser input box, type “WP Notepad”.
 3. Select the “WP Notepad” plugin and click “Install”.
 4. Activate the plugin.

OR…

 1. Download the plugin from this page.
 2. Save the .zip file to a location on your computer.
 3. Open the WP admin panel, and click “Plugins” -> “Add new”.
 4. Click “upload”.. then browse to the .zip file downloaded from this page.
 5. Click “Install”.. and then “Activate plugin”.

## सामान्य प्रश्न

### Where are notes stored?

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.

### How do I use the shortcode?

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.

Example: `[wpnotepad id="my-note" placeholder="Jot something down" tabs="3" ttl="
30"]`

### Does it work across devices?

Only if the administrator enables sync (Settings  WP Notepad) and the visitor is
logged in. Otherwise notes stay in the current browser only.

### What happens to my notes if I clear my browser data?

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.

## समीक्षाएं

इस प्लगइन के लिए कोई समीक्षा नहीं है।

## सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

 *   [ Redwoodcity ](https://profiles.wordpress.org/redwoodcity/)

“WP Notepad” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/wp-notepad/contributors)
for their contributions.

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

### Interested in development?

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

## बदलाव विवरण

#### 2.0.0

_Release Date – 17 June 2026_
 * New: multiple notes via tabs (widget, shortcode
and block) * New: optional auto-delete (TTL) — notes expire after a configurable
number of days * New: opt-in cross-device sync for logged-in users via the REST 
API (disabled by default; guests remain LocalStorage-only) * Notes are now stored
as a small JSON envelope with a timestamp; legacy plain-string notes are read transparently*
Added a Settings  WP Notepad screen for the sync toggle

#### 1.4.0

_Release Date – 17 June 2026_
 * New [wpnotepad] shortcode to place a notepad anywhere(
post content or theme templates) * Notepad textarea now grows automatically to fit
its content * Added copy-to-clipboard, download as .txt and import-from-file controls*
Accessibility: textarea labelling, character count association and visible focus
styles * Block: added a deprecation so notes saved by 1.3.0 keep working

#### 1.3.0

_Release Date – 17 June 2026_
 * Added a live character counter below the notepad(
widget and block) * Added a “Saved” indicator that briefly confirms when a note 
is stored, announced to assistive technology via aria-live * Added a Clear button(
with confirmation) that empties the note and removes it from LocalStorage * Block:
expanded supports for color, typography, spacing and wide/full alignment so notes
can be styled with the editor’s built-in controls * Block: added a settings sidebar(
placeholder text, minimum height, maximum characters, character-count toggle) * 
Block: added deprecations so notes saved by earlier versions keep working

#### 1.2.2

_Release Date – 16 June 2026_
 * Hardened LocalStorage access against exceptions(
Safari private mode, storage disabled, quota exceeded) so typing no longer errors
when storage is unavailable

#### 1.2.1

_Release Date – 16 June 2026_
 * Block: notepad textarea now uses a stable per-instance
storage key (no longer tied to its position on the page) * Regenerated translation
template (.pot) and Japanese translations with correct text domain and source references*
Housekeeping: removed an unused legacy translation file

#### 1.2.0

_Release Date – 16 June 2026_
 * Modernized for current WordPress (block API v3,
secure escaping/sanitization) * The block now renders a working notepad textarea
saved to LocalStorage on the front end * Fixed block editor title/description fields
not saving correctly * Front-end script rewritten in vanilla JS (no jQuery dependency)*
Conditional asset loading and various refactoring

#### 1.1.2

_Release Date – 11 October 2023_
 * Compatible with block editor

#### 1.1.1

_Release Date – 11 October 2023_
 * Refactoring

#### 1.1.0

_Release Date – 11 October 2023_
 * Refactoring

#### 1.0.2

_Release Date – 7 October 2023_
 * Text correction & Refactoring

#### 1.0.1

_Release Date – 14 April 2021_
 * Minor correction

#### 1.0.0

_Release Date – 3 March 2020_
 * Initial Release

## मेटा

 *  संस्करण **2.0.0**
 *  Last updated **3 दिन पहले**
 *  Active installations **20+**
 *  WordPress version ** 6.0 या ज्यादा **
 *  Tested up to **7.0**
 *  PHP version ** 7.1 या ज्यादा **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/wp-notepad/) और .[Japanese](https://ja.wordpress.org/plugins/wp-notepad/).
 *  [अपनी भाषा में अनुवादित करें](https://translate.wordpress.org/projects/wp-plugins/wp-notepad)
 * Tags
 * [block](https://hi.wordpress.org/plugins/tags/block/)[notepad](https://hi.wordpress.org/plugins/tags/notepad/)
   [notes](https://hi.wordpress.org/plugins/tags/notes/)[shortcode](https://hi.wordpress.org/plugins/tags/shortcode/)
   [widget](https://hi.wordpress.org/plugins/tags/widget/)
 *  [Advanced View](https://hi.wordpress.org/plugins/wp-notepad/advanced/)

## मूल्यांकन

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/wp-notepad/reviews/)

## योगदानकर्ता

 *   [ Redwoodcity ](https://profiles.wordpress.org/redwoodcity/)

## समर्थन

कुछ कहना है? कोई मदद चाहिए?

 [समर्थन फोरम देखें ](https://wordpress.org/support/plugin/wp-notepad/)

## प्रदान करना

आप इस प्लगइन की उन्नति का समर्थन करना चाहेंगे?

 [ इस प्लगइन को प्रदान करें ](https://www.redwoodcity.jp/app/wp-notepad/)