1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00
Commit Graph

1795 Commits

Author SHA1 Message Date
Jeremy Ruston
c411ee5106 Better error handling in boot.js 2013-03-28 14:06:50 +00:00
Jeremy Ruston
9c066617a1 Add a default tab for the tiddler dropdown
Unfortunately, we're not yet highlighting the tab itself
2013-03-27 13:48:55 +00:00
Jeremy Ruston
54d858a371 Improved default logic for the reveal widget 2013-03-27 13:48:39 +00:00
Jeremy Ruston
e88db07085 Fixed problem with ignored default in wiki.getTiddlerText() 2013-03-27 13:48:17 +00:00
Jeremy Ruston
554dffd83f Add tag and missing dropdowns to the sidebar 2013-03-26 09:47:22 +00:00
Jeremy Ruston
b6345a9223 Remove logging from the server command
We really need to update the logging infrastructure
2013-03-25 20:19:36 +00:00
Jeremy Ruston
e449c0bb7d Added support for deleting tiddlers during file synchronisation 2013-03-25 20:16:12 +00:00
Jeremy Ruston
1b4f292351 Grammar 2013-03-25 20:04:52 +00:00
Jeremy Ruston
26bcd5ef9d Docs update 2013-03-25 19:56:30 +00:00
Jeremy Ruston
829ab59a7d Add error message for recursively including a wiki 2013-03-25 19:56:22 +00:00
Jeremy Ruston
631dd1cc5f Added ability to disable file saving for specific tiddlers 2013-03-25 19:50:33 +00:00
Jeremy Ruston
546d7bfafc Clean up content for clientserver edition 2013-03-25 19:03:45 +00:00
Jeremy Ruston
5bfcbb99ba Add support for wiki directories to recursively include other wiki directories 2013-03-25 18:55:41 +00:00
Jeremy Ruston
d73cdfef77 Don't save "bag" fields
They're just an artefact of syncing
2013-03-25 12:22:15 +00:00
Jeremy Ruston
d75db05ea6 Cleaning up the previous commit 2013-03-25 12:12:53 +00:00
Jeremy Ruston
10b192e743 Add support for saving binary files 2013-03-25 12:11:34 +00:00
Jeremy Ruston
19b62c30d8 Parameterise the template for saving tiddlers 2013-03-25 11:09:34 +00:00
Jeremy Ruston
692b8b4b15 Use a system tiddler for the tiddler dropdown info state 2013-03-25 11:08:42 +00:00
Jeremy Ruston
77a6b72245 Enable server side file synchronisation in the clientserver edition
Use with great caution for the moment
2013-03-25 10:43:46 +00:00
Jeremy Ruston
b97681758c Set up $tw.boot.wikiTidlersPath
A surprising amount of refactoring to do this
2013-03-25 10:43:18 +00:00
Jeremy Ruston
f427339a78 Add renderContext parameter to wiki.renderTiddler 2013-03-25 10:42:14 +00:00
Jeremy Ruston
bdd47feff9 A test image for the clientserver edition 2013-03-25 10:41:21 +00:00
Jeremy Ruston
70def07d63 Clearer logging preparatory to implementing file synchronisation 2013-03-24 12:53:09 +00:00
Jeremy Ruston
7df3d48451 Add a file system sync adaptor for the server
It's going to save tiddler changes to the file system
2013-03-24 12:27:46 +00:00
Jeremy Ruston
6eb48e7058 Docs update 2013-03-24 12:27:46 +00:00
Jeremy Ruston
2870a09dc1 Make some of the sync adaptor methods be optional 2013-03-24 12:27:46 +00:00
Jeremy Ruston
9fb8ef25ed Ensure we don't register file information for externally loaded tiddlers
Also make sure some globals like setInterval are available on the server
2013-03-24 12:27:45 +00:00
Jeremy Ruston
638ed6429c Show affected filepaths on the server
Preparatory to doing file sync on the server
2013-03-23 22:43:39 +00:00
Jeremy Ruston
b574436dff Don't track file information for externally loaded tiddlers 2013-03-23 22:43:05 +00:00
Jeremy Ruston
e8746c1575 On the server, start registering information about each writable tiddler file 2013-03-23 22:11:23 +00:00
Jeremy Ruston
d7b000fd6b Start using term shadow tiddlers for tiddlers from plugins 2013-03-23 21:41:28 +00:00
Jeremy Ruston
2479e38155 Refactor loadTiddlersFromPath to return path information for each tiddler 2013-03-23 21:37:48 +00:00
Jeremy Ruston
25e56c2ade Stop using the term "bundle" to describe plugins 2013-03-23 16:34:12 +00:00
Jeremy Ruston
c5bdf5f28e Belatedly move tw2 edition system tiddlers to the right place 2013-03-23 16:33:40 +00:00
Jeremy Ruston
d8b76f656e Rearranging boot.js 2013-03-23 16:15:45 +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
a788593687 Further refactorings of boot.js 2013-03-22 21:12:39 +00:00
Jeremy Ruston
ed07798c29 More tidying up of boot.js 2013-03-22 20:02:19 +00:00
Jeremy Ruston
e336e0661c Further rearrangements of boot.js
Getting better..
2013-03-22 19:44:12 +00:00
Jeremy Ruston
2c5f2bb67a Reorganising the order of ceremonies in boot.js
With a view to making it all a bit more readable
2013-03-22 19:27:09 +00:00
Jeremy Ruston
b25d47a7fe More API examples 2013-03-22 11:05:36 +00:00
Jeremy Ruston
1beb3a78f1 Fixes to the position of the tiddler info popup 2013-03-22 10:50:46 +00:00
Jeremy Ruston
ff076c33e6 Improvements to appearances in edit mode 2013-03-22 10:17:31 +00:00
Jeremy Ruston
4848a21c6b Add GettingStarted tiddler for empty TiddlyWikis 2013-03-21 22:21:34 +00:00
Jeremy Ruston
6f88a57a41 Add wiki.countTiddlers() method 2013-03-21 22:21:00 +00:00
Jeremy Ruston
7e46565182 Update help URL for system dialogues 2013-03-21 22:20:37 +00:00
Jeremy Ruston
3eeac8efca Simplify $tw.utils.log
And in the process make it run on node.js
2013-03-21 18:12:57 +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