Skip to main content

Cheat Sheet ?

cheat sheet

In this section you will find the native functions of Mobirise. These are the functions used by Mobirise (e.g. get the location of your files). These functions are very useful if you want to develop your own extensions.

How work Mobirise ?

Mobirise is a user-friendly website creation application that allows users to create professional-looking websites without the need for programming knowledge. It is developed using Electron technology, which is based on Node.js, allowing the application to be cross-platform and run on Windows, MacOS, and Linux.

Mobirise also utilizes Bootstrap, an open-source HTML, CSS, and JavaScript framework that makes it easy to create responsive and adaptable websites for all screens. With Bootstrap, Mobirise users can choose from a wide variety of pre-defined content blocks, such as headers, images, videos, galleries, maps, buttons, forms, icons, and much more.

Mobirise also has an intuitive and user-friendly interface that allows users to drag and drop elements to create and customize their website. Additionally, Mobirise offers a range of advanced options to customize styles, colors, fonts, and animations, so users can create unique and professional-looking websites.

In summary, Mobirise is a simple and user-friendly website creation application that utilizes Electron and Bootstrap technology to allow users to create professional-looking websites without requiring programming skills. With an intuitive user interface and a range of advanced options, Mobirise is a great choice for both beginner and experienced users looking to create professional-looking websites.

app.asar # Source code of Mobirise
├── node_modules
├── web
| ├── app
| | ├── builder
| | ├── code-editor
| | ├── includes
| | ├── interface
| | └── themes # the default themes
| | ├── mobirise-amp
| | ├── mobirise5
| | └── list.json
| ├── assets
| ├── index.html
| └── main.css
├── loader.node
└── package.json
Note

All the following functions have been compiled with Google Closure Compiler by Mobirise developers. This explains why function parameters are so unclear. But with a little logic and reasoning, we can easily guess what the functions described do.