summaryrefslogtreecommitdiffstats
path: root/lib/modifiers
Commit message (Collapse)AuthorAgeFilesLines
* editPlugin and getPluginConfigSoreine2016-07-113-1/+22
|
* Add tests for insertPartSoreine2016-06-101-0/+60
|
* Improve plugins config modifierSamy Pessé2016-06-076-11/+68
|
* Improve addPlugin to not append default plugins to the listSamy Pesse2016-06-073-10/+27
|
* ConfigModifier.removePlugin should toggle off if defaultSamy Pesse2016-06-071-0/+12
|
* Adapt tests for config modifiersSamy Pesse2016-06-062-10/+3
|
* Change config modifier to work on a config objectSamy Pesse2016-06-064-29/+17
|
* Add method editPlugin to config modifiersSamy Pesse2016-06-062-1/+18
|
* Add modifier togglePluginSamy Pesse2016-06-065-15/+72
|
* Adapt eslint configuration for mochaSamy Pesse2016-05-111-1/+0
|
* Tweak insertPart signatureSoreine2016-05-111-2/+2
|
* Adds editArticleRefSoreine2016-05-113-1/+21
|
* Modifier moveArticleAfterSoreine2016-05-113-0/+141
|
* Greatly simplify moveArticle's implementationSoreine2016-05-112-61/+4
|
* Tests remove/insert articles and update insert signatureSoreine2016-05-113-2/+134
|
* Insert/remove partSoreine2016-05-113-2/+38
|
* Switch tests to mocha while keeping jest structureSamy Pesse2016-05-112-4/+36
|
* Add tests, and fixes.Soreine2016-05-038-34/+158
|
* Update insert specificationSoreine2016-05-032-15/+17
|
* Adds move and remove article modifier.Soreine2016-05-035-29/+126
|
* Add model for plugin dependencies in the book.jsonSamy Pessé2016-05-022-11/+14
|
* Add method removePlugin to ConfigModifierSamy Pessé2016-05-022-1/+26
|
* Enable livereload plugin when serving contentSamy Pessé2016-05-023-1/+26
|
* Add basic tests for json generatorSamy Pessé2016-04-283-2/+3
|
* Add modifiers to edit article and insert in summarySamy Pessé2016-04-288-3/+188
|
* Add tests for SummaryModifier.editPartTitleSamy Pessé2016-04-281-0/+44
|
* Add base modifiers for summary as SummaryModifierSamy Pessé2016-04-286-0/+93