From 55d5efe61170eaa963a10f92f322fe6e2944c218 Mon Sep 17 00:00:00 2001 From: Innovation Inc Date: Thu, 17 Dec 2020 14:03:47 -0600 Subject: [PATCH] Updated Widgets (markdown) --- Widgets.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Widgets.md b/Widgets.md index 4a66614..e18ecd1 100644 --- a/Widgets.md +++ b/Widgets.md @@ -4,9 +4,10 @@ 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. +NOTE: This will be changed before 0.2.0b to be less janky. Instead, widgets will soon be made by creating a `widgets/` folder inside the application itself. ## How can I enable a widget? -Step 1: Open the `Widgets Settings` application.
+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)