From 5b3bb1974c1e4b38613b93d1cd947c6dacbc9cbb Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 19 Mar 2017 13:53:21 +0000 Subject: [PATCH] Move coding docs to the /dev wiki --- .../tiddlers/new}/Adding Babel Polyfill to TiddlyWiki.tid | 1 - .../tiddlers/new}/Using ES2016 for Writing Plugins.tid | 1 - 2 files changed, 2 deletions(-) rename editions/{tw5.com/tiddlers/howtos => dev/tiddlers/new}/Adding Babel Polyfill to TiddlyWiki.tid (98%) rename editions/{tw5.com/tiddlers/howtos => dev/tiddlers/new}/Using ES2016 for Writing Plugins.tid (99%) diff --git a/editions/tw5.com/tiddlers/howtos/Adding Babel Polyfill to TiddlyWiki.tid b/editions/dev/tiddlers/new/Adding Babel Polyfill to TiddlyWiki.tid similarity index 98% rename from editions/tw5.com/tiddlers/howtos/Adding Babel Polyfill to TiddlyWiki.tid rename to editions/dev/tiddlers/new/Adding Babel Polyfill to TiddlyWiki.tid index 944daadca..3d231cce5 100644 --- a/editions/tw5.com/tiddlers/howtos/Adding Babel Polyfill to TiddlyWiki.tid +++ b/editions/dev/tiddlers/new/Adding Babel Polyfill to TiddlyWiki.tid @@ -1,7 +1,6 @@ modified: 20160112175006000 created: 20160112025328000 title: Adding Babel Polyfill to TiddlyWiki -tags: documenting Concepts type: text/vnd.tiddlywiki Not all browsers support the latest features of ES2015. The Babel project offers a polyfill that can be included into your TiddlyWiki so those features can be available to your plugins. To do this you will need a copy of the polyfill source. diff --git a/editions/tw5.com/tiddlers/howtos/Using ES2016 for Writing Plugins.tid b/editions/dev/tiddlers/new/Using ES2016 for Writing Plugins.tid similarity index 99% rename from editions/tw5.com/tiddlers/howtos/Using ES2016 for Writing Plugins.tid rename to editions/dev/tiddlers/new/Using ES2016 for Writing Plugins.tid index f34d10a4a..a61042220 100644 --- a/editions/tw5.com/tiddlers/howtos/Using ES2016 for Writing Plugins.tid +++ b/editions/dev/tiddlers/new/Using ES2016 for Writing Plugins.tid @@ -1,6 +1,5 @@ modified: 20160305222940000 created: 20160111034749658 -tags: documenting Concepts title: Using ES2016 for Writing Plugins type: text/vnd.tiddlywiki