Yurba Docs
Yurba Documentation

Get started

Accounts

Apps

Users

Relationships

Dialogs (Messages)

Tracks (MuseBase)

Photos

Posts

Comments

Safety

Other

Yurba CDN (cdn.yurba.one)

For Desktop Developers

GET STARTED

Let's create your first Desktop extension for the Yurba Desktop App


And so, the first thing you need to do is to go into the app and enable developer mode. It is necessary for convenient bookmarking and general development of the application



Once enabled, the application should reboot and open a window-console for the Web part of the application. At the top you should also see a panel where you can find View -> Toggle Developer Tools to enable the window-console for the application environment.

Once you've figured out how to work with bookmarkers, let's load your local application so that it works in the environment. To do this, inside the application folder, find the folder "resources/local_addons" and upload any .js file there. After uploading, go to the "For Developers" section in the settings (the same place where you enabled developer mode) and at the very bottom write the name of your file without the extension name and save it in memory by clicking the special button on the right



After these steps, the name of your local application is saved in the local memory of the application. Now, all you have to do is restart the application and then the extension will take effect

To test the extension, you can write some lightweight debugging code inside the extension and it will be displayed in the Web environment console window: