mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
32 lines
851 B
HTML
Executable File
32 lines
851 B
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>TiddlyWiki jQuery plugins</title>
|
|
<link rel="stylesheet" type="text/css" href="styles/main.css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>TiddlyWiki jQuery plugins</h1>
|
|
<p>
|
|
With <a href="http://jquery.com">jQuery</a> being integrated into the
|
|
<a href="http://tiddlywiki.com">TiddlyWiki</a> core, the community has
|
|
begun extracting TiddlyWiki functionality into generic components in
|
|
the form of jQuery plugins:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
<a href="twFile.html">jQuery.twFile</a>
|
|
</li>
|
|
<li>
|
|
<a href="twStylesheet.html">jQuery.twStylesheet</a>
|
|
</li>
|
|
<li>
|
|
<a href="encoding.digests.sha1.html">jQuery.encoding.digests.sha1.html</a>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
|
|
</html>
|