misc-extensions

HSI extensions repository

This repository will contain a collection of small front-end and/or back-end modules meant to be consumed by our HSI instance via direct URLs (extensions are added this way).

Structure

Each project/module is self contained in it’s own folder:

/blog-button/
├── definition.json
├── index.html
└── main.js

Development

Usage

Accessed via jsDelivr CDN

https://cdn.jsdelivr.net/gh/username/repo@version/project-name/file.js

GitHub Pages

Demos can be viewed at:

https://historia-clinica-la-rioja.github.io/misc-extensions/blog-button/

https://historia-clinica-la-rioja.github.io/misc-extensions/project-name/


RLRama