##// END OF EJS Templates
live-comments: use show comment instead of refresh the page so...
live-comments: use show comment instead of refresh the page so it better reflects the action we're doing.

File last commit:

r1:854a839a default
r551:86f5d177 default
Show More
integrations.rst
25 lines | 709 B | text/x-rst | RstLexer

Integrations and Extensions

The integrations section references three concepts regularly, so to clarify what is meant each time, read the following definitions:

  • Plugin: A Plugin is software that adds a specific feature to an existing software application.
  • Extension: An extension extends the capabilities of, or the data available to, an existing software application.
  • Hook: A hook intercepts function calls, messages, or events passed between software components and can be used to trigger plugins, or their extensions.