Jermolene
99852c3cab
Added a "Download" tiddler
2013-11-19 19:59:02 +00:00
Jermolene
b6cb879ad1
Use the github ribbon on tw5.com to advertise the version number
2013-11-19 19:44:53 +00:00
Jermolene
f9fbbc12a6
Ensure github-fork-ribbon styles tiddlylinks
...
Otherwise CSS specificity means that the TW core styles win
2013-11-19 19:44:40 +00:00
Jermolene
59bb3c66d6
Add a github ribbon to tw5.com
2013-11-19 14:23:42 +00:00
Jermolene
dc9ec22156
A plugin for adding github ribbons
2013-11-19 14:23:30 +00:00
Jermolene
b8875e126f
Refactor page template to be tag driven
2013-11-19 14:12:31 +00:00
Jermolene
26ed978cf9
Docs update
2013-11-19 14:12:21 +00:00
Jermolene
bd511cb9f3
Docs updates
2013-11-19 13:22:35 +00:00
Jermolene
20ea6433e6
Add data tiddler types
2013-11-19 13:22:27 +00:00
Jermolene
16444e023a
Refactor control panel to add "Saving" tab
...
Currently just hardwired to the options for TiddlySpot, but will in due
course be driven by the loaded saver modules.
2013-11-19 13:21:45 +00:00
Jermolene
9c579e3596
Update version number to 5.0.0-alpha.16-prerelease
2013-11-19 12:43:12 +00:00
Jermolene
4710431e6b
Readme update
2013-11-19 12:22:58 +00:00
Jermolene
f1e909278c
Version update
2013-11-19 12:21:12 +00:00
Jermolene
8d3613e8b4
Docs updates
2013-11-19 12:21:08 +00:00
Jermolene
3fd3e408fc
Adopt a brighter link colour
2013-11-19 12:17:31 +00:00
Jermolene
a2fcc59648
Docs update
2013-11-19 12:17:22 +00:00
Jermolene
223e9c4747
FIx margins and spacing
2013-11-19 12:17:16 +00:00
Jermolene
b63f7a7416
Fix missing seconds in serialised date fields
2013-11-19 12:14:37 +00:00
Jermolene
905d3e6e1e
Docs update
2013-11-18 09:01:06 +00:00
Jermolene
90a0eca2f5
Add dropdown interface for setting the type of a tiddler
2013-11-18 09:00:25 +00:00
Jermolene
7658789971
Style tweaks for the edit template
2013-11-18 09:00:00 +00:00
Jermolene
9257c8205f
More information about Jermolene
2013-11-18 08:58:23 +00:00
Jermolene
b117f74666
Make the toolbars be tag driven
2013-11-17 21:53:39 +00:00
Jermolene
3b35d7dfe4
Fixed problem with greedy regexp for macrocalls
...
It was preventing this from working:
```
<<macro>><<bacrp>><<sdf>><<qweqwe>>
```
2013-11-17 21:53:12 +00:00
Jermolene
29c0f7156b
Fix overlooked typo
...
Ouch.
2013-11-16 22:50:10 +00:00
Jermolene
0d2ed8f112
More release docs
2013-11-16 17:51:20 +00:00
Jermolene
99a6b1bcc0
More TiddlyWeb docs
2013-11-15 23:02:30 +00:00
Jermolene
da4cdf2d3b
Refactor edit template to be driven by $:/tags/EditTemplate
tag
2013-11-15 22:55:32 +00:00
Jermolene
26cc62cff7
Fix problem with tiddler info panel in Firefox
...
Fixes #104
2013-11-15 22:46:17 +00:00
Jermolene
b1992714ed
Docs update
2013-11-15 22:09:42 +00:00
Jermolene
ecca7a3ea9
TiddlyWeb control panel update
2013-11-15 22:09:06 +00:00
Jermolene
4b84d9bfe5
Update to pre-release version number
...
I should have done this immediately after the alpha.14 release.
2013-11-15 22:08:57 +00:00
Jermolene
92b1932fcf
Update docs for TiddlyWeb
2013-11-15 22:08:23 +00:00
Jermolene
9a6e404215
Fix modules list in the Internal tab of Control Panel
2013-11-15 22:08:16 +00:00
Jermolene
939ad11eae
Rename the 'setvariable' widget to 'set'
...
Sleeker.
2013-11-15 18:31:39 +00:00
Jermolene
6785c49734
Better styling for embedded PDFs
2013-11-15 18:30:57 +00:00
Jermolene
45c51481de
Improve performance of tag handling with some caching
2013-11-13 23:33:32 +00:00
Jermolene
874bd7b2b8
Tweaks tests
...
This was the only place we were using the `variables` option to the
widget constructor.
2013-11-13 21:26:13 +00:00
Jermolene
fc6dd83f2f
Use prototypal inheritance to speed up the inheritance of widget variables
...
Now we reuse the prototype mechanism to let javascript do the work of
searching up the parent chain.
2013-11-13 21:25:45 +00:00
Jermolene
a8129874fb
Docs update
2013-11-13 20:21:28 +00:00
Jermolene
c7d5905242
Fix view format=date so that it doesn't crash on empty fields
2013-11-13 19:41:54 +00:00
Jermolene
02d3620d93
Update the tiddler info panel to use the new tw-popup class
...
This fixes the problem with the inability to click on items within the
tiddler info panel (including the static URL)
2013-11-12 22:03:20 +00:00
Jermolene
b304e3fe40
Update the reveal widget to set the tw-popup class
2013-11-12 22:02:43 +00:00
Jermolene
06a66cf24e
Improve popup dismissal
...
Now we ignore clicks if they come from an element that has an ancestor
with the class `tw-popup`
2013-11-12 22:02:26 +00:00
Jermolene
145e3ece78
Fix $tw.utils.hasClass() to work even if the element doesn't have a className property
2013-11-12 22:01:31 +00:00
Jermolene
24e361da77
Removed inadvertent alert()
2013-11-12 20:58:54 +00:00
Jermolene
1b9614eb9d
Docs update
2013-11-12 20:54:28 +00:00
Jermolene
791033d751
First pass at a saver for IE10 and above
...
It's not great, sadly. Clicking save in the browser pulls up an
unobtrusive bar at the bottom of the browser window where you can click
"save". You then get a new copy of your wiki in the downloads folder.
2013-11-12 20:49:00 +00:00
Jermolene
9748709759
Fix up prematutely committed static link tab for tw5.com
2013-11-12 20:29:53 +00:00
Jermolene
b885743efe
Fix typo
2013-11-12 20:29:22 +00:00