Plugins
Section titled “Plugins”Plugins are event sources that feed the timeline. Each plugin fetches events (title, time, color, link, etc.) for the current day; Sidefy merges them into one view.
- Built-in plugins — Calendar, Reminders, RSS, GitHub, Tips (ship with the app). Menu bar → Plugins → [plugin name] → Enable or Settings.
- Custom plugins — JavaScript you write in the app: implement
fetchEvents(config)and return an array of events. Use thesidefyAPI for HTTP, storage, dates, and optional AI/crawler. - Community plugins — Plugins from the sidefy-plugins repo; install and they run like custom plugins.