modified | Friday 20 December 2024 |
---|
Xlog is built to be small core that offers small set of features. And focus on offering a developer friendly public API to allow extending it with more features.
Ctrl+K
which can execute arbitrary Javascript.An extension is a
xlog.Extension
interfaceInit
function to register all of its components using Register*
RegisterExtension
functions in the init
function of the package to register the extensionmain
package of your knowledgebase along with all other extensions and Xlog itself. an example can be found in Xlog CLI