Jeremy Ruston
a8b1da33de
Improvements to slide animation
2013-05-28 16:47:16 +01:00
Jeremy Ruston
c7fe9b747a
Make the tiddler info slider animate open and closed
2013-05-28 16:28:59 +01:00
Jeremy Ruston
5cdcadd8b2
Make the reveal widget use the new animator mechanism
2013-05-28 16:28:38 +01:00
Jeremy Ruston
227cadd326
Add a barebones animation framework
...
The idea is to allow us to package animations/transitions into plugins
2013-05-28 16:28:16 +01:00
Jeremy Ruston
3e6efd7902
Move recent changes into it's own snippet
2013-05-28 08:38:23 +01:00
Jeremy Ruston
78cd134c0a
Group the recent changes list by day
2013-05-27 18:00:50 +01:00
Jeremy Ruston
5d43040663
Tests for the new filter operators
2013-05-27 17:59:47 +01:00
Jeremy Ruston
cf75b209ba
Add eachday
and sameday
filter operators
...
These operators will enable us to group the recent changes list by day
2013-05-27 17:59:33 +01:00
Jeremy Ruston
ca51634041
Add the each
filter operator
...
This makes it possible to do grouping within lists
2013-05-27 17:59:03 +01:00
Jeremy Ruston
887d955fc4
Change the search filter operator to not indirect through a tiddler
...
Now that we can make any filter operator indirect through a tiddler we
don't need to have that as a special capability of the search operator.
2013-05-27 17:58:27 +01:00
Jeremy Ruston
f4a3b25d3e
Extend the filter mechanism to allow operands to be indirected through a tiddler text reference
...
In other words, as well as `[sort[myfield]]` to sort by the field
called `myfield`, one can do `[sort{MyTiddler}]` to sort by the field
whose name is in the text of the tiddler `MyTiddler`.
2013-05-27 17:57:37 +01:00
Jeremy Ruston
9193937125
Fixed problem with field filter operator not performing string comparisons
2013-05-27 17:55:45 +01:00
Jeremy Ruston
31a4b96f57
Fixed problem with getTextReference() not always returning a string
2013-05-27 17:55:23 +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
6ada78daa2
Add a batch file for splitting a TW file into tiddlers
2013-05-25 16:41:25 +01:00
Jeremy Ruston
5394fc4ee1
Fix typo
2013-05-25 16:40:44 +01:00
Jeremy Ruston
d19affc9c3
Fix problem with non-shadow stylesheets not being recognised at startup
2013-05-25 16:40:34 +01:00
Jeremy Ruston
29ac7c75d8
Make a separate batch file for running tests
...
Makes it easier to run the tests without going through the build steps
first
2013-05-25 16:39:57 +01:00
Jeremy Ruston
1e5842dc1c
Fix download saver on Firefox
...
Turns out that Firefox needs the link to be in the document before it
will honour the click on it.
2013-05-23 11:26:47 +01:00
Jeremy Ruston
4ad6f05010
Fix issue with scrolling while editting long tiddlers in Firefox
2013-05-21 17:54:10 +01:00
Jeremy Ruston
13b3891ea4
Docs update
2013-05-21 17:53:50 +01:00
Jeremy Ruston
71f98ea52c
Use a block mode reveal widget
2013-05-20 11:19:54 +01:00
Jeremy Ruston
42c90bf58e
Fix responsive versions of the tiddler info panel
2013-05-20 11:19:41 +01:00
Jeremy Ruston
187e137c2c
Remove the Unicode external link indicator
...
It doesn't work on several platforms, notably iOS.
2013-05-20 11:19:12 +01:00
Jeremy Ruston
d3fa781287
Switch to using a slider for tiddler info
2013-05-19 12:11:18 +01:00
Jeremy Ruston
f5a5cbe35a
Add external link marker
2013-05-18 17:00:19 +01:00
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