Commit Graph

4676 Commits

Author SHA1 Message Date
Jermolene 7d12d89a0a Added primitive support for basic authentication
Note that the password will be passed over HTTP in plain text.
2013-11-28 14:03:08 +00:00
Jermolene 1e14ba48f9 Docs updates 2013-11-28 10:36:48 +00:00
Jermolene b77aa3908f Better styles for the message box 2013-11-28 07:41:28 +00:00
Jermolene 0956ae10a0 Add support for downloading files
We were re-using the `tw-save-wiki` message both for saving the current
wiki and downloading a new wiki. Now we’ll use the separate
`tw-download-file` message for downloading.

Fixes #236
2013-11-27 20:51:08 +00:00
Jermolene 7175f1cbf1 Split a basic Vanilla theme out of Snow White
And add a new Night-Time theme for the /dev wiki.

The idea is that the Vanilla theme will make a more convenient base for
retheming.
2013-11-27 12:38:03 +00:00
Jermolene f534d98e8b Move developer docs into their own separate wiki
Will be served at http://five.tiddlywiki.com/dev/
2013-11-27 10:27:57 +00:00
Jermolene 3a9dc1a36d Add a link to BramChen's translation of TW5 2013-11-27 10:22:11 +00:00
Jermolene 5ce112d431 Docs updates 2013-11-26 22:47:27 +00:00
Jermolene 42fce1929c Improve save notifications for TiddlySpot 2013-11-26 12:50:40 +00:00
Jermolene d96f85ac83 Add a link to the backup URL to the TiddlySpot control panel tab 2013-11-26 12:30:11 +00:00
Jermolene e3c770ca4a Docs updates 2013-11-26 10:48:23 +00:00
Jermolene d7454b100a Big green download buttons 2013-11-26 08:42:03 +00:00
Jermolene ee9cf60aa2 Add screenshot of tiddlywiki classic 2013-11-26 08:30:04 +00:00
Jermolene 3a446dc240 Build an experimental empty.html from the tw5.com edition 2013-11-25 23:15:24 +00:00
Jermolene 8cf2b06e53 Move Google Analytics integration into a proper plugin 2013-11-25 23:14:12 +00:00
Jermolene b805633dc9 Reorganise the main file saving templates
We’re introducing a mechanism that allows us to decide which tiddlers
get saved. Using `$:/core/save/all` gives all tiddlers, as before.
Using `$:/core/save/empty` gives an empty wiki. Saving an empty wiki
from tw5.com isn’t the same as the empty wiki cooked from
editions/empty because the two editions have different plugins and
other system tiddlers.
2013-11-25 21:16:27 +00:00
Jermolene 802fe9beae Add [is[tiddler]] filter operator
For selecting all non-shadow tiddlers, whether or not they are system
tiddlers
2013-11-24 20:38:58 +00:00
Jermolene b1c6f2d1c3 Docs updates 2013-11-22 20:02:54 +00:00
Jermolene f380d4b27d Change macro attributes to not wikify their content
One consequence of wikifying macro attributes before use was that we
couldn’t have tiddler titles with wikitext syntax in, which was
definitely a problem.
2013-11-22 20:02:44 +00:00
Jermolene f19da7af8c Add StephanHradek's new tw5magick site 2013-11-21 17:32:44 +00:00
Jermolene 0013f3a31c Sort out the docs for the tabs macro 2013-11-21 17:32:24 +00:00
Adrian Sampaleanu 03a81bd8b1 Style changes in user visible text node -> Node
Went through all user visible text and changed lowercase node to Node as per Node.js site.
2013-11-20 17:35:36 -05:00
Adrian Sampaleanu 97feef8909 Added Windows specific build scripts.
Added equivalent scripts for all .sh files and modified appropriate tiddlers to generate updated readme.md for the GitHub site.
2013-11-19 19:57:05 -05:00
Jermolene db4f38c75b Docs update 2013-11-19 20:19:18 +00:00
Jermolene 99852c3cab Added a "Download" tiddler 2013-11-19 19:59:02 +00:00
Jermolene b6cb879ad1 Use the github ribbon on tw5.com to advertise the version number 2013-11-19 19:44:53 +00:00
Jermolene 59bb3c66d6 Add a github ribbon to tw5.com 2013-11-19 14:23:42 +00:00
Jermolene b8875e126f Refactor page template to be tag driven 2013-11-19 14:12:31 +00:00
Jermolene 26ed978cf9 Docs update 2013-11-19 14:12:21 +00:00
Jermolene bd511cb9f3 Docs updates 2013-11-19 13:22:35 +00:00
Jermolene 16444e023a Refactor control panel to add "Saving" tab
Currently just hardwired to the options for TiddlySpot, but will in due
course be driven by the loaded saver modules.
2013-11-19 13:21:45 +00:00
Jermolene 8d3613e8b4 Docs updates 2013-11-19 12:21:08 +00:00
Jermolene a2fcc59648 Docs update 2013-11-19 12:17:22 +00:00
Jermolene 905d3e6e1e Docs update 2013-11-18 09:01:06 +00:00
Jermolene 9257c8205f More information about Jermolene 2013-11-18 08:58:23 +00:00
Jermolene b117f74666 Make the toolbars be tag driven 2013-11-17 21:53:39 +00:00
Jermolene 3b35d7dfe4 Fixed problem with greedy regexp for macrocalls
It was preventing this from working:

```
<<macro>><<bacrp>><<sdf>><<qweqwe>>
```
2013-11-17 21:53:12 +00:00
Jermolene 0d2ed8f112 More release docs 2013-11-16 17:51:20 +00:00
Jermolene 99a6b1bcc0 More TiddlyWeb docs 2013-11-15 23:02:30 +00:00
Jermolene 92b1932fcf Update docs for TiddlyWeb 2013-11-15 22:08:23 +00:00
Jermolene 939ad11eae Rename the 'setvariable' widget to 'set'
Sleeker.
2013-11-15 18:31:39 +00:00
Jermolene 874bd7b2b8 Tweaks tests
This was the only place we were using the `variables` option to the
widget constructor.
2013-11-13 21:26:13 +00:00
Jermolene a8129874fb Docs update 2013-11-13 20:21:28 +00:00
Jermolene 1b9614eb9d Docs update 2013-11-12 20:54:28 +00:00
Jermolene 9748709759 Fix up prematutely committed static link tab for tw5.com 2013-11-12 20:29:53 +00:00
Jermolene e68ab95ecb For tw5.com add a link in the info panel to the static tiddler representation 2013-11-12 19:52:57 +00:00
Jermolene 439dfcb172 Added a link to Bob Robison's TW5 theme 2013-11-12 15:34:14 +00:00
Jermolene c501e70512 Add new blog post link to docs 2013-11-11 12:42:49 +00:00
Jermolene 04e2f18ff1 Remove tooltip, classes and styles from transclusion syntax
Now that transclusion doesn't generate any intrinsic elements we don't
have an element to attach the tooltip, classes and styles to.
2013-11-10 22:46:37 +00:00
Jermolene a668f09522 More refinements to the control panel
Including adding a TiddlyWeb-specific control panel tab
2013-11-10 21:53:39 +00:00
Jermolene 2598e22422 Spruce up the control panel
Structure things with extensible tabs.
2013-11-10 21:40:03 +00:00
Jermolene dc6a9c6348 Release note for alpha.14 2013-11-10 19:24:34 +00:00
Jermolene 0c8ba71edd Use the built-in tabs macro for the tiddler info panel and the sidebar tabs
Now you can insert your own tabs, too - see the release note
2013-11-09 19:21:37 +00:00
Jermolene a7bb331412 Extend view widget so that it falls back to its content if the field/property is empty or missing 2013-11-09 17:30:06 +00:00
Jermolene 14db418519 Docs updates 2013-11-09 15:55:59 +00:00
Jermolene d5e1a9d7d0 Docs updates 2013-11-09 14:48:17 +00:00
Jermolene 4ee67986a5 Docs update 2013-11-09 12:52:09 +00:00
Jermolene d41feb63e3 Rejiggle the release documentation 2013-11-09 11:55:14 +00:00
Jermolene 2d0ff5f8a2 Docs updates 2013-11-09 10:52:52 +00:00
Jermolene 16230549b7 Add release note for alpha12 2013-11-08 21:40:20 +00:00
Jermolene 03c6263e58 Tag the releasenote 2013-11-08 21:34:57 +00:00
Jermolene f75cddfe53 Stop having a separate defaultTiddlers for the client server edition 2013-11-08 21:34:27 +00:00
Jermolene ee63db8811 Docs update 2013-11-08 21:03:38 +00:00
Jeremy Ruston 620eebd754 Docs update 2013-11-08 20:46:39 +00:00
Jeremy Ruston 54f9e7e2f7 Version format update 2013-11-08 18:06:38 +00:00
Jeremy Ruston ce3fcaa142 Add docs for 5.0.0alpha11 2013-11-08 17:56:35 +00:00
Jeremy Ruston 6aa9c6ebb6 Docs updates 2013-11-08 16:58:03 +00:00
Jeremy Ruston 25ca6be8d9 Rearrange misplaced docs 2013-11-08 16:56:38 +00:00
Jeremy Ruston 1f75866f07 Fixed typo 2013-11-08 14:17:52 +00:00
Jeremy Ruston cc0011abd3 Get rid of the "new_" prefix we had on some methods
There's still the "old_" prefix to get rid of too.
2013-11-08 08:51:14 +00:00
Jeremy Ruston b7cb1d3391 Change `new_widget` to `widget`
I was avoiding doing this until after the merge.
2013-11-08 08:47:00 +00:00
Jeremy Ruston 35adf4269a Merge backlog of changes from master branch
This is too easy. I'm worried.
2013-11-08 08:33:27 +00:00
Jeremy Ruston 786f17d3b4 Docs update for list widget 2013-11-05 08:52:46 +00:00
Jeremy Ruston 63243c5855 Introduce a PageMacros tiddler containing a tabs macro
This is a hacky way of having macro definitions that behave as if they
are global to the wiki.

The new tabs macro itself is cool, though: neatly encapsulates most of
the gubbins around a tab control, and the rendering is quite easy to
style.
2013-11-04 18:21:20 +00:00
Jeremy Ruston adf16eeaf3 Update macrocall widget to allow type of input and output to be specified
Means that you can invoke macros without parsing them as wikitext.
2013-11-04 10:00:02 +00:00
Jeremy Ruston ed6fd475ab Add 'default' attribute to button widget
This allows us to do things like tab controls properly.
2013-11-04 09:59:26 +00:00
Jeremy Ruston fd70aa8c45 Get rid of the qualifyTiddlerTitles hack
Now, finally, we can implement qualifyTiddlerTitles as a macro.
2013-11-02 15:42:24 +00:00
Jeremy Ruston 0b1f0a5fab Refactor the list widget to get rid of some hacks
As promised.
2013-11-02 10:12:55 +00:00
Jeremy Ruston 73ca33d82d Docs update 2013-11-02 09:20:41 +00:00
Jeremy Ruston 36fa41e19a First pass at integrating a Markdown parser
Internal links don't work yet.

@natecain - have I included the node module in the right way?
2013-11-01 16:06:08 +00:00
Jeremy Ruston 2bc06fd255 Removed feral console.log 2013-11-01 16:03:37 +00:00
Jeremy Ruston 80e4ab9676 Docs fixes
Thanks @pmario
2013-11-01 15:00:43 +00:00
Jeremy Ruston 1d0eed6957 Docs updates 2013-11-01 15:00:17 +00:00
Jeremy Ruston 363e90fca8 Remove version widget in favour of widget macro 2013-11-01 13:22:06 +00:00
Jeremy Ruston 1b991f2a74 Docs updates 2013-11-01 11:18:37 +00:00
Jeremy Ruston fbc1f5e5f6 Lots and lots and lots of docs updates
Now we've got up-to-date skeleton documentation for all the widgets
2013-10-31 22:03:40 +00:00
Jeremy Ruston 88dd798f2b Test for transcluding tiddler title containing spaces 2013-10-31 12:37:47 +00:00
Jeremy Ruston deae9e1f7e Update some widget docs 2013-10-30 14:30:22 +00:00
Jeremy Ruston d04962f6e9 Update clientserver edition to include the codemirror plugin
We don't want to include it in the standalone edition because the
plugin is currently 243KB.
2013-10-30 14:30:11 +00:00
Jeremy Ruston 9e3618bdcf Rename the 'title' attributes of various widgets to 'tiddler'
The change is to avoid confusion with the HTML 'title' attribute. The
name 'tiddler' better emphasises the purpose of the attribute, too.
2013-10-30 13:36:44 +00:00
Jeremy Ruston 55a70b3fac Docs clarification 2013-10-29 14:52:23 +00:00
Jeremy Ruston b4da65d1c9 Update fakedom to no longer add a newline after opening tags
The newline was being rendered within `<code>` elements.
2013-10-29 14:52:12 +00:00
Jeremy Ruston bf48e6f8a1 Rename `tiddlerTitle` variable to `currentTiddler` 2013-10-28 23:40:45 +00:00
Jeremy Ruston 3cab550ebb Link to docs 2013-10-28 15:05:39 +00:00
Jeremy Ruston c5ed5f161f Some documentation about SVG 2013-10-28 15:05:30 +00:00
Jeremy Ruston 20f03de712 The big purge of the old widget mechanism
Getting rid of the old widget mechanism files finally gives us a payoff
for all the refactoring. Still a bit of tidying up to do, and we need
to re-introduce the animation mechanisms.
2013-10-27 22:55:36 +00:00
Jeremy Ruston eb5a8253ba Make the full screen plugin work again 2013-10-25 12:53:58 +01:00
Jeremy Ruston 7715958485 Cleaning up the TW2 edition 2013-10-25 12:46:46 +01:00
Jeremy Ruston 3d6165753b Save a copy of the old tw2 build for comparison purposes 2013-10-25 12:32:03 +01:00
Jeremy Ruston f9451b9d99 Update Features tiddler to point to CodeMirror demo 2013-10-25 09:50:45 +01:00
Jeremy Ruston 7dfea81cfa Add a demo edition for CodeMirror 2013-10-25 09:50:30 +01:00
Jeremy Ruston d3df2c5860 Docs updates 2013-10-23 23:12:19 +01:00
Jeremy Ruston 4e713baeee Add checkbox widget and fix up task management example 2013-10-23 19:38:36 +01:00
Jeremy Ruston e2b8249a1b Fix problem with findNextSibling() 2013-10-21 22:27:12 +01:00
Jeremy Ruston 3f151ba70e Add support for macro modules
Now JavaScript macros can be defined in "macro" modules
2013-10-17 16:57:07 +01:00
Jeremy Ruston 93c2ce6521 Fix up edit widgets 2013-10-16 16:30:24 +01:00
Jeremy Ruston b0503cf709 Fixes to make SVG and MathML elements work properly 2013-10-13 20:14:31 +01:00
natecain 951019eacc Make require() compliant with CommonJS Modules/1.1 2013-10-12 13:44:09 -04:00
Jeremy Ruston ed35d91be6 Initial Commit
Carried over from the abortive pull request #169
2013-10-12 17:05:13 +01:00
Jeremy Ruston 5ef4123b3d Revert "Merge pull request #160 from natecain/commonjs"
This reverts commit 661621c3f7, reversing
changes made to d3d72eff1b.
2013-10-12 16:29:20 +01:00
Jeremy Ruston 661621c3f7 Merge pull request #160 from natecain/commonjs
CommonJS Modules/1.1 Conformance
2013-10-12 07:42:26 -07:00
Jeremy Ruston 27f724d0ed Docs updates 2013-10-09 22:57:20 +01:00
Jeremy Ruston 1c2696614e Add a read only theme that hides editing controls 2013-10-09 22:10:02 +01:00
Jeremy Ruston d7347c8674 Docs updates 2013-10-03 14:26:26 +01:00
David Johnston 154d5f316b Added test for !limit (not limit)
Added test for !limit (not limit) to ensure bug change works
2013-10-01 11:27:26 +01:00
Jeremy Ruston 3ecd3c8e71 Revise contributors documentation 2013-09-27 16:15:55 +01:00
Jeremy Ruston cd12a60fcd Roadmap update 2013-09-23 22:08:49 +01:00
Jeremy Ruston 6642a6f087 Merge pull request #165 from Brennall/nextprev
Next and Previous filters plus tests and documentation
2013-09-22 13:37:48 -07:00
David Johnston 904a079432 Variable name corrected. 2013-09-22 21:17:46 +01:00
David Johnston afa5156db9 Added Next and Previous to filters concept tiddler. 2013-09-22 10:09:22 +01:00
David Johnston 8127662f77 Tests added for the Next and Previous Filters. 2013-09-22 10:02:40 +01:00
Jeremy Ruston a5600c2a00 Typo 2013-09-22 09:58:16 +01:00
Jeremy Ruston 8abd2fb89b Put links in a list for readability 2013-09-22 09:54:52 +01:00
Jeremy Ruston 55f90a57b8 A bit more explanation of why CLAs are required 2013-09-22 09:51:16 +01:00
Jeremy Ruston 7070313cd2 Minor rewording of contributing tiddler 2013-09-21 18:04:22 +01:00
Jeremy Ruston 1183682a4b Merge pull request #161 from pmario/activate-clas
First pass at a Contributors License Agreement (thanks to @pmario)
2013-09-21 09:32:18 -07:00
Mario Pietsch 343dc2963b added Unamesa Association as (We or Us). Got OK from Jermolene to use CC-BY for media content. 2013-09-21 16:42:31 +02:00
Jeremy Ruston f0d459c5c5 Fix expected test results for eachday filter operator
The tiddler "a fourth tiddler" doesn't have a modified date, and so
shouldn't appear
2013-09-21 10:07:49 +01:00
Mario Pietsch f2e9eafdba reversed contributing.md, since it will be created automatically. Use the Contributing.tid instead. Minor tweaks to CLA's 2013-09-19 16:49:00 +02:00
Jeremy Ruston ff98173d40 Roadmap clarification 2013-09-18 19:10:42 +01:00
natecain c9d2364e0c Fix up descriptions for tests 2013-09-17 22:24:17 -04:00
natecain 881325b7ed Make require() compliant with CommonJS 1.0
This includes potentially breaking changes.
  Specifically, before this patch tiddlywiki would default to relative module identifiers
  Now, tiddlywiki will only search relative paths if explicitly specified
  Additionally, some "defaulted export contexts" were removed
    (some modules may make assumptions about context)
Some unit tests were modified slightly from their originals
  Tiddlywiki doesn't have a notion of a "main" program's path
  Some require calls were explicitly made relative
  None of these changes should affect the requirement under test in each case
2013-09-17 21:10:24 -04:00
Jeremy Ruston 642520862e Docs update 2013-09-14 19:21:59 +01:00
Jeremy Ruston 4fb6836481 Add an untagged filter operator and sidebar tab 2013-09-14 16:28:46 +01:00
Jeremy Ruston 99fd7a6849 Better styles and documentation for tables
See
https://groups.google.com/d/topic/tiddlywikidev/5UkATv0HjR0/discussion
2013-09-14 15:06:16 +01:00
Jeremy Ruston fcfd15d01f Docs update 2013-09-14 13:48:33 +01:00
Jeremy Ruston 08b21b5076 Add tiddlers for Press and Examples 2013-09-10 15:29:48 +01:00
Jeremy Ruston f53bc6af0c Fix up the sample wizards
They stopped working because the "Demos" tiddler went away
2013-09-10 15:29:36 +01:00
Jeremy Ruston 3b003f79f1 Update MathML example
Thanks to @paul90
2013-09-02 12:08:09 +01:00
Jeremy Ruston 2f36b36df9 Put the MathML and ListField tiddlers in the right place 2013-09-01 22:46:51 +01:00
Jeremy Ruston abbdb2dfa3 Add a MathML example tiddler
Doesn't work for me - latest Firefox and Safari display MathML fine
elsewhere, but not this.
2013-09-01 22:34:06 +01:00
Jeremy Ruston e7a6e23906 Update RoadMap 2013-08-31 11:18:05 +01:00
Jeremy Ruston c4d7401f02 Lots of docs updates 2013-08-30 20:06:23 +01:00
Jeremy Ruston 2c9ea3ebf4 Tiddlers in the wrong place 2013-08-29 17:53:40 +01:00
Jeremy Ruston 341b66a018 Docs for data tiddlers 2013-08-29 17:49:15 +01:00
Jeremy Ruston 6333749d68 Docs updates 2013-08-28 20:14:27 +01:00
Jeremy Ruston accf490726 Docs updates 2013-08-27 09:01:40 +01:00
Jeremy Ruston 214f00828e Docs updates 2013-08-26 21:49:32 +01:00
Jeremy Ruston 20f06e8eec Ensure that the core plugins inherit their version number from the main `package.info` 2013-08-26 13:28:23 +01:00
Jeremy Ruston a94ae85d55 Docs updates 2013-08-25 23:27:54 +01:00
Jeremy Ruston bf7b0629a3 More docs updates 2013-08-25 22:48:53 +01:00
Jeremy Ruston e22168abcd Remove link to 'Improvements' in default tiddlers
It was left by accident.
2013-08-25 22:23:18 +01:00
Jeremy Ruston 1ebe0d39b2 Get rid of the 'docs' tag
It was unnecessary, since everything here is documentation
2013-08-25 21:41:00 +01:00
Jeremy Ruston 360bddbc4c Experimentally revert to bold tiddler links
This way round lets people see which shadow tiddlers have been
overridden
2013-08-25 21:40:28 +01:00
Jeremy Ruston 133069e0d0 Docs update
Tearing up the recent changes tab...
2013-08-25 21:22:11 +01:00
Jeremy Ruston acac9b4452 Fixed sort order
And add a list to the ShadowTiddlers tiddler
2013-08-24 17:12:26 +01:00
Jeremy Ruston 86f0128e83 Docs updates 2013-08-24 16:45:59 +01:00
Jeremy Ruston be06257430 Split "transclude" widget into a separate "tiddler" and "transclude" widget
Belatedly realised that the design would be clearer without these two
separate concepts being conflated into a single widget.

As a result of this change, any other widget or template that generates
transclude widgets has needed adjustment.
2013-08-24 16:45:45 +01:00
Jeremy Ruston 6c5239603c Starting some serious doc updates 2013-08-23 19:42:48 +01:00
Jeremy Ruston 58fbed6fbc More documentation fallout from dropping the `plugin` field 2013-08-23 18:40:05 +01:00
Jeremy Ruston d6ec1ea1e5 Remove `plugin` field now that we've got the `plugin-type` field
I've been meaning to remove the `plugin` field for ages.
2013-08-23 18:37:54 +01:00
Jeremy Ruston 67c1d2cf55 Update some missed uses of the old type attribute of the list widget 2013-08-21 20:45:51 +01:00
Jeremy Ruston a427702628 Allow username to be set for the built-in server 2013-08-21 09:53:45 +01:00
Jeremy Ruston d4a571ae79 Docs updates 2013-08-20 15:18:15 +01:00
Jeremy Ruston bc56253479 Extend the list widget to allow the generated HTML elements to be controlled
This makes it possible to generate UL or OL lists as well as the
current divs and spans.

This feature is clearly necessary but I'm not very happy with it. It
feels as though the syntax should be modifying a UL tag to specify the
extra information required to generate the list, rather than turning
the list widget to indirectly specify it's elements.
2013-08-19 11:08:00 +01:00
Jeremy Ruston 3426c89330 Update list widget docs 2013-08-18 20:42:17 +01:00
Jeremy Ruston 3dbc7338c9 Roadmap updates 2013-08-15 18:13:03 +01:00
Jeremy Ruston 6be8afe49f Extend the list widget to allow it to render each element as a macro
This will enable us to drop several existing widgets: fields,
fieldlist, fieldgrid
2013-08-13 19:33:45 +01:00
Jeremy Ruston e27c5005ef File renames for 46b2fde2d9 2013-08-09 22:00:42 +01:00
Jeremy Ruston a571356f59 Docs updates 2013-08-09 16:51:49 +01:00
Jeremy Ruston 46b2fde2d9 Rename "dump" command to "print" command
Being pan-cultural is hard.
2013-08-09 09:24:58 +01:00
Jeremy Ruston a9a2ae2223 Add sorting by tiddler lists
The tag and tagging filters now sort their results by the list field of
the tag, if present
2013-08-08 17:39:34 +01:00
Jeremy Ruston 554168fcf1 Tag corrections 2013-08-08 17:38:16 +01:00
Jeremy Ruston f5fc283384 Update location of TiddlyFox 2013-08-08 17:37:47 +01:00
Jeremy Ruston 83ea953a1d Switch the story list over to using the new list field 2013-08-07 17:54:27 +01:00
Jeremy Ruston 87fa4db89b Update tests for the new list field
First step is to add a tiddler with a list field
2013-08-07 16:06:46 +01:00
Jeremy Ruston 492e9b0426 Fix up references to savetiddler/savetiddlers command
Fixes #122
2013-08-07 16:03:26 +01:00
Jeremy Ruston 6a75a62b16 Docs update 2013-08-05 20:19:43 +01:00
Jeremy Ruston 0ae0f68257 Update filenames to reflect changes in 05ac094d2e 2013-08-04 22:31:09 +01:00
Jeremy Ruston 05ac094d2e Rename the `savetiddler`/`savetiddlers` commands to `rendertiddler`/`rendertiddlers`
'Render' reflects what the commands actually do, and frees up 'save'
for actually saving the raw content of a tiddler.
2013-08-04 22:26:45 +01:00
Jeremy Ruston c54faeecd8 Merge tw2 related plugins and templates
Now all the plugins and templates needed are in the plugin
`tiddlywiki/classictools`
2013-08-04 22:06:36 +01:00
Jeremy Ruston 7db62c9cb7 Improve the banner in the static renderings
It was being overlapped by the tiddlers
2013-08-03 16:52:23 +01:00
Jeremy Ruston 2179d3fa70 Update D3 demo wiki 2013-08-02 22:05:39 +01:00
Jeremy Ruston 63fa04931d Update task management template to strikethrough completed tasks 2013-08-02 22:05:26 +01:00
Jeremy Ruston 41fa6dc8d9 Roadmap update 2013-08-02 22:05:03 +01:00
Jeremy Ruston 107f6e4261 Add a link to the D3 demo edition 2013-08-02 22:04:13 +01:00
Jeremy Ruston c817690ab9 First pass at WordCloud plugin 2013-07-30 12:36:36 +01:00
Jeremy Ruston be66044746 Docs update 2013-07-25 16:58:58 +01:00
Jeremy Ruston a79e876806 First pass at a grid widget
Need to add support for cell templates and in place editing.
2013-07-22 13:03:46 +01:00
Jeremy Ruston 9a497a93b0 More roadmap updates 2013-07-22 13:00:03 +01:00
Jeremy Ruston 657da6a457 Roadmap updates 2013-07-21 21:09:34 +01:00
Jeremy Ruston 5445a8b782 Add first pass of D3.js plugin, and a new demo wiki for it 2013-07-16 15:03:40 +01:00
Jeremy Ruston 68a87f368a A better green for the "done" tag 2013-07-05 20:35:26 +01:00
Jeremy Ruston 08f278624b Allow tag tiddlers to specify the title of an icon tiddler
Demonstrated on the "done" tag
2013-07-05 08:53:09 +01:00
Jeremy Ruston c2bfe7f311 Add centralised theme
Fix #110
2013-07-03 22:59:35 +01:00
Jeremy Ruston 182064a7bc Add some notes about the TW5 dev environment
More to come
2013-07-03 16:01:21 +01:00
Jeremy Ruston ce488e8a3b Separate the wikitext parser tests into their own file 2013-07-03 16:01:01 +01:00
Jeremy Ruston 4f9649f5ac Moving docs to the right place 2013-07-02 15:45:27 +01:00
Jeremy Ruston 5f308cc437 Docs update 2013-07-02 08:48:01 +01:00
Jeremy Ruston 81b4ca7347 Add contributing guidelines 2013-07-02 08:38:00 +01:00
Jeremy Ruston df997e024c Add experimental sticky titles theme
Select the new "Sticky Titles" theme to cause tiddler titles to stick
to the top of the window as you scroll. It works very well in Chrome
Canary, reasonably well in iOS 7.

As an aside, it would be nice to be able to package this is as
something a bit smaller than a theme; maybe themes need to have
optional hacks that can be associated with them.
2013-07-01 18:47:31 +01:00
Jeremy Ruston d93e6b1229 Always default to a href='#title' format for tiddler links
The link format will be overridden when we're creating links within
static HTML representations
2013-06-27 09:03:59 +01:00
Jeremy Ruston 7999b86d5d Docs update 2013-06-26 18:16:01 +01:00
Jeremy Ruston 12b471b8fb Extend the HTML rendering mechanism to support attributes specified as macro invocations 2013-06-18 15:37:19 +01:00
Jeremy Ruston 18f8b7266e Refactor the HTML element parser
The purpose is to allow attributes to be specified as macro
invocations. For example `<div myattr=<<mymacro param1 param3>>>`. The
parser needed sprucing up in order to copy with the nesting of angle
brackets. The refactoring has been done with an eye on using the same
technique in the filter expression parser (which is pretty messy at the
moment -- it throws exceptions for syntax errors, which is bad). Later
I'm hoping to extend the technique to create a more flexible table
parser.
2013-06-15 15:12:05 +01:00
Jeremy Ruston aaed4faf7e More tab colouring tweaks 2013-06-13 11:59:18 +01:00
Jeremy Ruston 8fca9b1929 Mute some of the tag colours 2013-06-13 10:00:34 +01:00
Jeremy Ruston 3fb1c2a2e4 Some tests for the HTML tag parser
Getting ready for some improvements
2013-06-10 21:07:42 +01:00
Jeremy Ruston f80f4f8679 Docs update 2013-06-05 14:13:05 +01:00
Jeremy Ruston 376d24ff39 Assign some colours to some tags 2013-06-04 15:22:23 +01:00
Jeremy Ruston 1ea2af65b8 Docs update 2013-06-02 23:18:07 +01:00
Jeremy Ruston bf4216f3ac Don't count references to shadow tiddlers as missing tiddlers 2013-05-31 17:53:11 +01:00
Jeremy Ruston ac32b09db3 Rename the tiddlers in the Snow White theme, and enable a static banner
The tiddlers in the Snow White theme weren't named as part of their
plugin.
2013-05-31 17:44:09 +01:00
Jeremy Ruston c566284158 More consistent naming for the boot tiddlers 2013-05-31 16:53:19 +01:00
Jeremy Ruston 72a2a2d68e Docs update 2013-05-31 16:46:43 +01:00
Jeremy Ruston 576b46301c Update filter docs 2013-05-31 13:32:34 +01:00
Jeremy Ruston d066c074e5 Remove the obsolete Dropbox edition
The functionality will return soon
2013-05-29 17:15:30 +01:00
Jeremy Ruston 5d43040663 Tests for the new filter operators 2013-05-27 17:59:47 +01:00
Jeremy Ruston 562591912e Fixed typo 2013-05-27 17:54:56 +01:00
Jeremy Ruston 0cf5dc699e Refactor the filter mechanism
Long overdue rewrite to make it simpler, and break the filter operators
out into individual modules.
2013-05-25 17:26:22 +01:00
Jeremy Ruston 13b3891ea4 Docs update 2013-05-21 17:53:50 +01:00
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 6864251962 Cleaning up content types
Dealt with some inconsistencies
2013-05-13 17:42:07 +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 7d8051ef8d Style tweaks 2013-04-27 16:49:12 +01:00
Jeremy Ruston 8e582e002b Experimental plugin for Tahoe-LAFS 2013-04-26 22:18:46 +01:00
Jeremy Ruston add35e9523 Docs update 2013-04-26 21:58:51 +01:00
Jeremy Ruston 18d34eec3b Give the test wiki a title 2013-04-26 10:53:45 +01:00
Jeremy Ruston 44a7810619 Improve test spec descriptions 2013-04-26 10:53:31 +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 5f25bcb846 Starting proper tests 2013-04-25 17:40:30 +01:00
Jeremy Ruston 94c7a4fc39 Add a test edition and associated script 2013-04-25 09:06:41 +01:00
Jeremy Ruston e57095ba37 Docs updates 2013-04-22 17:58:44 +01:00
Jeremy Ruston 3dc31d6704 Revert accidental change to TW2 template 2013-04-22 17:58:25 +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 ba7b886067 Move tiddlyweb stuff into a separate ServerControlPanel
Eventually we'll need a more general purpose mechanism for plugins to
add UI to the control panel
2013-04-16 11:17:27 +01:00
Jeremy Ruston 588c7cb07f Docs updates 2013-04-05 10:56:27 +01:00
Jeremy Ruston 7b45c0bec8 Move the required template overrides into the tiddlyweb plugin 2013-04-03 13:23:07 +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 26bcd5ef9d Docs update 2013-03-25 19:56:30 +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 bdd47feff9 A test image for the clientserver edition 2013-03-25 10:41:21 +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 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
Jeremy Ruston 9bce14474c Update docs 2013-02-09 17:08:28 +00:00
Jeremy Ruston 6896550593 Docs update 2013-02-06 11:27:41 +00:00
Jeremy Ruston 35f0a16c4f Docs update 2013-02-05 22:11:36 +00:00
Jeremy Ruston 5c51626809 Get rid of references to the tw2parser 2013-02-05 22:11:07 +00:00
Jeremy Ruston 5e7be56802 Docs update 2013-02-05 19:12:16 +00:00
Jeremy Ruston 5e6e03f3f3 Documentation update 2013-02-04 20:47:34 +00:00
Jeremy Ruston 62af2e64e2 Fixed obsolete wikitext format 2013-02-04 10:26:26 +00:00
Jeremy Ruston 30d0dec1fa Replacement styles
Smaller simpler styles (including CSS reset from
https://github.com/necolas/normalize.css/)
2013-02-03 23:02:23 +00:00
Jeremy Ruston a9de17bd55 Restore encrypted TiddlyWiki support 2013-01-31 10:20:13 +00:00
Jeremy Ruston ea715bd3f2 Docs update 2013-01-26 23:38:59 +00:00
Jeremy Ruston 07e8348b8e Docs update 2013-01-23 12:37:17 +00:00
Jeremy Ruston 8bc522d48d Docs updates 2013-01-22 09:30:24 +00:00
Jeremy Ruston e885cfc3c9 Add a readme file for the tw2 edition 2013-01-22 09:08:26 +00:00
Jeremy Ruston 71184b2266 Remove extraneous line from tw2 template 2013-01-22 08:56:49 +00:00
Jeremy Ruston d91f12f30a Turn the recipe deserialiser into a plugin in the tw2 edition 2013-01-22 08:56:21 +00:00
Jeremy Ruston ae7d1771fd Fixed TW2 edition
Now we can build TW2 files with just a few whitespace differences from
the old Ruby tools
2013-01-21 17:27:07 +00:00
Jeremy Ruston ce4812b19a Make the SiteTitle link to HelloThere 2013-01-18 15:37:04 +00:00
Jeremy Ruston 5e7e1fa93d Re-introduce the checkbox widget 2013-01-18 09:33:16 +00:00
Jeremy Ruston 0e2a0068e5 Remove obsolete wikitest command 2013-01-16 13:44:27 +00:00
Jeremy Ruston 83b99bc917 Docs updates 2013-01-16 13:44:09 +00:00
Jeremy Ruston 15fda11156 Docs update 2013-01-06 21:39:57 +00:00
Jeremy Ruston 5755cd5d3f Make modal wizards work again 2013-01-03 17:06:14 +00:00
Jeremy Ruston bab43fe6c2 Docs update 2013-01-03 16:28:07 +00:00
Jeremy Ruston a4141e4779 The wikitext-example macro doesn't work well with images 2012-12-30 13:37:36 +00:00
Jeremy Ruston 5b36ec80fa Update WikiText docs to use macros to simplify examples 2012-12-29 23:17:24 +00:00
Jeremy Ruston 16ea71c762 Docs updates 2012-12-29 22:29:32 +00:00
Jeremy Ruston 00676c6966 More docs updates 2012-12-28 23:08:28 +00:00
Jeremy Ruston b251a2bfa1 Docs updates 2012-12-28 22:57:35 +00:00
Jeremy Ruston b006cf163f Remove the old parser code
Thus introducing a few functional regressions, but it's going to be
easier to fix things up without the old code knocking around and
getting in the way.
2012-12-28 22:08:32 +00:00
Jeremy Ruston 0055947913 Docs update for wiki parser rules 2012-12-14 16:01:07 +00:00
Jeremy Ruston 31b283ef36 Refactoring implementation of wiki parse rules
And some documentation.
2012-12-14 13:31:47 +00:00
Jeremy Ruston d0ebb159df Minor docs updates 2012-12-13 21:30:50 +00:00
Jeremy Ruston a4930b7e68 Added checkbox macro 2012-11-30 09:22:17 +00:00
Jeremy Ruston 25a8500f05 Fix CecilyTemplate
Removed obsolete filtered transclusion syntax
2012-11-29 21:44:02 +00:00
Jeremy Ruston 91e1a38db1 Switched to use double curly braces for transclusion
For compatbility with MediaWiki and other engines
2012-11-29 18:34:27 +00:00
Jeremy Ruston 6d09b2fb9c Improve syntax for classed runs 2012-11-29 17:23:46 +00:00
Jeremy Ruston 99275b5425 Improvements to zoomable pan and zoom 2012-11-27 18:30:21 +00:00
Jeremy Ruston e4fb532ecd Introduce zoomable macro
Used with Cecily to give us pan and zoom across the Cecily canvas.
2012-11-27 16:55:17 +00:00
Jeremy Ruston e2dba02b65 Add Cecily subview for experimental purposes 2012-11-26 16:24:52 +00:00
Jeremy Ruston 97c7c458f6 Added new sideways subview for experimental purposes 2012-11-26 16:09:05 +00:00
Jeremy Ruston db1836cc57 Update docs 2012-11-20 16:32:12 +00:00
Jeremy Ruston 48a105fd62 Remove explicit host and recipe from connection
So that they will be inferred from the page environment
2012-11-20 16:32:06 +00:00
Jeremy Ruston 7df29453e0 Docs update 2012-11-19 22:26:13 +00:00
Jeremy Ruston 147fde31b2 More TiddlyWeb sync tweaks 2012-11-19 22:14:25 +00:00
Jeremy Ruston f07bc18204 More MIME type shenanigans 2012-11-18 15:25:40 +00:00
Jeremy Ruston 84650b9a54 Swap over to the new mime type conventions
Discussed in
https://groups.google.com/forum/#!topic/tiddlywikidev/re8xfLqZNCE
2012-11-18 15:22:13 +00:00
Jeremy Ruston 744699fa35 Improve tw5tiddlyweb presentation 2012-11-18 14:58:27 +00:00
Jeremy Ruston 17334f64cc Clearer docs 2012-11-18 10:29:01 +00:00
Jeremy Ruston a5d2a3a4e8 Start bringing tiddlers back from TiddlyWeb 2012-11-18 10:24:20 +00:00
Jeremy Ruston 4742ab14fc Start using the server connection tiddler to store host details 2012-11-17 21:15:19 +00:00
Jeremy Ruston 5d10cd2ae3 Styling 2012-11-17 20:31:41 +00:00
Jeremy Ruston e194aed449 Introduce syncer mechanism 2012-11-17 20:18:36 +00:00
Jeremy Ruston e9d8405799 Add a serverconnection module for TiddlyWeb 2012-11-17 13:08:44 +00:00
Jeremy Ruston fc61b9aca7 Added login and logout macros for TiddlyWeb 2012-11-17 12:32:51 +00:00
Jeremy Ruston 224b6adcfc Admit to the true size of the boot kernel 2012-11-16 22:47:05 +00:00
Jeremy Ruston 53870613c1 Removed extraneous tiddler 2012-11-16 21:41:07 +00:00
Jeremy Ruston 1b23ecee0f Introduce new "empty" edition
The old mechanism was clunky
2012-11-16 21:40:59 +00:00
Jeremy Ruston 719d89ca04 Move the editions into a subfolder 2012-11-16 21:20:27 +00:00