Documentation
¶
Overview ¶
activate writes plugins.go and js/plugins.js
Enable all plugins:
go run activate/activate.go
Disable oxford and tfd plugins:
go run activate/activate.go -oxford -thefreedictionary
Disable plugins whose names start with m:
go run activate/activate.go -m*
Disable all but oxford plugin:
go run activate/activate.go -* +oxford
Click to show internal directories.
Click to hide internal directories.