Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.21 KB

DOS Dialog for WordPress

A Gutenberg block that displays your text in the form of an old MS DOS dialog box.

If you're a WordPress site owner longing for the days of Microsoft DOS, this plugin will fill your heart's entire 32MB of free space with joy.

The enclosed MS DOS Dialog Gutenberg block allows you to add old-school MS DOS dialog boxes with custom title and message fields!

WordPress DOS Dialog screenshot

Block styles

As of version 1.1.0, you can choose between three dialog styles. Replicate install, error, and general DOS dialogs!

Screenshot from 2023-03-29 15-25-46

Installation

To install, you may:

Download from WordPress.org

or

Download the latest release from this repository

or

Clone this git repository and build from source

git clone [email protected]:ruscoe/dos-dialog.git

cd dos-dialog

npm install

npm run build

See readme.txt for installation instructions.