1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 10:43:16 +00:00
Commit Graph

108 Commits

Author SHA1 Message Date
Jeremy Ruston
c5bdf5f28e Belatedly move tw2 edition system tiddlers to the right place 2013-03-23 16:33:40 +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
e959c1a75b Use the newly refactored syncer in favour of the old tiddlyweb code 2013-03-17 18:25:56 +00:00
Jeremy Ruston
a7ab6422c9 Fixed erroneous template 2013-03-17 17:59:59 +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
71ecb022ef Update TiddlyWeb support
Lots of changes:
* Make the built-in server support recipes and bags, albeit there's
just one of each, called "default"
* Correctly parse returned Etag to get bag of freshly PUT tiddlers
* URI encoding for tiddler titles, so that tiddlers with slashes and so
on work OK
2013-03-12 19:18:56 +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
Jeremy Ruston
1f5dac6366 Docs updates 2013-03-11 14:49:06 +00:00
Jeremy Ruston
72efba325b Docs updates 2013-03-11 14:43:24 +00:00
Jeremy Ruston
bf2fb9cdad Add new clientserver edition
Runs an instance of TW5 on the server and another in the browser
2013-03-10 19:28:58 +00:00
Jeremy Ruston
83a141752c Further simplifications to syncer interface
Dropped the idea of exposing separate server connections
2013-03-09 09:54:01 +00:00
Jeremy Ruston
5075238917 Docs update 2013-03-06 22:12:01 +00:00
Jeremy Ruston
46e9e064be Docs update 2013-03-06 16:58:10 +00:00
Jeremy Ruston
4f711efa5d Get TiddlyWiki5 in the Sky for TiddlyWeb working again 2013-03-06 16:45:13 +00:00
Jeremy Ruston
164df11d00 Link to static tiddlers from the readme file 2013-03-05 14:34:30 +00:00
Jeremy Ruston
8e9b2996eb Restore qualifyHoverTitles attribute to link widget 2013-03-05 11:55:25 +00:00
Jeremy Ruston
4ab4b1b8bf Use external stylesheet in static representation 2013-03-04 19:14:47 +00:00
Jeremy Ruston
15a9e04a6a Add support for static site generation
See http://five.tiddlywiki.com/static.html for an example
2013-03-04 18:15:54 +00:00
Jeremy Ruston
f1548f8561 Formatting update 2013-03-04 18:04:26 +00:00
Jeremy Ruston
5f06d36b86 Docs update 2013-03-04 14:42:41 +00:00
Jeremy Ruston
fc79db53ab Allow templating with the link widget
And add some documentation
2013-03-04 11:13:10 +00:00
Jeremy Ruston
ce6c632274 Whitespace update 2013-03-04 11:12:21 +00:00
Jeremy Ruston
d800deaf4b Docs updates 2013-03-03 20:06:32 +00:00
Jeremy Ruston
f4da5b8fa2 Fix #63 2013-03-02 16:14:39 +00:00
Jeremy Ruston
a00205527a Docs updates 2013-03-02 16:09:03 +00:00
Jeremy Ruston
c20be0601d Fix #65 2013-03-02 16:08:36 +00:00
Jeremy Ruston
82bb5c3688 Docs updates 2013-03-02 13:14:56 +00:00
Jeremy Ruston
5e9379a2ee Updated readme for tw2 edition 2013-03-01 18:08:15 +00:00
Jeremy Ruston
25df8bae6a Quick fix to allow wikilinks to be disabled
And using it to disable wikilinks in the readmes
2013-03-01 18:04:53 +00:00
Jeremy Ruston
81bcb1548f Docs updates 2013-03-01 16:29:11 +00:00
Jeremy Ruston
f9e6a61450 Readme updates 2013-03-01 16:25:09 +00:00
Jeremy Ruston
1411b8a12a Docs update 2013-03-01 09:13:30 +00:00
Jeremy Ruston
91ad47e67a Update the close widget on the SampleWizard tiddler 2013-02-10 18:44:14 +00:00
Jeremy Ruston
91002165af Update TW2 edition
Move the plugins into the core, add a template for the externaljs
distribution of TW
2013-02-09 17:10:18 +00:00