Jeremy Ruston
72f07947ea
Merge pull request #286 from willover/285
...
Fix Issue #285 : Minor typo
2013-12-18 08:26:08 -08:00
Jeremy Ruston
e8549cba4b
Merge pull request #292 from willover/291
...
Sign CLA (Issue #291 )
2013-12-18 08:23:21 -08:00
willover
a5aa2c08b2
Sign CLA (@willover)
2013-12-18 15:47:57 +00:00
Jermolene
14b98f5966
Docs update
2013-12-18 12:05:26 +00:00
Jermolene
7ec516a746
Correct template for the static HTML rendering
2013-12-17 19:36:55 +00:00
willover
886b069dce
Fix Issue #285 : Minor typo
...
Fix Issue #285 : and TiddlyWikiClassic is -> and "TiddlyWikiClassic" is
2013-12-17 18:49:54 +00:00
Jermolene
b50eb8da30
Fixed problem with tiddler navigation ordering
2013-12-17 15:42:53 +00:00
Jermolene
4ece301a97
Fix fieldmanger to update modified and modifier fields
2013-12-17 15:04:22 +00:00
Jermolene
810167bc7b
Improve handling of double square brackets within tags
...
Now a [[ has to be preceded by the beginning of the string or a
whitespace and a ]] has to be followed by whitespace or the end of the
string to act as quotes.
Thanks to @Skeeve for the regex
2013-12-17 14:53:02 +00:00
Jermolene
1b2a5fe130
Fixed hover effects for Firefox
...
For some reason Firefox doesn’t like :hover on an SVG element
2013-12-17 13:59:39 +00:00
Jermolene
88d483a2c8
Docs update
2013-12-17 13:42:19 +00:00
Jermolene
db85bfe513
Fix problem with covering of the dragger image
...
Fixes #253
2013-12-17 13:39:46 +00:00
Jermolene
066a4d9fbc
Coding style and layout tweaks
2013-12-17 13:32:15 +00:00
Jermolene
3e2f475324
Merge branch 'master' of https://github.com/davidjade/TiddlyWiki5 into davidjade-master
2013-12-17 13:26:08 +00:00
Jermolene
a5f33d875b
Fix up rootwidget and page container
...
We need to properly link the page container to the rootwidget.
Fixes #223
2013-12-17 13:13:43 +00:00
Jermolene
6d09db5608
Add a favicon
2013-12-16 23:27:26 +00:00
Jermolene
23b2f74e94
Docs update
2013-12-16 08:57:05 +00:00
Jermolene
37a46adac8
Fix problem with radio widget refreshing
2013-12-16 08:52:18 +00:00
Jermolene
65e3780cc1
Preparing for 5.0.4
2013-12-16 08:52:06 +00:00
Jermolene
7d33dd71a2
Version number update for 5.0.3-beta
2013-12-15 17:00:25 +00:00
Jermolene
d03728ea71
Preparation for 5.0.3
2013-12-15 16:57:58 +00:00
Jermolene
9396d52b42
Docs updates
2013-12-15 16:57:51 +00:00
Jermolene
7dc7559b90
Adjust references to five.tiddlywiki.com
2013-12-15 16:53:10 +00:00
Jermolene
5ac5b2c76d
Move markdown.js
...
Leaving it in node_modules meant that it wasn’t getting installed by npm
Fixes #281
2013-12-15 16:44:49 +00:00
Jermolene
d4d8cdf9a4
Getting ready for 5.0.3
2013-12-15 16:41:36 +00:00
Jermolene
9e5e08a7d3
Docs update
2013-12-15 14:57:56 +00:00
Jermolene
41c592b758
Revert the bump to 5.0.3
...
So that we can do rebuilds if needed as we execute the move to
tiddlywiki.com
2013-12-15 14:44:55 +00:00
Jermolene
84ad161eab
Adjust cname for move to tiddlywiki.com
2013-12-15 14:44:33 +00:00
Jermolene
4ab431bb93
Preparing for 5.0.3
2013-12-15 14:40:30 +00:00
Jermolene
f6bea8f58b
Docs updates
2013-12-15 14:37:37 +00:00
Jermolene
b8c9422161
Version number update for 5.0.2-beta
2013-12-15 14:35:15 +00:00
Jermolene
d7ebd461f2
Update for beta
2013-12-15 14:25:02 +00:00
Jermolene
57adbe5bf7
Fixed typo in hardlinebreak parser
2013-12-14 17:42:50 +00:00
Jermolene
34e6d79ef6
Tweak background colour of HTML-in-SVG demo
...
To make it look different from the page background colour
2013-12-14 17:38:46 +00:00
Jermolene
713d6945c6
Misplaced space
2013-12-14 17:22:26 +00:00
Jermolene
ef9175e7bc
Remove debugging info
2013-12-14 17:07:47 +00:00
Jermolene
6a8feb216a
Add parser rule for hard linebreaks
2013-12-14 17:05:57 +00:00
Jermolene
b1e7ba29f1
Improved static content for tw5.com
2013-12-14 15:17:34 +00:00
Jermolene
79c8935aef
Style cleanups for MOTW
...
@davidjade I assume these changes are all safe from the BHO’s point of
view? Many thanks
2013-12-14 09:53:39 +00:00
Jermolene
8496337d30
Remove "coreversion" metadata from plugins
...
There’s no support for it yet, so it’s confusing.
2013-12-14 09:49:39 +00:00
Jermolene
2126ce1d17
Docs update
2013-12-14 09:46:10 +00:00
Jermolene
3f06384516
Adjusted plugin encoding so that the JSON text no longer duplicates the fields
2013-12-14 09:46:02 +00:00
Jermolene
053e09af6e
Docs update
2013-12-14 09:25:11 +00:00
David Jade
0984e9322f
Revised fix for IE drag/drop issue #252
...
Also improve browser drag/drop inter-op a tiny bit
2013-12-13 03:12:56 -08:00
Jermolene
c190b0f1ea
Docs updates
2013-12-13 10:16:37 +00:00
David Jade
80e0714c0d
Fix for IE drag/drop issue #252
2013-12-12 17:32:06 -08:00
Jermolene
819843e4b0
Docs updates
2013-12-12 22:38:19 +00:00
Jermolene
6386e60896
Docs for the radio widget
2013-12-12 20:37:05 +00:00
Jermolene
7c9b920e26
More style adjustments
2013-12-12 20:36:54 +00:00
Jermolene
ae4a2b58ed
Complete renaming the radio widget
2013-12-12 19:49:43 +00:00