Commit Graph
115 Commits
Author SHA1 Message Date
Jeremy Ruston 32dc09d8ac Whoops those tiddlers got saved in the wrong place 2013-05-14 20:26:27 +01:00
Jeremy Ruston c0683fd65c Added a saver for the TWEdit iPad/iPhone app 2013-05-14 20:20:48 +01:00
Jeremy Ruston e65138085f Correct spelling of Blanca theme 2013-05-14 18:38:11 +01:00
Jeremy Ruston 64f8d07dde Add first versions of Dave Gifford's themes 2013-05-14 14:24:34 +01:00
Jeremy Ruston effaf885a2 Roadmap updates 2013-05-14 14:10:00 +01:00
Jeremy Ruston 3108cb4f29 Docs update 2013-05-08 17:29:18 +01:00
Jeremy Ruston 91857cbd82 Docs updates 2013-05-08 15:27:21 +01:00
Jeremy Ruston c885dabdb7 Add a demo notification 2013-05-08 12:35:53 +01:00
Jeremy Ruston 41518a385e Docs update 2013-05-08 12:28:22 +01:00
Jeremy Ruston c3b8a01222 Docs update 2013-05-07 11:10:30 +01:00
Jeremy Ruston 18b5ae9379 Docs updates 2013-05-01 16:34:06 +01:00
Jeremy Ruston 1a8908ae71 Docs updates 2013-05-01 16:02:12 +01:00
Jeremy Ruston 5c56d645ff Add an alternate theme
No UI for switching themes yet, try these two commands in the console:

`$tw.wiki.addTiddler({title:"$:/theme",
text:"$:/themes/tiddlywiki/starlight"})`

and

`$tw.wiki.addTiddler({title:"$:/theme",
text:"$:/themes/tiddlywiki/snowwhite"})`
2013-04-30 22:58:18 +01:00
Jeremy Ruston 0d1598eaa1 Docs update
Stuff had got quite out of date. Why is it so much easier to write code
than docs?
2013-04-29 14:07:16 +01:00
Jeremy Ruston 31a378b64c Start support for themes
To start with, we move the current stylesheets into a theme plugin
called "Snow White". Wikis have to specify at least one theme in their
`tiddlywiki.info` file. Next we'll add a mechanism for switching
between loaded themes
2013-04-28 09:42:48 +01:00
Jeremy Ruston add35e9523 Docs update 2013-04-26 21:58:51 +01:00
Jeremy Ruston 661cbfd1c7 Typo correction 2013-04-25 18:01:48 +01:00
Jeremy Ruston 77556828a7 Docs updates 2013-04-25 17:55:59 +01:00
Jeremy Ruston e57095ba37 Docs updates 2013-04-22 17:58:44 +01:00
slotik 1fed9ffb95 Update TiddlyWiki5_Node_Edition.tid
A small typo.
2013-04-21 21:48:10 +03:00
Jeremy Ruston 324a57727d Docs updates 2013-04-18 11:11:55 +01:00
Jeremy Ruston 91f5579c3c Docs updates 2013-04-17 16:38:32 +01:00
Jeremy Ruston ffece485fe Docs updates 2013-04-16 11:17:38 +01:00
Jeremy Ruston 588c7cb07f Docs updates 2013-04-05 10:56:27 +01:00
Jeremy Ruston a360d1e87c Remove obsolete content 2013-04-03 13:22:33 +01:00
Jeremy Ruston 77e7118d11 Docs updates 2013-04-03 12:57:37 +01:00
Jeremy Ruston f70a496989 Docs update 2013-04-02 15:56:43 +01:00
Jeremy Ruston 84504749d9 Roadmap updates
Slowly and surely inching towards beta
2013-04-01 21:51:48 +01:00
Jeremy Ruston 9062d3ae12 Docs update 2013-04-01 20:25:49 +01:00
Jeremy Ruston c287d9d6d0 First pass at a widget for importing tiddlers 2013-04-01 19:06:39 +01:00
Jeremy Ruston 6eb48e7058 Docs update 2013-03-24 12:27:46 +00:00
Jeremy Ruston 60bcac289a Docs update 2013-03-23 16:11:04 +00:00
Jeremy Ruston ed3a0ba6a3 Stop using 'wiki' directory within wiki directories 2013-03-22 21:30:37 +00:00
Jeremy Ruston b25d47a7fe More API examples 2013-03-22 11:05:36 +00:00
Jeremy Ruston 43c9ca1fe8 TalkyTalky updates
For better printing
2013-03-21 18:12:11 +00:00
Jeremy Ruston 806d86667e TalkyTalky Updates 2013-03-20 17:20:57 +00:00
Jeremy Ruston a7ad73dfa3 TalkyTalky updates 2013-03-20 15:09:27 +00:00
Jeremy Ruston ece0ef624b TalkyTalky updates 2013-03-20 14:41:43 +00:00
Jeremy Ruston 2e427cc919 Notes for talking about TiddlyWiki5 2013-03-20 12:14:32 +00:00
Jeremy Ruston 91de9033f9 Remove more pesky instances of "reusable" 2013-03-19 22:45:12 +00:00
Jeremy Ruston 952f1b3900 Add tiddler info dropdown
Including backlinks
2013-03-19 16:45:07 +00:00
Jeremy Ruston 2081d31348 Drop the word 'reusable' from the tagline
It's not needed.
2013-03-18 22:17:23 +00:00
Jeremy Ruston cc627eba5b Docs updates 2013-03-18 12:24:57 +00:00
Jeremy Ruston 043f626850 Docs update 2013-03-18 10:36:25 +00:00
Jeremy Ruston d14c61ef45 Switch "userName" to "username"
Because the former is naff
2013-03-17 19:37:31 +00:00
Jeremy Ruston dbde2bf23b Started refactoring TiddlyWeb syncer into generic syncer + TiddlyWeb adaptor
The refactored plugin is `tiddlyweb2` for the moment. The idea is to be
able to use the same syncer with a different adaptor for syncing
changes to the local file system.
2013-03-17 15:28:49 +00:00
Jeremy Ruston 623a3ec8f8 Rename "shadow" tiddlers to "system" tiddlers
What we have at the moment isn't really the same as TiddlyWiki
classic's shadow tiddlers, it's a much simpler system for excluding
tiddlers. We'll use the term "shadow" instead to refer to the way that
tiddlers in plugins behave, which is exactly like TiddlyWiki classic's
shadow tiddlers.
2013-03-15 22:00:19 +00:00
Jeremy Ruston 5bd0c0992f Docs updates 2013-03-12 19:01:14 +00:00
Jeremy Ruston b0526ad306 Brief macro docs 2013-03-12 19:00:42 +00:00
Jeremy Ruston 193d073906 Docs updates 2013-03-11 17:54:04 +00:00