Title: XOF Admin Chalkboard
Author: XOF Media
Published: <strong>August 23, 2026</strong>
Last modified: August 24, 2026

---

Search plugins

![](https://ps.w.org/xof-admin-chalkboard/assets/banner-772x250.png?rev=3662539)

![](https://ps.w.org/xof-admin-chalkboard/assets/icon-256x256.png?rev=3662539)

# XOF Admin Chalkboard

 By [XOF Media](https://profiles.wordpress.org/xofmedia/)

[Download](https://downloads.wordpress.org/plugin/xof-admin-chalkboard.1.0.1.zip)

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

 [Support](https://wordpress.org/support/plugin/xof-admin-chalkboard/)

## Description

XOF Admin Chalkboard is a clean, modular dashboard widget designed to help site 
administrators save, organize, and manage important text, URLs, and code snippets
right from the WordPress dashboard.

Whether you are staging a development site, saving frequently used shortcodes, or
just keeping daily admin notes, the Chalkboard keeps your most important snippets
one click away.

#### Features

 * **Code-Safe Saving:** Safely store raw code snippets, plain text, and URLs without
   the system stripping out your HTML or PHP tags.
 * **Drag-and-Drop Reordering:** Easily organize your snippets by clicking and dragging
   them into your preferred order.
 * **Color Coding:** Assign specific colors to your snippets to visually categorize
   them at a glance.
 * **One-Click Copy:** Click the clipboard icon to instantly copy your snippet to
   your device’s clipboard.
 * **Accordion UI:** Keep your dashboard clean by expanding only the snippets you
   need and collapsing the rest.
 * **Resizable Workspace:** Easily drag the corner of any snippet to dynamically
   expand the viewing or editing area, giving you plenty of room to work with large
   code blocks.
 * **Import/Export:** Export your entire chalkboard to a JSON file to easily migrate
   your snippets to another server or backup your data.

## Screenshots

[⌊A full overview of the dashboard widget in action, featuring the creation section,
global import/export tools, and a stacked library of snippets.⌉⌊A full overview 
of the dashboard widget in action, featuring the creation section, global import/
export tools, and a stacked library of snippets.⌉[

A full overview of the dashboard widget in action, featuring the creation section,
global import/export tools, and a stacked library of snippets.

[⌊The main XOF Chalkboard dashboard widget UI, highlighting the snippet creation
tools and color picker.⌉⌊The main XOF Chalkboard dashboard widget UI, highlighting
the snippet creation tools and color picker.⌉[

The main XOF Chalkboard dashboard widget UI, highlighting the snippet creation tools
and color picker.

[⌊An expanded JavaScript snippet demonstrating the action icons, drag-and-drop handle,
and resizable workspace, with a collapsed CSS snippet stacked below.⌉⌊An expanded
JavaScript snippet demonstrating the action icons, drag-and-drop handle, and resizable
workspace, with a collapsed CSS snippet stacked below.⌉[

An expanded JavaScript snippet demonstrating the action icons, drag-and-drop handle,
and resizable workspace, with a collapsed CSS snippet stacked below.

[⌊Saving a URL for quick access. The expanded view reveals the snippet title, action
controls, and adjustable text area.⌉⌊Saving a URL for quick access. The expanded
view reveals the snippet title, action controls, and adjustable text area.⌉[

Saving a URL for quick access. The expanded view reveals the snippet title, action
controls, and adjustable text area.

[⌊Storing a frequently used WordPress shortcode. You can easily copy it to your 
clipboard directly from this expanded view.⌉⌊Storing a frequently used WordPress
shortcode. You can easily copy it to your clipboard directly from this expanded 
view.⌉[

Storing a frequently used WordPress shortcode. You can easily copy it to your clipboard
directly from this expanded view.

[⌊A clean, collapsed view of multiple saved snippets, showcasing the color-coding
and compact accordion UI.⌉⌊A clean, collapsed view of multiple saved snippets, showcasing
the color-coding and compact accordion UI.⌉[

A clean, collapsed view of multiple saved snippets, showcasing the color-coding 
and compact accordion UI.

## Installation

**From your WordPress Dashboard:** 1. Navigate to ‘Plugins’ > ‘Add New’ in your 
WordPress admin menu. 2. Click ‘Upload Plugin’ at the top of the page. 3. Upload
the `xof-admin-chalkboard.zip` file and click ‘Install Now’. 4. Click ‘Activate 
Plugin’ once the installation is complete. 5. Navigate to your main WordPress Dashboard
to find the new XOF Chalkboard widget! 6. Start adding your notes, URL’s, shortcodes
and code snippets!

**Manual Upload via FTP:** 1. Upload the unzipped `xof-admin-chalkboard` folder 
to the `/wp-content/plugins/` directory. 2. Activate the plugin through the ‘Plugins’
menu in WordPress. 3. Navigate to your main WordPress Dashboard to find the new 
widget. 4. Start adding your notes, URL’s, shortcodes and code snippets!

## FAQ

### Who can see and use the Chalkboard?

The XOF Admin Chalkboard is restricted to users with `manage_options` capabilities,
meaning only Administrators will see the widget and have access to the data.

### Will my code snippets execute on the dashboard?

No. The plugin securely escapes all outputs, meaning your PHP, JavaScript, and HTML
tags are converted to visual text entities on the screen to prevent accidental execution
or layout breaks.

### How does the Import feature work?

When you import a JSON file generated by the XOF Chalkboard, the new snippets are
securely appended to the top of your existing list. It will not overwrite or delete
your current notes.

### Where is my snippet data saved?

To keep your database fast and clean, all snippets are stored natively in the standard
WordPress `wp_usermeta` table. The plugin does not create any bloated custom database
tables.

### I activated the plugin, but I don’t see the widget?

Click the “Screen Options” tab at the top right of your WordPress dashboard and 
ensure the box next to “XOF Chalkboard” is checked.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“XOF Admin Chalkboard” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ XOF Media ](https://profiles.wordpress.org/xofmedia/)

[Translate “XOF Admin Chalkboard” into your language.](https://translate.wordpress.org/projects/wp-plugins/xof-admin-chalkboard)

### Interested in development?

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

## Changelog

#### 1.0.1

 * Fixed a JavaScript reference error preventing the snippet addition process from
   executing properly.
 * Added fallback error handling to UI saving events to prevent interface freezing.
 * Updated compatibility for WordPress 7.1.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.1**
 *  Last updated **2 weeks ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [admin](https://wordpress.org/plugins/tags/admin/)[dashboard](https://wordpress.org/plugins/tags/dashboard/)
   [notes](https://wordpress.org/plugins/tags/notes/)[snippets](https://wordpress.org/plugins/tags/snippets/)
   [widget](https://wordpress.org/plugins/tags/widget/)
 *  [Advanced View](https://wordpress.org/plugins/xof-admin-chalkboard/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/xof-admin-chalkboard/reviews/)

## Contributors

 *   [ XOF Media ](https://profiles.wordpress.org/xofmedia/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/xof-admin-chalkboard/)