Jermolene
4352e81b98
More docs updates
2013-11-28 18:17:47 +00:00
Jermolene
a651c2cb72
Remove text input showing static URL preview
...
It wasn’t working due to the recent change whereby attributes set as
macros are no longer wikified. Thus, the widget invocation inside the
macro outerMakeLink isn’t executed.
To get it working again we’ll need a way to specify a macro as an
attribute and force it to be wikified.
2013-11-28 17:32:46 +00:00
Jermolene
2261fd4b84
Merge the dev material back into the main tw5.com wiki
...
It was getting a pain to manage the content in separate places, and I
suspect confusing for end users.
I think the best time to move the dev content out is when we’ve
established the community wiki for TW5, which is a much more natural
home for it.
In the meantime, a feature that I’m interested in exploring is the
ability to hide tiddlers from the UI based on tag. Then the tw5.com
wiki could disable all tiddlers tagged ‘dev’ until explicitly
overridden by the user.
2013-11-28 17:12:18 +00:00
Jermolene
717f959c04
Docs update
2013-11-28 16:57:00 +00:00
Jermolene
3e1899ee17
Forgot to add the vanilla theme to existing editions
2013-11-28 16:42:38 +00:00
Jermolene
7d12d89a0a
Added primitive support for basic authentication
...
Note that the password will be passed over HTTP in plain text.
2013-11-28 14:03:08 +00:00
Jermolene
c0a6e94b21
Hash the state qualifier to make it shorter
...
We were having problems with TW5 generating filepaths that were longer
than Windows likes.
Fixes #240
2013-11-28 10:53:37 +00:00
Jermolene
1e14ba48f9
Docs updates
2013-11-28 10:36:48 +00:00
Jermolene
b8f15feca4
Force newly created field names to be lowercase
...
Fixes #239
2013-11-28 10:35:16 +00:00
Jermolene
b77aa3908f
Better styles for the message box
2013-11-28 07:41:28 +00:00
Jermolene
2c1ed36a91
Message box styling
2013-11-27 21:30:11 +00:00
Jermolene
5b89eca5e9
Fix up filenames
...
Left overs from the Great Refactoring
2013-11-27 21:15:35 +00:00
Jermolene
0956ae10a0
Add support for downloading files
...
We were re-using the `tw-save-wiki` message both for saving the current
wiki and downloading a new wiki. Now we’ll use the separate
`tw-download-file` message for downloading.
Fixes #236
2013-11-27 20:51:08 +00:00
Jermolene
7175f1cbf1
Split a basic Vanilla theme out of Snow White
...
And add a new Night-Time theme for the /dev wiki.
The idea is that the Vanilla theme will make a more convenient base for
retheming.
2013-11-27 12:38:03 +00:00
Jermolene
384ab80c42
Fix broken tiddler control icon colours
2013-11-27 12:30:22 +00:00
Jermolene
f534d98e8b
Move developer docs into their own separate wiki
...
Will be served at http://five.tiddlywiki.com/dev/
2013-11-27 10:27:57 +00:00
Jermolene
3a9dc1a36d
Add a link to BramChen's translation of TW5
2013-11-27 10:22:11 +00:00
Jermolene
f9ef7b783b
Simplify production of empty.html
...
Move over to using the empty.html generated by editions/tw5.com, rather
than editions/empty
2013-11-26 23:51:09 +00:00
Jeremy Ruston
65a2ae8428
Merge pull request #234 from asampal/master
...
Sync bld.cmd with latest bld.sh
2013-11-26 15:46:41 -08:00
Jermolene
5ce112d431
Docs updates
2013-11-26 22:47:27 +00:00
Jermolene
9d60cb50ed
Make sure the github ribbon is behind any notifications
2013-11-26 22:46:36 +00:00
Jermolene
584043deee
Add a notification when starting to save with the upload plugin
2013-11-26 22:46:20 +00:00
Adrian Sampaleanu
c4a85e3b82
Sync bld.cmd with latest bld.sh
...
Synced bld.cmd to bld.sh, added some mostly cosmetic changes in the command scripts to make them even more 1-to-1 with the .sh scripts.
2013-11-26 16:43:00 -05:00
Jermolene
1b54313615
Add SVG images to the type dropdown
2013-11-26 19:42:44 +00:00
Jermolene
42fce1929c
Improve save notifications for TiddlySpot
2013-11-26 12:50:40 +00:00
Jermolene
d96f85ac83
Add a link to the backup URL to the TiddlySpot control panel tab
2013-11-26 12:30:11 +00:00
Jermolene
e3c770ca4a
Docs updates
2013-11-26 10:48:23 +00:00
Jermolene
d7454b100a
Big green download buttons
2013-11-26 08:42:03 +00:00
Jermolene
ee9cf60aa2
Add screenshot of tiddlywiki classic
2013-11-26 08:30:04 +00:00
Jermolene
3a446dc240
Build an experimental empty.html from the tw5.com edition
2013-11-25 23:15:24 +00:00
Jermolene
8cf2b06e53
Move Google Analytics integration into a proper plugin
2013-11-25 23:14:12 +00:00
Jeremy Ruston
0184375ad1
Merge pull request #231 from pmario/fix-media-queries
...
adjust media query to remove box-shadow for small screens. thanks @pmario
2013-11-25 14:19:06 -08:00
Jermolene
b805633dc9
Reorganise the main file saving templates
...
We’re introducing a mechanism that allows us to decide which tiddlers
get saved. Using `$:/core/save/all` gives all tiddlers, as before.
Using `$:/core/save/empty` gives an empty wiki. Saving an empty wiki
from tw5.com isn’t the same as the empty wiki cooked from
editions/empty because the two editions have different plugins and
other system tiddlers.
2013-11-25 21:16:27 +00:00
Mario Pietsch
638a774fc9
adjust media query to remove box-shadow for small screens. fix some @media indentations
2013-11-25 14:58:49 +01:00
Jermolene
b33a3293fe
Rejig the main save template to get rid of the separate system tiddler area
...
It dates from an ancient version of TW5, and is really redundant now.
It also meant that system tiddlers were not encrypted, which seems
confusing for end users.
2013-11-24 20:40:10 +00:00
Jermolene
802fe9beae
Add [is[tiddler]] filter operator
...
For selecting all non-shadow tiddlers, whether or not they are system
tiddlers
2013-11-24 20:38:58 +00:00
Jermolene
78f56ba875
Stop generating static content when we're saving an encrypted wiki
2013-11-24 20:28:27 +00:00
Jermolene
c29975f6b3
Remove special provision for jQuery
...
This dates from an ancient version of TW5 which had a dependency on
jQuery. Now we’d install jQuery as an ordinary tiddler module, not a
library module.
2013-11-24 20:16:44 +00:00
Jermolene
ce03690989
Fix problem with tag-configurable item lists not being able to interleave shadow and non-shadow
2013-11-24 19:38:32 +00:00
Jermolene
b1c6f2d1c3
Docs updates
2013-11-22 20:02:54 +00:00
Jermolene
f380d4b27d
Change macro attributes to not wikify their content
...
One consequence of wikifying macro attributes before use was that we
couldn’t have tiddler titles with wikitext syntax in, which was
definitely a problem.
2013-11-22 20:02:44 +00:00
Jermolene
f19da7af8c
Add StephanHradek's new tw5magick site
2013-11-21 17:32:44 +00:00
Jermolene
0013f3a31c
Sort out the docs for the tabs macro
2013-11-21 17:32:24 +00:00
Jermolene
a45f64e738
Trap filter syntax errors
...
Now a syntax error on a filter just causes the filter to return the
error message as it’s single result.
Fixes #189
2013-11-21 08:52:41 +00:00
Jeremy Ruston
a29c0dfce9
Merge pull request #226 from asampal/master
...
Style changes in user visible text node -> Node
2013-11-20 14:53:04 -08:00
Jermolene
c4e6c91986
Fix problem with dragging images within TW5
...
Dragging an image within the same TW5 window was causing a crash
2013-11-20 22:52:48 +00:00
Adrian Sampaleanu
03a81bd8b1
Style changes in user visible text node -> Node
...
Went through all user visible text and changed lowercase node to Node as per Node.js site.
2013-11-20 17:35:36 -05:00
Jermolene
6945283fec
Docs updates
2013-11-20 21:48:17 +00:00
Jermolene
113b48d046
Merge branch 'master' of https://github.com/asampal/TiddlyWiki5 into asampal-master
2013-11-20 21:46:38 +00:00
Jermolene
cc9c6e4f42
Ensure that we don't overwrite the modified/modifier fields of imported tiddlers
...
Fixes #225
2013-11-20 20:49:32 +00:00