Define an interface to allow the creation of plugins that can insert content other than markdown, rss or raw pages. The plugin should allow
- adding dynamic content
- interaction to display content based on keyboard input
- return to caller
The plugin must handle the interaction loop, the client connection to read the keyboard keystrokes (single characters or sequences)
Define an interface to allow the creation of plugins that can insert content other than markdown, rss or raw pages. The plugin should allow
The plugin must handle the interaction loop, the client connection to read the keyboard keystrokes (single characters or sequences)