
TiddlyVault - An index of TiddlyWiki extensions from twab - the tiddly wiki address book Reasoning Well: - skills for philosophy TiddlyWiki: Free Wiki In Your Browser MPTW - tiddlywiki powered up (2.5.3) Small Tools for Big Ideas™ Call directly into TW core utility routines, define new functions, calculate values, add dynamically-generated TiddlyWiki-formatted output into tiddler content, or perform any other programmatic actions each time the tiddler is rendered. Documentation see InlineJavascriptPluginInfo Revisions 2010.12.15 1.9.6 allow (but ignore) type="..." syntax 2005.11.08 1.0.0 initial release Code Backward-compatibility for TW2.1.x and earlier if (typeof(wikifyPlainText)=="undefined") window.wikifyPlainText=function(text,limit,tiddler) { if(limit > 0) text = text.substr(0,limit); var wikifier = new Wikifier(text,formatter,null,tiddler); return wikifier.wikifyPlain(); } GLOBAL FUNCTION: $(...) — 'shorthand' convenience syntax for document.getElementById() if (typeof($)=='undefined') { function $(id) { return document.getElementById(id.replace(/^#/,'')); } }
VisualTW - Wysiwyg, tabs, fields editor and encryption plugins On VisualTW, you will find several plugins for TiddlyWiki Wysiwyg edition EasyEdit, a lite and fully integrated solution.FCKEditor, a more powerful solution, but requires an external component (FCKeditor).Externalize, to edit tiddlers in your favorite application like html editor, text or word processor, javascript IDE, css editor, ...Externalize requires Firefox and it's All Text! extension.A demo of these different plugins is available here. Tabs, fields, encryption, ... Encrypted vault, protects a whole wiki with a single password.
43 Folders | Time, Attention, and Creative Work TiddlyWiki in Action - A showcase of TiddlyWikis used creatively around the world TiddlySnip - Firefox extension that lets you use your TiddlyWiki as a scrapbook abegoExtensions - UdoBorkowski's Extensions for TiddlyWiki Welcome to TiddlyWiki created by Jeremy Ruston, Copyright © 2007 UnaMesa Association <div id="javascriptWarning">This page requires JavaScript to function properly.</p><p>If you are using Microsoft Internet Explorer you may need to click on the yellow bar above and select 'Allow Blocked Content'. You must then click 'Yes' on the following security warning. Background: #fff Foreground: #000 PrimaryPale: #8cf PrimaryLight: #18f PrimaryMid: #04b PrimaryDark: #014 SecondaryPale: #ffc SecondaryLight: #fe8 SecondaryMid: #db4 SecondaryDark: #841 TertiaryPale: #eee TertiaryLight: #ccc TertiaryMid: #999 TertiaryDark: #666 Error: #f88 <! These InterfaceOptions for customising TiddlyWiki are saved in your browser Your username for signing your edits. Birthday TiddlyWiki (*2004) <<tiddler DailyStatusReport>> ''Syntax:'' |[//action// [//actionParameters//]]| The Action Specification in the [[ForEachTiddlerMacro]] specifies what should happen with the tiddlers. [ ...