Ideas for additional functionality - moritzjacobs/cindy GitHub Wiki

Plugin/Widget-API

Plugins that need backend implementation reside in /plugins/ and are included in pages with the widget API (see below). Widget/plugin interaction relies on AJAX and/or iframes.

Widgets would be able to add frontend implemetation as widget packs, e.g. an image slider as a folder in ./widgets/myCoolSlider. This could easily be used in templates, like @[myCoolSlider]($images).

Asset injection – @done

Multi language support

Not sure how to handle this one. Ideas?

Simple /backend editor

for small changes on the go?