Wykres commitów

184 Commity (24ad677d757121624bab3f2895531f870bcc314c)

Autor SHA1 Wiadomość Data
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