mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Add new community links
This commit is contained in:
parent
f3ed9bf7e4
commit
eb8d44e288
@ -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.
|
||||
<<<
|
||||
|
@ -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.
|
||||
<<<
|
@ -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...).
|
||||
<<<
|
@ -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...).
|
||||
<<<
|
@ -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.
|
||||
<<<
|
Loading…
Reference in New Issue
Block a user