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
Jermolene
2c55c7ca82
Fix typo
2013-11-10 23:27:44 +00:00
Jermolene
02dda51269
Docs updates
2013-11-10 23:17:10 +00:00
Jermolene
083cb848f2
Version update
2013-11-10 23:15:19 +00:00
Jermolene
254da0b170
Clean up the tools tab
2013-11-10 23:14:23 +00:00
Jermolene
8b0b9eafb8
Simplify the page controls by dropping the drop shadow
...
Makes the icons less blurry in Retina™ displays
2013-11-10 23:04:41 +00:00
Jermolene
04e2f18ff1
Remove tooltip, classes and styles from transclusion syntax
...
Now that transclusion doesn't generate any intrinsic elements we don't
have an element to attach the tooltip, classes and styles to.
2013-11-10 22:46:37 +00:00
Jermolene
a4783a2c19
Add a demo control panel page for the Starlight theme
...
If you open the control panel and then use the tools sidebar to switch
themes to and from Starlight, you'll see this tab dynamically appear
and disappear
2013-11-10 22:45:53 +00:00
Jermolene
8fb6f26729
Make sure we don't try to wikify the names of modules in the module listing
2013-11-10 22:45:11 +00:00
Jermolene
0e7ffa677a
Narrow the gap between tabs
2013-11-10 21:53:56 +00:00
Jermolene
a668f09522
More refinements to the control panel
...
Including adding a TiddlyWeb-specific control panel tab
2013-11-10 21:53:39 +00:00
Jermolene
2598e22422
Spruce up the control panel
...
Structure things with extensible tabs.
2013-11-10 21:40:03 +00:00
Jermolene
dc6a9c6348
Release note for alpha.14
2013-11-10 19:24:34 +00:00
Jermolene
b1667259f0
Fix default password
...
The password widget was defaulting to the password "null".
2013-11-10 19:22:10 +00:00
Jermolene
c77b451863
Fixed bug when using checkbox widget to apply a tag to a tiddler that is untagged
2013-11-10 19:21:37 +00:00
Jermolene
9e48460940
Docs update
2013-11-09 19:29:57 +00:00
Jermolene
3972e9150e
Version update
2013-11-09 19:27:17 +00:00
Jermolene
0c8ba71edd
Use the built-in tabs macro for the tiddler info panel and the sidebar tabs
...
Now you can insert your own tabs, too - see the release note
2013-11-09 19:21:37 +00:00
Jermolene
a7bb331412
Extend view widget so that it falls back to its content if the field/property is empty or missing
2013-11-09 17:30:06 +00:00
Jermolene
6f1c9d88cc
Improve the Widget.prototype.removeChildDomNodes() method so that most subclasses won't need to override it
2013-11-09 16:55:14 +00:00
Jermolene
e2d7c7aea5
Docs updates
2013-11-09 16:19:43 +00:00
Jermolene
dc0645725e
More accurate text in ThemeTweaks
2013-11-09 16:19:38 +00:00
Jermolene
06e0bdbfbb
Improve readability of CodeMirror editor
2013-11-09 15:56:17 +00:00
Jermolene
14db418519
Docs updates
2013-11-09 15:55:59 +00:00
Jermolene
d5e1a9d7d0
Docs updates
2013-11-09 14:48:17 +00:00
Jermolene
ccb7fac25e
Fix further typo in edit-text widget
2013-11-09 14:17:08 +00:00
Jermolene
bbe9a9c191
Fixed typos in edit-text widget
...
Thanks @grayeul
2013-11-09 13:15:54 +00:00
Jermolene
4ee67986a5
Docs update
2013-11-09 12:52:09 +00:00
Jermolene
0a657acbd8
Make the modifier field in the subtitle be a link
2013-11-09 12:51:52 +00:00
Jermolene
d41feb63e3
Rejiggle the release documentation
2013-11-09 11:55:14 +00:00