1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-16 01:09:42 +00:00
Commit Graph

79 Commits

Author SHA1 Message Date
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
Jeremy Ruston
342b5e72cf Added a smaller better example SVG image 2012-05-10 11:50:58 +01:00
Jeremy Ruston
94834d5d27 Added some tags to the tw5.com tiddlers
For testing
2012-05-08 15:11:17 +01:00
Jeremy Ruston
6d0da350c7 Docs update 2012-05-06 14:14:06 +01:00
Jeremy Ruston
bac2c0ec07 Added a download macro
This enables us to save changes by cooking a new tiddlywiki and forcing
a download of it
2012-05-06 13:23:29 +01:00
Jeremy Ruston
186ec4052d Update docs and readme generation 2012-05-05 23:08:00 +01:00
Jeremy Ruston
9465da4335 Part two of turning the rabbit hole inside out 2012-05-05 22:57:21 +01:00