Jeremy Ruston
96462de2f5
Fix problem with not encoding body of non-base64 data URIs
2013-05-18 16:59:53 +01:00
Jeremy Ruston
3806168038
Fixed problem with non-shadow style tiddlers not being recognised
2013-05-18 16:59:24 +01:00
Jeremy Ruston
77568bbe39
Add a background bitmap to the starlight theme
2013-05-17 21:29:55 +01:00
Jeremy Ruston
d8abc0e9e3
Fix up more document references
2013-05-17 17:37:39 +01:00
Jeremy Ruston
a4f394b32a
Fixes to titles of giffmex theme tiddlers
2013-05-17 17:30:50 +01:00
Jeremy Ruston
5abc0a7835
Get rid of the obsolete font parser
2013-05-17 17:30:33 +01:00
Jeremy Ruston
b4884d820d
Update starlight theme to use new datauri widget
2013-05-17 17:30:24 +01:00
Jeremy Ruston
f3bcc1c0af
Add a datauri widget
...
Used in stylesheets to get a data URI for a font or bitmap
2013-05-17 17:30:03 +01:00
Jeremy Ruston
6e1cd46bc7
Fix document references
2013-05-17 17:29:43 +01:00
Jeremy Ruston
9739e825b4
Style tweaks for giffmex themes
2013-05-17 10:43:00 +01:00
Jeremy Ruston
afdc28070f
Docs update
2013-05-17 10:12:31 +01:00
Jeremy Ruston
551ebdc005
Major refactoring of rendering mechanism
...
We now use a fake DOM implementation on the server to let us share more
rendering code between the text output vs. DOM output paths.
2013-05-17 10:12:25 +01:00
Jeremy Ruston
bf4fede34e
Fix pesky hover problem on the control panel button
2013-05-16 17:25:14 +01:00
Jeremy Ruston
2d8e12fb19
More styling tweaks
...
This could go on for ever.
2013-05-16 11:23:17 +01:00
Jeremy Ruston
5ecbf4c173
Transitions for the icon hover effects
2013-05-15 22:30:22 +01:00
Jeremy Ruston
07d4c9a639
A slightly better fix for the render context inheritance issue with the htmlwikified viewer for the view widget
2013-05-15 22:15:57 +01:00
Jeremy Ruston
98986ba9cc
Fix problem with render context not inherited into htmlwikified view widgets
2013-05-15 21:33:40 +01:00
Jeremy Ruston
3229bb7c6c
Add a bit of a drop shadow to the page control buttons
...
Sadly the shadow only works on WebKit and Blink at the moment, but
hopefully Firefox will support the CSS3 filter property soon
2013-05-15 20:59:54 +01:00
Jeremy Ruston
136ecee41e
Refactor the core icons to be inline SVG fragments
...
This allows us to style the images with CSS, which means we finally get
hover effects on our toolbar buttons
2013-05-15 18:45:24 +01:00
Jeremy Ruston
0a3389c277
Add namespace support to the element renderer
...
This allows us to create SVG elements with the correct namespace, which
allows us to have inline SVG images (coming up next)
2013-05-15 18:44:23 +01:00
Jeremy Ruston
dd2a7199f6
Allow a default value to be specified for WikiRenderTree.getContextVariable
2013-05-15 18:43:19 +01:00
Jeremy Ruston
eebf3dae95
CodeMirror updates
2013-05-15 17:32:28 +01:00
Jeremy Ruston
8564602256
Refactor rendertree to simplify context handling
...
Get rid of the separate renderContext stack and instead have a parent
pointer on renderer nodes. This lets us walk back up the render tree to
resolve context references
2013-05-15 17:32:17 +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
a0a6b69a4e
Sort themes by title
2013-05-14 14:24:18 +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
15d1abf523
Fix problem with context-menu paste not triggering saving of edits
...
We'll use the input event to detect changes, which is reliable but
doesn't work on older browsers
2013-05-11 10:03:11 +01:00
Jeremy Ruston
f43e22f8e5
Remove early bail on switching to a non-existent theme
...
Fixes #98
The excised code was unnecessary, as the rest of the function operates
correctly even if the theme tiddler is missing
2013-05-10 20:24:40 +01:00
Jeremy Ruston
6e44a20804
Fix problem with TiddlyFox on Windows
...
Fix #97
2013-05-10 18:14:01 +01:00
Jeremy Ruston
3108cb4f29
Docs update
2013-05-08 17:29:18 +01:00
Jeremy Ruston
db67bb8f8a
Add links to config tiddlers to control panel
2013-05-08 17:29:10 +01:00
Jeremy Ruston
37abd01b00
Further attempts to fix pesky iPad layout bug
...
This seems to do the trick
2013-05-08 16:02:29 +01:00
Jeremy Ruston
e36d22df97
Fix iPad issue with displaying page controls
2013-05-08 15:47:40 +01:00
Jeremy Ruston
91857cbd82
Docs updates
2013-05-08 15:27:21 +01:00
Jeremy Ruston
abcf7df875
Adjust bitmap editor to draw with a yellow pen
...
For highlighting
2013-05-08 15:11:53 +01:00
Jeremy Ruston
762f50d920
More shadow tiddlers
...
These ones are designed as fallback content for empty TiddlyWikis -
these are the tiddlers that end users are expected to modify to
customise their wiki
2013-05-08 14:24:30 +01:00
Jeremy Ruston
c77d2f7490
Add a sidebar button for saving changes
2013-05-08 13:27:26 +01:00
Jeremy Ruston
8796f312cb
A different animation for hiding notifications
...
Only slightly different, but it seems to add visual interest
2013-05-08 13:27:04 +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
e501c0ec2a
Enhance TiddlyFox saver to display a notification on success
2013-05-07 18:09:15 +01:00
Jeremy Ruston
24db38c06b
Add simple notification mechanism
2013-05-07 18:08:44 +01:00
Jeremy Ruston
6b6dbb97a8
Fix typo
...
Fixes #96
2013-05-07 15:52:21 +01:00
Jeremy Ruston
dd8c8567fd
Add experimental CodeMirror plugin
...
The plugin is incomplete, and currently abandoned. It loads up an
instance of CodeMirror as an editor, and loads the right tiddler into
it, but the work hasn't been done to allow changes to be saved. The
startup time is ridiculously long, which is why I abandoned it.
2013-05-07 14:42:47 +01:00
Jeremy Ruston
016ef775f7
Fix for table cell alignment
...
Remove extraneous CSS rule
2013-05-07 11:10:58 +01:00
Jeremy Ruston
c3b8a01222
Docs update
2013-05-07 11:10:30 +01:00