Jermolene
02ba92c6b5
Add `[is[image]]` filter operator
2014-01-29 09:04:41 +00:00
Jermolene
e58d9c7008
Adjust documentation for ac163a59e8
2014-01-28 19:46:35 +00:00
Jermolene
ac163a59e8
Stop suppressing saving story list for the clientserver wiki
...
It’s useful to save it so that people can usefully set their
$:/DefaultTiddlers to `[list[$:/StoryList]]`
2014-01-28 19:44:10 +00:00
Jermolene
175e86078c
Fix crash when wiki/themes folder contains files that are not themes
...
Fixes #370
2014-01-28 18:58:01 +00:00
Jermolene
3b255561b7
Add text/css to the type dropdown
2014-01-28 15:24:20 +00:00
Jermolene
59379b14fa
Remove extraneous shadow tiddlers
2014-01-28 15:24:08 +00:00
Jermolene
5af30086c0
Fix substitution for nbsp
...
We were substituting the wrong character for non-breaking spaces
2014-01-28 15:23:58 +00:00
Jermolene
b342f6db67
Docs update
2014-01-27 17:10:07 +00:00
Jermolene
5d3dda1a17
Fix problem with highlighting only working in the DOM
...
The current implementation of the highlight plugin only works properly
in the browser, and doesn’t work under Node.js. It also doesn’t work
when rendering to the fakedom in the browser (as happens when rendering
stylesheets, for example).
2014-01-27 17:10:02 +00:00
Jermolene
70ed6e6ad3
Fixed problem with list filter
...
A bug was preventing the tiddler title from being omitted in the list
filter (ie, [list[HelloThere!!field]] worked, but [list[!!field]] did
not.
2014-01-27 16:24:28 +00:00
Jermolene
8d031afa94
Update instructions for releasing TiddlyWiki5
2014-01-27 16:23:41 +00:00
Jermolene
a42ba1a310
Update version number for next release
2014-01-27 16:23:27 +00:00
Jermolene
b4b524deae
Update release date of 5.0.7
2014-01-26 21:08:13 +00:00
Jermolene
8f6ee1d2a8
Version number update for 5.0.7-beta
2014-01-26 21:04:38 +00:00
Jermolene
183e9544b4
Readme update
2014-01-26 20:59:36 +00:00
Jermolene
dfc57ffa49
More logging
2014-01-26 20:59:30 +00:00
Jermolene
3f9561dd95
Better logging
2014-01-26 18:53:31 +00:00
Jermolene
37ca86ff3d
Docs updates
2014-01-26 17:49:43 +00:00
Jermolene
cf26986061
Update upgrading instructions
2014-01-26 13:54:08 +00:00
Jermolene
54822e25d4
Update static link generation
2014-01-26 13:34:53 +00:00
Jermolene
4a9108154d
Readme update
2014-01-26 13:26:25 +00:00
Jermolene
8a88253b4e
Remove the white background rectangle from Motovun Jack.svg
2014-01-26 13:24:39 +00:00
Jermolene
7891824883
Fix video protocol
...
YouTube’s default of missing out the protocol for the iframe src
unfortunately makes videos malfunction when viewing TiddlyWiki on a
file: URL
2014-01-26 13:24:27 +00:00
Jermolene
fca5681a1a
Docs updates
2014-01-26 13:04:09 +00:00
Jeremy Ruston
5c9a5f5cba
Merge pull request #360 from pmario/docs-cm
...
docs: CodeMirror config tiddler
2014-01-26 02:01:57 -08:00
Jermolene
69d342d46a
Stop the reveal widget caching hidden content
...
Previously, when displayed content is hidden by the reveal widget there
was an optimisation such that the content was retained in the DOM but
hidden using CSS, so that it could be shown again quickly.
It turns out that a sideeffect of that optimisation is that clicking
through all the sidebar tabs leaves them all active, so that they all
need to be refreshed whenever a character is typed in an editor.
This commit suppresses the optimisation, so that hidden content is
removed from the DOM and the render tree.
2014-01-26 09:57:46 +00:00
Mario Pietsch
66254b436c
fix #215 cm gutter adjust .CodeMirror-linenumber min-width, font-size. It should work up to 999 lines now. There should be a ControlPanel tab for codemirror
2014-01-25 23:33:24 +01:00
Mario Pietsch
d42981f201
docs: CodeMirror config tiddler needs to be type:application/json
2014-01-25 22:53:52 +01:00
Jeremy Ruston
04dbf99e54
Merge pull request #359 from pmario/fix-docs
...
some doc updates.
2014-01-25 13:26:42 -08:00
Jermolene
762940adbc
No longer save system modules separately in the main HTML template
...
These tiddlers were being handled as `<script>` tags to make it easier
to debug them. But in fact modern dev tools are quite happy to debug
code that has been eval’d, and this arrangement was causing problems
for importing.
Fixes #335
2014-01-25 21:22:43 +00:00
Mario Pietsch
f58d4fb531
some doc updates. server default IP fix and changed Ton's entry page
2014-01-25 22:02:48 +01:00
Jermolene
45c45e098f
Add a cancel button to the 'set password' dialog
...
Fixes #185
2014-01-25 19:55:56 +00:00
Jermolene
b5629ccc82
Update codemirror plugin docs
...
@pmario and @jbolila - could you kindly check whether the docs cover
everything?
2014-01-25 19:34:32 +00:00
Jermolene
bd067c6b1e
Include the nodewebkitsaver in tw5.com
...
Just for the moment, to make it easier for people to find it.
2014-01-25 19:33:35 +00:00
Jermolene
1d10ccb368
Update release notes for 5.0.7
2014-01-25 19:33:00 +00:00
Jermolene
9297b27b89
Reference correct wiki object
2014-01-25 18:17:33 +00:00
Jermolene
0b3efe179e
Extend list filter operator to take a text reference
...
Instead of just a title. Means that we can apply the list operator to
fields other than the list field.
2014-01-25 18:14:30 +00:00
Jermolene
e6843aabff
Refactoring of new filter list operators
2014-01-25 17:44:36 +00:00
Jermolene
02d3861d7d
Tests for the new filter operators
2014-01-25 17:44:14 +00:00
Jeremy Ruston
592ef257a2
Merge pull request #326 from Skeeve/listops
...
New list operations from @Skeeve
2014-01-25 08:51:26 -08:00
Jermolene
6ba9bf9a95
Boost the priority of the upload saver
...
If we’ve got an upload wiki name then we should always use the upload
saver.
See https://groups.google.com/d/topic/tiddlywiki/Jqd2jbPmYFA/discussion
2014-01-25 16:38:08 +00:00
Jermolene
18fe0c0f75
Add Jeffrey Kishner link to Community tiddler
2014-01-25 14:51:43 +00:00
Jermolene
c49681ecf3
Docs tweaks
2014-01-25 14:47:25 +00:00
Jermolene
6255b97b14
Resolve merge conflict
2014-01-25 14:41:48 +00:00
Jermolene
6cb44ac0cc
Fix typo in field mangler docs
...
Fixes #358
2014-01-25 14:07:32 +00:00
Jermolene
b1b9c7d6cd
Fix typo in codemirror editor
2014-01-25 14:07:10 +00:00
Jermolene
951147d502
Style tweaks
2014-01-24 21:45:37 +00:00
Jermolene
9539664e46
Merge branch 'codemirror_keymap' of https://github.com/jbolila/TiddlyWiki5 into jbolila-codemirror_keymap
2014-01-24 21:39:55 +00:00
Jermolene
f9b5d75446
Clarify that global macros are coming
2014-01-24 20:42:09 +00:00
Jermolene
70a7321edd
Take editor configuration from configuration tiddlers
...
This should enable @buggyj to add an html editor by including a
configuration tiddler in the plugin.
2014-01-24 20:22:23 +00:00