Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Widgets

Innovation Inc edited this page Dec 17, 2020 · 4 revisions

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. 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 2: Type in the widget you want and press Add Widget.

Step 3: Restart DremJS.

We can use your help!

Any bugs you encounter should be reported at our Git Reports Page. Help is greatly appreciated! If you have an idea for something that should be added to DremJS, go to our issues page and give it an "enhancement" label. Thank you!

Clone this wiki locally