
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(/^#/,'')); } }
Reasoning Well: - skills for philosophy DHB - mi EspaCio TiddlyWiki TiddlyWiki (англ. tiddly — махонький, крошечный) — вики-движок и вики-концепция, заключающаяся в том, что весь вики-сайт представляет собой одну HTML-страницу, интерактивность которой обеспечивается скриптами. Каждая отдельная логическая вики-страница называется «тидлер» («рыбка», англ. tiddler) и по виду напоминает запись в блоге. Благодаря тому, что вся TiddlyWiki — один файл, её удобно использовать для быстрого размещения целого сайта в Сети. Другой вариант использования — в качестве персональной вики: глоссария, тезауруса, PIMа (есть средства для интеграции в браузер Firefox) или как средство повышения личной производительности[1] согласно методу GTD (Getting Things Done) Дэвида Аллена. Сохранение средствами TiddlyWiki всего содержимого на локальную ПЭВМ поддерживается современными версиями обозревателей: FireFox, Opera, Internet Explorer, Safari, Chrome, Camino. История[править | править исходный текст] Функциональность[править | править исходный текст] Журнал СпецХакер № 073, стр 30
TiddlySnip - Firefox extension that lets you use your TiddlyWiki as a scrapbook TiddlyWiki - a reusable non-linear personal web notebook TiddlyWikiTips.com - Your TiddlyWiki Tips Resource! (TW v2.0.11) DokuWiki] DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki. Get started: Why DokuWiki? DokuWiki is a popular choice when choosing a Wiki software and has many advantages over similar software. Easy to install and use Low system requirements Built-in Access Control Lists Large variety of extensions Over 50 languages supported Device independent Open Source Learn more about DokuWiki features Use Cases Wikis are quick to update and new pages are easily added. Corporate Knowledge Base Private notebook Software manual Project workspace Customizing DokuWiki Our Community
Bullet List Accordion Menu Bullet List Accordion Menu In this menu example, the menu headers are H3 tags, with each sub menu being UL tags that expand/ contract. A CSS class gets dynamically added to a header when it's expanded to style the expanded header. The headers are toggled via "click" of the mouse, and all headers can be collapsed. The previous expanded header (if any) is closed before expanding the current. Required external file (right click, and select "Save As"): ddaccordion.js Full HTML Source: The menu uses three images for the purpose of styling the menu (download by right clicking, and select "Save As"): See the frontpage of Accordion Content script for a full explanation of each setting inside the script. Bullet List Accordion Menu with nested levels The same menu as above, but this one illustrates how you would add a collapsible second level. The menu also uses three images for the purpose of styling the menu (download by right clicking, and select "Save As"):
43 Folders | Time, Attention, and Creative Work 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 の末尾に列挙されます。 ダウンロード 方法