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

175 Commits

Author SHA1 Message Date
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