Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 582 Bytes

File metadata and controls

20 lines (14 loc) · 582 Bytes

Xed-Editor Extension Registry

This repository contains all published Xed-Editor extensions.


📁 Folder Structure

extensions/             # Root directory
└── com.rk.demo/        # The ID of your extension
    ├── manifest.json   # The manifest file
    └── extension.apk   # The extension itself

📖 Documentation

For more detailed information about publishing extensions for Xed-Editor, see the official documentation:

Xed-Editor Publishing Extension Docs