
Important Message from Eric – Grupy dyskusyjne Google Eric has been right at the centre of TiddlyWiki since almost thebeginning, and his willingness to share his expertise is now one ofthe hallmarks of our community. I've been privileged to spend manyhappy evenings chewing the fat with him in Sunnyvale. I'll pick upsome of the other topics from this thread separately, but the mainthing is to address Eric's central crisis. I'll explain what I'vetried to do in the past, and what I plan to do now. When I joined BT I tried to address Eric's needs by persuading BT tosupport UnaMesa, which they have generously continued to do after mydeparture (albeit the amount has been reduced in recent years in linewith BT's internal cost cutting programme). The thing that might not be clear from the outside is that at the timeof the Osmosoft acquisition BT weren't really terribly interested inTiddlyWiki itself; they wanted to bring me on board to help themunderstand open source and to learn how to use it sensibly. Best wishes Jeremy
TiddlyWikiTips.com - Your TiddlyWiki Tips Resource! (TW v2.0.11) mindmaps - a TiddlySpace tiddlyvault.tiddlyspot.com Jermolene - a non-linear interpersonal web notebook TiddlyWiki Lab. TiddlyWiki Lab. <前の5日分 2011-04-09 TiddlyWiki のプラグイン SIMILE Timeline を表示するプラグインを導入する - simileTimelinePlugin (1) TiddlyWiki , plugin 時系列で情報を表示する SIMILE Widgets | Timeline を TiddlyWiki で利用できる プラグイン 「simileTimelinePlugin」をご紹介。 プラグイン 情報 導入手順 から以下の tiddler を インポート します。 SimileTimelineBundlePlugin SimileTimelineStyleBundle simileTimelinePlugin StyleSheet の tiddler に以下の記述を追加します。 [[SimileTimelineStyleBundle]] 動作確認のため、 から以下の tiddler を インポート します。 Clock Timeline ClockTimelineSpec プラグイン を有効にするため TiddlyWiki をリロード後、Clock Timeline という tiddler を表示した時、以下のように現在日時を示す Timeline が表示されれば simileTimelinePlugin の導入は成功です。 Permalink | コメント(0) | トラックバック(0) | 23:45 idトラックバック 脚注を追加するプラグイン - FootnotesPlugin TiddlyWiki のテキストにはある程度の書式が標準で用意されていますが、まとまった文章を書いているとテキストの表記や構造を拡張したくなります。 このエントリでは、テキストの表記や構造を拡張する プラグイン の中から、簡単な書式で 脚注 を記述できる プラグイン 「FootnotesPlugin」をご紹介。 使い方 使い方は簡単で、 脚注 にする 文字列 を ``` で囲むだけです。 後は、本文中には自動的に 脚注 の連番が表示され、 脚注 の 文字列 は tiddler の末尾に列挙されます。 ダウンロード 方法
tbGTD - desk PamGau::TiddlySpot - ここでもTiddlyWiki Unison File Synchronizer Unison is a file-synchronization tool for OSX, Unix, and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other. Unison shares a number of features with tools such as configuration management packages (CVS, PRCS, Subversion, BitKeeper, etc.), distributed filesystems (Coda, etc.), uni-directional mirroring utilities (rsync, etc.), and other synchronizers (Intellisync, Reconcile, etc). However, there are several points where it differs: Unison runs on both Windows and many flavors of Unix (Solaris, Linux, OS X, etc.) systems.
TiddlyHoster - Welcome 素敵なTiddlyWiki - カスタマイズノート 以下のような引用を作ることができます。\n\n例1\n<<<\n引用内容1\n引用内容2\n引用内容3\n引用内容4\n<<<\n\n書式1\n{{{\n<<<\n引用内容1\n引用内容2\n引用内容3\n引用内容4\n<<<\n}}}\n\n例2\n>level 1\n>level 1\n>>level 2\n>>level 2\n>>>level 3\n>>>level 3\n>>level 2\n>level 1\n\n書式2\n{{{\n>level 1\n>level 1\n>>level 2\n>>level 2\n>>>level 3\n>>>level 3\n>>level 2\n>level 1\n}}} /*強制的にオプションを設定*/\nonfig.options.chkAnimate = false;\nonfig.options.txtUserName = "potto";\nonfig.options.chkAutoSave = true;\nconfig.options.chkHttpReadOnly = true; !TiddlyWikiデフォルト名\n\nTiddlyWikiのシステム管理のために用意されている名前です。\nこの名前で編集をすることによって、外観や表示などを変更が可能です。 HelloThere ! ! ! ! ! HelloThere\nTiddlyWiki\nDownloadSoftware \nHowToUpgrade\nRssFeed\n\n[[ブログ| "DD MMM YYYY">>\n\nc [[osmosoft| 2005 /**************************************\n * contentWrapperの動的置換コード\n * 2005.09.14\n * <div id="contentWrapper">内の要素をSetHTML\n * のタイトルページに記述してある内容で置換する。 ! !
TiddlyWeb Documentation A recipe is an ordered list of bags and filters that generates a list of tiddlers. They are used to create collections of tiddlers with a set of data and content customized for a particular use case. If processing a recipe finds more than one instance of a tiddler with the same name, the tiddler from the most recently processed bag is the recipe list is the one used. This process is called the recipe cascade . The exact storage or serialization format of a recipe is dependent on the store or serialization being used. twanager provides a command line tool for creating recipes. /bags/system/tiddlers? That is: one line per bag/filter pair, with the optional filter represented as a URL query string. As a special case, recipe lists can act as templates. /bags/system/tiddlers /bags/{{ user }}/tiddlers (This handling can be manipulated from plugin code.