From b19f1631bf6a63e3b4f170a3532614f9f02ffe3d Mon Sep 17 00:00:00 2001 From: Innovation Inc Date: Tue, 26 May 2020 23:56:17 -0500 Subject: [PATCH] Created Widgets (markdown) --- Widgets.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Widgets.md diff --git a/Widgets.md b/Widgets.md new file mode 100644 index 0000000..46569f0 --- /dev/null +++ b/Widgets.md @@ -0,0 +1,13 @@ +# Widgets +## What are widgets? +Widgets are bite-sized applications intended to be on the desktop. + +## How do I create a widget? +Widgets can be made by creating a directory inside the `widgets/` folder in the DremJS document root folder. After that, simple create your widget inside it like you would any other application. Be sure you have an index.html or index.php file. + +## How can I enable a widget? +Step 1: Open the `Widgets Settings` application. +![](https://i.imgur.com/oHzY6mD.png) +Step 2: Type in the widget you want and press `Add Widget`. +![](https://i.imgur.com/lze2mXo.png) +Step 3: Restart DremJS.