From 7b57561160173667031b5bc15a4f7553d8514c1c Mon Sep 17 00:00:00 2001 From: buggyj Date: Thu, 20 Mar 2014 13:28:17 +0530 Subject: [PATCH] plugin development doc --- .../tiddlers/Developing plugins using Node.js and GitHub.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/Developing plugins using Node.js and GitHub.tid b/editions/tw5.com/tiddlers/Developing plugins using Node.js and GitHub.tid index cf57c59f3..f8a52ed4b 100644 --- a/editions/tw5.com/tiddlers/Developing plugins using Node.js and GitHub.tid +++ b/editions/tw5.com/tiddlers/Developing plugins using Node.js and GitHub.tid @@ -1,10 +1,10 @@ created: 20140320055936611 -modified: 20140320074048776 +modified: 20140320075440176 tags: howto title: Developing plugins using Node.js and GitHub type: text/vnd.tiddlywiki -The most practical way to develop plugins is to use Node.js with the tiddlywiki5 repository to build your plugin, and to use ~GitHub to manage you files. +The most practical way to develop plugins is to use Node.js with the tiddlywiki5 repository to build your plugins, and to use ~GitHub to manage you files. !Step by step