Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Extensions

Wiki update edited this page Apr 12, 2022 · 3 revisions

Functionnality of Moosync can be extended through Third party extensions. Extensions usually are archives with an extension of .msox. To install an extension, simply head over to Settings > Extensions > Install Extension. Here are some known extensions.

Developing extensions

It is recommended to write your extensions using Typescript.

Typescript is Javascript but with strict typechecking which helps in preventing some (but not all) runtime errors.

Types for Extension API can be found here.

A sample extension can be found here.

More details about extension lifecycle can be found in the sample template.

Clone this wiki locally