This document explains the example extensions found in the examples/ directory.
A minimal extension that demonstrates the basic structure of a Synura extension.
- Concepts:
packagemetadata,handler.homeentry point, opening a staticlistview.
An extension that displays the Wikipedia featured article of the day.
- Concepts:
- Fetching Data: Uses
fetch()to get JSON data from the Wikimedia Feed API. - Dynamic Content: Shows how to construct an API call with the current date.
- Browser View: Opens the full article in a browser view when an item is clicked.
- Fetching Data: Uses