diff --git a/editions/dev/tiddlers/from tw5.com/Contributing to the TiddlyWiki Core.tid b/editions/dev/tiddlers/from tw5.com/Contributing to the TiddlyWiki Core.tid index 9e1e08c5c..bebbccd50 100644 --- a/editions/dev/tiddlers/from tw5.com/Contributing to the TiddlyWiki Core.tid +++ b/editions/dev/tiddlers/from tw5.com/Contributing to the TiddlyWiki Core.tid @@ -1,5 +1,5 @@ created: 20141016083308219 -modified: 20141016083333808 +modified: 20141107213203691 title: Contributing to the TiddlyWiki Core type: text/vnd.tiddlywiki @@ -20,3 +20,6 @@ If you've created something new and innovative, don't try to rush to get it incl The expected model of innovation is that the core development will move relatively slowly as more and more of the initial planned functionality is implemented. Innovation can take place in the much more unconstrained environment of plugins. Over time, as these third party plugins gain popularity and become more polished, some or all of their functionality will be migrated into the core. +! Improving Hackability of the Core + +Don't be afraid to submit issues or pull requests that add hooks or other points of extensibility to help your plugin integrate with the core. An important goal for TiddlyWiki is for the core to be infinitely adaptable through plugins. It is expected that many more points of extension will need to be added to support a healthy ecosystem of plugins.