Jeremy Ruston
d82e372569
Added close button
...
And made the edit button be a graphic, too
2012-06-21 19:44:21 +01:00
Jeremy Ruston
77fbb89b5d
We'll create this tiddler as required
2012-06-21 16:25:14 +01:00
Jeremy Ruston
a9a6395f3f
Correct URL for prototype
2012-06-21 16:05:34 +01:00
Jeremy Ruston
af17bc4a98
Docs updates
2012-06-21 15:38:01 +01:00
Jeremy Ruston
5420ee9724
Docs updates
2012-06-21 12:39:04 +01:00
Jeremy Ruston
987a50c8c4
More sample data
2012-06-19 08:56:59 +01:00
Jeremy Ruston
ab808b3272
Docs update
2012-06-19 08:56:45 +01:00
Jeremy Ruston
6745c7fbf7
Better to use terminating semicolons after each style specifier
...
More compatible with TW2 too
2012-06-14 19:03:51 +01:00
Jeremy Ruston
b13625daf0
Clarificating
2012-06-14 19:01:06 +01:00
Jeremy Ruston
b41a1cb4de
Fixed problem with styled block wikitext rule
2012-06-14 18:49:51 +01:00
Jeremy Ruston
11c9031873
Added support for style blocks
2012-06-14 18:18:32 +01:00
Jeremy Ruston
79530dea49
Docs update
2012-06-14 17:14:58 +01:00
Jeremy Ruston
126e87be25
Docs update
2012-06-13 13:19:24 +01:00
Jeremy Ruston
59b23a3ab9
Another tag on HelloThere makes testing easier
2012-06-13 09:11:04 +01:00
Jeremy Ruston
2b9b9a41b0
Docs update
2012-06-13 09:10:18 +01:00
Jeremy Ruston
ab33d730bb
Little docs update
2012-06-12 09:00:26 +01:00
Jeremy Ruston
e3d667a3e0
Docs update
2012-06-11 17:35:56 +01:00
Jeremy Ruston
ee0aadf8cd
Docs update
2012-06-11 13:08:02 +01:00
Jeremy Ruston
85d7bb6d8b
Docs updates
2012-06-10 22:53:51 +01:00
Jeremy Ruston
2a08b3a082
Remove old navbar tiddler
2012-06-10 22:02:39 +01:00
Jeremy Ruston
fa88d96e2f
Docs updates
2012-06-10 22:01:22 +01:00
Jeremy Ruston
fc49d7dffd
Added tags and color macros
...
Which enables us to do nice colour coded tags. Soon they'll have a drop
down on them too
2012-06-10 19:47:24 +01:00
Jeremy Ruston
d9f13b069e
More docs updating
2012-06-10 17:49:23 +01:00
Jeremy Ruston
c677b4bddf
More docs updating
2012-06-10 17:48:23 +01:00
Jeremy Ruston
cd824a350a
Docs update
2012-06-10 17:27:09 +01:00
Jeremy Ruston
7a2bbc7fb2
Whitespace, tsk
2012-06-10 14:46:45 +01:00
Jeremy Ruston
f838d6e3c1
Lots of documentation updates
...
More to come...
2012-06-10 13:40:53 +01:00
Jeremy Ruston
121d491af2
Added experimental navbar
...
Notice that if you open this tiddler the links are not currently
rendered correctly because Bootstrap doesn't like the extra `<span>`
that is inserted around the links for the macro shenanigans
2012-06-09 15:09:35 +01:00
Jeremy Ruston
7c382c5f43
Switched slider to use new syntax for inline content
2012-06-06 11:29:10 +01:00
Jeremy Ruston
ad25ab4c1a
Fixed parsing problem
...
We need to recheck for the next terminator after a successful run match
to cope with the situation that the run match included the previously
found terminator match
2012-06-05 22:01:06 +01:00
Jeremy Ruston
ee7fba9297
Added support for macros with embedded content
2012-06-05 17:01:17 +01:00
Jeremy Ruston
03da553c3b
Added wikitext for m- and n-dashes
2012-06-05 16:33:35 +01:00
Jeremy Ruston
e85ae59fd8
Added ability to suppress external links
2012-06-05 15:14:33 +01:00
Jeremy Ruston
9ab9c9cc42
Added run rule for HTML entities
2012-06-05 15:00:55 +01:00
Jeremy Ruston
63ca67e0ea
Docs updates
2012-06-05 14:41:43 +01:00
Jeremy Ruston
2c5913116b
Docs updates
2012-06-04 21:28:30 +01:00
Jeremy Ruston
5f6be2b5c7
Fixed docs to work with new wikitext parser
...
Which turns out to be entirely a matter of inserting additional blank
lines, which has the beneficial effect of making the wikitext a lot
more readable
2012-06-04 12:25:54 +01:00
Jeremy Ruston
68384a5044
Added some tests for deeply nested list entries
2012-06-04 09:57:44 +01:00
Jeremy Ruston
ec933eb1b5
Completed code blocks and runs
2012-06-02 10:15:52 +01:00
Jeremy Ruston
89b8e39f32
Added code blocks and runs
2012-06-02 09:41:21 +01:00
Jeremy Ruston
49a3cb8ede
Allow for macros and classes at both run level and block level
...
Involving a bit of a refactoring of the parameters to the
$tw.Tree.Macro constructor
2012-05-28 15:51:52 +01:00
Jeremy Ruston
aa4d435a67
Fixed wikitext rule for CSS classes to not erroneously match {{{
2012-05-27 09:24:37 +01:00
Jeremy Ruston
5738d146e0
Amended macro mechanism so that the same wikitext rule can act as both a run rule and a block rule
2012-05-27 00:22:58 +01:00
Jeremy Ruston
9b9de6bbab
Checking that links inside HTML blocks work
2012-05-26 23:42:17 +01:00
Jeremy Ruston
4a9af461a6
Adding macros and prettylinks to new wikitext parser
2012-05-26 23:37:44 +01:00
Jeremy Ruston
92353d37b2
First pass at a new wiki text parser
...
This one respects HTML paragraphs properly
2012-05-26 18:30:32 +01:00
Jeremy Ruston
85f1b33ef2
Docs updates
2012-05-20 18:47:11 +01:00
Jeremy Ruston
3077f392a1
Documentation cleanups
2012-05-20 15:59:04 +01:00
Jeremy Ruston
34edb48784
A quick sweep for missing or inaccurate code comments
2012-05-19 18:23:14 +01:00
Jeremy Ruston
070d919aa0
Docs update
2012-05-19 11:28:44 +01:00