XOF Admin Chalkboard

Апісанне

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.

Скрыншоты

Ўсталёўка

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!

Часта задаваныя пытанні

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.

Водгукі

На гэты плагін няма водгукаў.

Удзельнікі і распрацоўшчыкі

“XOF Admin Chalkboard” з’яўляецца праграмным забеспячэннем з адкрытым зыходным кодам. Наступныя людзі ўнеслі свой уклад у гэты плагін.

Удзельнікі

Перакласці “XOF Admin Chalkboard” на вашу мову.

Зацікаўлены ў распрацоўцы?

Праглядзіце код, праверце SVN рэпазітарый, або падпішыцеся на журнал распрацоўкі па RSS.

Журнал змяненняў

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.