diff --git a/editions/tw5.com/tiddlers/community/articles/_Setting_Up_a_Personal_TiddlyWiki_Server_on_OS_X__by_Kris_Johnson.tid b/editions/tw5.com/tiddlers/community/articles/_Setting_Up_a_Personal_TiddlyWiki_Server_on_OS_X__by_Kris_Johnson.tid new file mode 100644 index 000000000..7ef28a14d --- /dev/null +++ b/editions/tw5.com/tiddlers/community/articles/_Setting_Up_a_Personal_TiddlyWiki_Server_on_OS_X__by_Kris_Johnson.tid @@ -0,0 +1,22 @@ +created: 20150403104015626 +modified: 20150403104206017 +tags: Articles +title: "Setting Up a Personal TiddlyWiki Server on OS X" by Kris Johnson +type: text/vnd.tiddlywiki +url: http://undefinedvalue.com/2015/04/02/setting-personal-tiddlywiki-server-os-x + +Detailed description of setting up [[TiddlyWiki on Node.js]] on OS X. + +{{!!url}} + +<<< +For a new job, I decided to set up a personal wiki to keep notes. I wanted to keep it simple, meeting these requirements: + +* All the data is in a Dropbox folder (so it can be automatically synced between machines) +* It must support Markdown syntax + +After looking at the options, I settled on TiddlyWiki. I've used "classic TiddlyWiki" before, and liked its simplicity, but I was always a little annoyed with the weird steps you have to go through to save changes. The new version of TiddlyWiki includes support for running it as a real HTTP server, so you can use it just like an online wiki. + +But it took me a couple of hours to figure out how to set that up. The TiddlyWiki documentation is not clear ("not clear" is a euphemistic way of saying "terrible"). So, I've written up these instructions in the hope it will spare somebody else all the frustration I had. +<<< + diff --git a/editions/tw5.com/tiddlers/community/examples/PESpot_Lesson_Planner_by_Patrick_Detzner.tid b/editions/tw5.com/tiddlers/community/examples/PESpot_Lesson_Planner_by_Patrick_Detzner.tid new file mode 100644 index 000000000..3c7103ecf --- /dev/null +++ b/editions/tw5.com/tiddlers/community/examples/PESpot_Lesson_Planner_by_Patrick_Detzner.tid @@ -0,0 +1,14 @@ +created: 20150403104722092 +modified: 20150403105247619 +tags: Examples +title: PESpot Lesson Planner by Patrick Detzner +type: text/vnd.tiddlywiki +url: http://pespot.tiddlyspot.com + +A system for lesson planning built with TiddlyWiki. + +{{!!url}} + +<<< +I built a program to help enter and store lesson plan information and then facilitate/automate some of the tedious work involved in creating the actual lesson plan document. +<<< diff --git a/editions/tw5.com/tiddlers/community/resources/Ace_Editor_Plugin_by_Joerg_Plewe.tid b/editions/tw5.com/tiddlers/community/resources/Ace_Editor_Plugin_by_Joerg_Plewe.tid new file mode 100644 index 000000000..517bcf670 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/resources/Ace_Editor_Plugin_by_Joerg_Plewe.tid @@ -0,0 +1,14 @@ +created: 20150403110817298 +modified: 20150403111020017 +tags: Resources +title: Ace Editor Plugin by Joerg Plewe +type: text/vnd.tiddlywiki +url: http://innoq.tiddlyspot.com + +A plugin to integrate the [[Ace editor|https://github.com/ajaxorg/ace]] into TiddlyWiki. + +{{!!url}} + +<<< +Being quite new to TW5 development I tried my best to draft a SyncAdaptor to store tiddlers in IndexedDb. This is quite useful if an application / plugin installation is not possible (we have quite some restrictions at work...). +<<< diff --git a/editions/tw5.com/tiddlers/community/resources/IndexedDB_Plugin_by_Andreas_Abeck.tid b/editions/tw5.com/tiddlers/community/resources/IndexedDB_Plugin_by_Andreas_Abeck.tid new file mode 100644 index 000000000..1a932330f --- /dev/null +++ b/editions/tw5.com/tiddlers/community/resources/IndexedDB_Plugin_by_Andreas_Abeck.tid @@ -0,0 +1,14 @@ +created: 20150403110356105 +modified: 20150403110758877 +tags: Resources +title: IndexedDB Plugin by Andreas Abeck +type: text/vnd.tiddlywiki +url: http://tw5-dev.cibm.de + +A plugin that allows changes to be synchronised with the IndexedDB database that is built-in to most browsers. + +{{!!url}} + +<<< +Being quite new to TW5 development I tried my best to draft a SyncAdaptor to store tiddlers in IndexedDb. This is quite useful if an application / plugin installation is not possible (we have quite some restrictions at work...). +<<< diff --git a/editions/tw5.com/tiddlers/community/resources/rboue's_plugins_for_TiddlyWiki.tid b/editions/tw5.com/tiddlers/community/resources/rboue's_plugins_for_TiddlyWiki.tid new file mode 100644 index 000000000..52f4d614c --- /dev/null +++ b/editions/tw5.com/tiddlers/community/resources/rboue's_plugins_for_TiddlyWiki.tid @@ -0,0 +1,16 @@ +created: 20150403104230499 +modified: 20150403104650559 +tags: Resources +title: rboue's plugins for TiddlyWiki +type: text/vnd.tiddlywiki +url: http://rboue.tiddlyspot.com + +Featuring plugins that integrate [[SocialCalc|https://dmzwik01.collaborate.ag/help-en/SocialCalc]] and [[Three.js|http://threejs.org/]] into TiddlyWiki. + +{{!!url}} + +<<< +I developed some plugins related to engineering tasks. + +After using them for personal projects I'm glad to share with TiddlyWiki community. +<<<