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
Jermolene
8ec92405fd
Add urlencoded and doubleurlencoded formats to the view widget
2013-11-12 20:29:14 +00:00
Jermolene
e68ab95ecb
For tw5.com add a link in the info panel to the static tiddler representation
2013-11-12 19:52:57 +00:00
Jermolene
d2dbc73448
Correct typo
2013-11-12 19:52:25 +00:00
Jermolene
4a5a8dd773
Fix the execution context for widget attributes specified as macros
...
We need to ensure that variables in the tree up to this point are
accessible when we render the macro text.
2013-11-12 19:52:17 +00:00
Jermolene
439dfcb172
Added a link to Bob Robison's TW5 theme
2013-11-12 15:34:14 +00:00
Jermolene
f6a4ea6b0f
Fixed typo from d64590a12b
2013-11-11 23:44:55 +00:00
Jeremy Ruston
8681e0228d
Merge pull request #212 from grayeul/closeAllOthers
...
Add support for close-others
2013-11-11 14:46:05 -08:00
Jeremy Ruston
c1123cb3e9
Merge pull request #214 from grayeul/sign-cla2
...
CLA signature from @grayeul
2013-11-11 14:45:12 -08:00
Jermolene
d64590a12b
Fixed problem with target fields/index being erroneously applied to template
...
See here for discussion:
https://groups.google.com/d/msg/TiddlyWiki/D3MBNhjaT3E/ph0ZuAhuPFMJ
2013-11-11 22:29:38 +00:00
Jermolene
e274a0c7d1
Make sure we use state tiddler titles in the $:/state
namespace
2013-11-11 15:27:12 +00:00
Jermolene
51fe1e20e8
Make sure that searching for the empty string returns all available tiddlers
...
Makes sense because every tiddler contains the empty string. This
restores the functionality of the tag editor dropdown.
2013-11-11 15:26:41 +00:00
Grayeul
9c4ffae1b3
Remove close-others-button from core/images
2013-11-11 07:52:04 -06:00
Grayeul
3d0c6cf41e
Fixed missing reference to old CloseAllOthers
2013-11-11 07:48:54 -06:00
Grayeul
3800d3b2b1
Merge branch 'closeAllOthers' of https://github.com/grayeul/TiddlyWiki5 into closeAllOthers
...
Conflicts:
core/modules/widgets/navigator.js
merging namechange.
2013-11-11 07:41:22 -06:00
Grayeul
da54236f5a
Change names to tw=close-other-tiddlers and handleCloseOtherTiddlersEvent
2013-11-11 07:34:19 -06:00
Grayeul
c930d84d01
Add support for close-all-others
2013-11-11 07:28:29 -06:00
Grayeul
2317f779e9
sign cla
2013-11-11 07:18:58 -06:00
Jermolene
c501e70512
Add new blog post link to docs
2013-11-11 12:42:49 +00:00
Jermolene
8357d90e59
Fix bug caused when creating a tiddler title starting or ending with a space
2013-11-11 08:48:06 +00:00
Grayeul
efef6261b8
Add support for close-all-others
2013-11-10 22:09:52 -06:00
Jermolene
95b7a5d4fe
Add host configuration to TiddlyWeb control panel tab
2013-11-10 23:28:03 +00:00