Jeremy Ruston
241d19bef8
Merge pull request #675 from BramChen/master
...
Typo
2014-07-06 16:01:27 +01:00
Jermolene
5b5fb18161
Docs update
2014-07-06 15:37:50 +01:00
Bram Chen
856110374f
Typo
2014-07-04 10:59:41 +08:00
Jermolene
a3de93b4eb
Improve revision history tabs
2014-07-02 12:16:10 +01:00
Jermolene
e18d8a8866
Extend the tabs macro to allow tab contents to be templated
2014-07-02 12:15:52 +01:00
Jermolene
f43cd5ba9c
Put release history in vertical tabs
2014-07-02 08:43:11 +01:00
Bram Chen
4936be5b86
Correct typos
2014-06-25 22:37:43 +08:00
Jermolene
35055509c2
Typo
...
Fixes #671
Thanks @Evolena
2014-06-24 14:37:11 +01:00
Jermolene
e018d8e0ef
Preparation for 5.0.14
2014-06-24 12:07:28 +01:00
Jermolene
b594eb5b36
Update release dates
2014-06-24 10:42:46 +01:00
Jermolene
917c4404e5
Update batch files to use build system
2014-06-24 10:39:45 +01:00
Jermolene
5962600cb6
Update release note
2014-06-23 18:13:50 +01:00
Jonathan Lister
57c534b97d
Typo fix
2014-06-23 12:34:05 +01:00
Jermolene
680fe41ed7
Add isEqual() method to tiddlers
2014-06-23 08:09:59 +01:00
Jermolene
8d78336e9b
Docs update
2014-06-22 11:45:07 +01:00
Jermolene
38530f14f2
Docs updates
2014-06-22 11:14:24 +01:00
Jermolene
f15eba66fe
Use SVG icons for expand/collapse
2014-06-21 11:49:42 +01:00
Jermolene
911a64221a
Docs update
2014-06-21 11:49:30 +01:00
Jermolene
424c0737a2
Update release note
2014-06-21 11:21:27 +01:00
Jermolene
32099b85d3
Add table of contents to tw5.com
2014-06-21 11:17:04 +01:00
Jermolene
71aa2bbe5f
Docs update
2014-06-21 11:16:48 +01:00
Jermolene
f3a466ee86
Docs update
2014-06-19 12:37:54 +01:00
Jermolene
c2b08b43b5
Docs updates
2014-06-19 08:53:24 +01:00
Jermolene
0cf4e5514c
Docs tweak
2014-06-18 13:54:24 +01:00
Jermolene
e28c2e8b06
Remove extraneous tag
...
Tiddlers tagged “resources” show up in the Community tiddler, which we
don’t want here.
2014-06-17 22:26:55 +01:00
Jermolene
2e2d30bae9
Docs for environment variable support
...
Fixes #531
2014-06-17 22:26:27 +01:00
Jermolene
9147cadd3c
Remove the cat from the server architecture diagram
2014-06-17 16:14:00 +01:00
Jermolene
617963bd88
Update button widget docs
2014-06-17 10:49:13 +01:00
Jermolene
06b0f9adb7
Added aria-label attribute to link widget
...
And document it for the button widget
2014-06-17 07:54:10 +01:00
Jermolene
b4ddaccd1d
Docs and image updates
...
These two architecture diagrams are a few hundred kilobytes, so we
don’t want them baked into the HTML file
2014-06-14 13:41:09 +01:00
Jermolene
d83c26fe3b
Add external image support to tiddlywiki.com
2014-06-14 13:24:48 +01:00
Jermolene
1c484f59bd
Add external image build target for empty edition
2014-06-14 13:24:27 +01:00
Jermolene
e44450edc4
Correct typo
2014-06-13 17:02:39 +01:00
Jermolene
eee3a0cf8e
Extend server command to allow a path prefix
...
Thereby making the number of parameters to the command ludicrous
2014-06-13 14:44:34 +01:00
Jermolene
4238af2a40
Extend listed filter operator to use any field
2014-06-13 10:58:19 +01:00
Jermolene
ca34cc437c
Rename $:/core/templates/canonical-uri-external-image
...
As per @pmario’s suggestion.
2014-06-13 10:04:31 +01:00
Jermolene
666f243a82
Release note and doc updates for 5.0.13
2014-06-12 19:03:12 +01:00
Jermolene
9ab0c84140
Support global macros via the importvariables widget
...
The new importvariables widget imports macro/variable definitions from
the specified tiddlers and makes them available to its children.
Allows us to split PageMacros up into separate tiddlers.
We still support loading macros from $:/core/ui/PageMacros to help
people upgrading.
Fixes #644 and #559
2014-06-12 18:01:33 +01:00
Jermolene
9547a1f01c
First pass at external image support
...
A bunch of little changes that together enable external image support.
Try:
```
tiddlywiki editions/tw5.com --verbose --build externalimages
```
Then open `externalimages.html`, look for the images in the more/types
tab of the sidebar, open them and verify that they are set with an
external SRC attribute, not a data URI.
2014-06-12 08:36:30 +01:00
Jermolene
d2796d0c9c
Introduce setfield command
...
This new command will let us do the manipulations needed to set up
external image tiddlers
2014-06-11 10:05:35 +01:00
Jermolene
460f476aef
Docs update
2014-06-10 23:15:42 +01:00
Jermolene
2989c9b133
Typo in 305617b632
...
Tsk
2014-06-10 23:05:08 +01:00
Jermolene
3105afe6e8
Add demo PDF image
...
That cat again
2014-06-10 23:03:41 +01:00
Jermolene
305617b632
Introduce savetiddlers command
...
Allows us to save tiddlers in their raw format.
2014-06-09 14:45:41 +01:00
Jermolene
b446ef5d4e
Docs updates on Reporting Bugs
2014-06-09 14:16:21 +01:00
Jermolene
fc6d96672d
Another select widget demo
2014-06-06 09:33:24 +01:00
Michael Fogleman
450c646c31
Add docs for open- and browse-wiki Emacs functions.
...
These helper functions supplement tid-mode.
2014-06-03 23:04:29 +08:00
Jermolene
3182a2d599
Add first pass at select widget
2014-05-31 18:37:43 +01:00
Jermolene
64a6544b02
Update the first rule of TiddlyWiki
2014-05-30 11:38:42 +01:00
Jermolene
3f25db0abe
More permalink tweaks
...
And more documentation this time!
2014-05-29 23:17:21 +01:00