1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 18:53:28 +00:00
Commit Graph

151 Commits

Author SHA1 Message Date
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
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
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
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
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
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
182064a7bc Add some notes about the TW5 dev environment
More to come
2013-07-03 16:01:21 +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
12b471b8fb Extend the HTML rendering mechanism to support attributes specified as macro invocations 2013-06-18 15:37:19 +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
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
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
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