summaryrefslogtreecommitdiffstats
path: root/chalk/colorspaces/README
blob: dfb25f70a80321c6c04308dab069f6ba24fccc0f (plain)
1
2
3
4
5
6
7
8
9
10
11
About Modules

Modules are plug-ins that implement exchangable core functionality
for Chalk, such as colour strategies. Modules are loaded at startup
and shared among all Chalk documents and views. That means that making
modules stateful is iffy, and that you need to be careful about 
re-entrancy.

Modules are named modules because the plugins, which are kpartgui's
are already called plugins. Capito? Good.