Jermolene
|
74fd683a22
|
Clean up indenting
|
2013-12-21 20:56:19 +00:00 |
|
Jermolene
|
8cc10d87d4
|
Added missing RawWidget
Fixes #298. Thanks to @buggyj for pointing it out.
|
2013-12-21 16:11:48 +00:00 |
|
David Jade
|
7f5a8fc937
|
Better drag/drop for Firefox/Chrome and improved IE support
|
2013-12-20 19:57:05 -08:00 |
|
Jermolene
|
c740792105
|
Fixed illegal HTML comments
Pointed out by @Skeeve, double hyphens are not allowed inside HTML
comments
|
2013-12-20 18:22:01 +00:00 |
|
Jermolene
|
bd80bf4acc
|
Regex optimisation suggested by @Skeeve
|
2013-12-20 18:14:11 +00:00 |
|
Jermolene
|
e66fb948c1
|
Typo from #296
|
2013-12-20 17:07:30 +00:00 |
|
Jermolene
|
79046c52b4
|
Make the tiddler text prompt be a placeholder
|
2013-12-20 17:07:15 +00:00 |
|
Jermolene
|
062c4e5400
|
Make the edit widget pass through the placeholder attribute
|
2013-12-20 17:06:57 +00:00 |
|
Jermolene
|
8538d69dc1
|
Update navigator widget to use wiki.generateNewTitle()
|
2013-12-20 16:53:49 +00:00 |
|
Jermolene
|
274c52005d
|
Merge branch 'tiddlerexistsloops' of https://github.com/Skeeve/TiddlyWiki5 into Skeeve-tiddlerexistsloops
|
2013-12-20 16:49:12 +00:00 |
|
Jermolene
|
1c529ddcd4
|
Refactored stylesheet implementation
This way we reuse the refresh mechanism properly so that theme tweaks
can be applied interactively.
|
2013-12-20 15:31:16 +00:00 |
|
Jermolene
|
3bcaab513d
|
Fixed problem with insertBefore() method in fakedom
Was preventing refreshing of widget trees built against the fakedom.
|
2013-12-20 15:29:01 +00:00 |
|
Stephan Hradek
|
04077549ca
|
Fixed the typos Mario noticed
|
2013-12-19 20:38:59 +01:00 |
|
Jermolene
|
6c1489fc2f
|
Remove duplicate header
And provide a slightly more informative prompt
|
2013-12-19 16:53:48 +00:00 |
|
Stephan Hradek
|
42ba6852d1
|
changed 2 loops resolving name conflicts for new tiddlers as suggested in issue 294
|
2013-12-18 23:48:04 +01:00 |
|
Jermolene
|
638c8b2070
|
Fixes to fullscreen support
Prompted by this article:
http://generatedcontent.org/post/70347573294/is-your-fullscreen-api-code
-up-to-date-find-out-how-to
|
2013-12-18 21:39:59 +00:00 |
|
Jermolene
|
2b72e48a3a
|
Improve prompt for --server command
|
2013-12-18 21:11:16 +00:00 |
|
Jermolene
|
a4e3f66809
|
Add favicon.ico support to the server
|
2013-12-18 17:27:24 +00:00 |
|
Jermolene
|
f3b2788ed1
|
Add a savetiddler command
It saves tiddlers in their original, unrendered format
|
2013-12-18 17:26:23 +00:00 |
|
Jermolene
|
7ec516a746
|
Correct template for the static HTML rendering
|
2013-12-17 19:36:55 +00:00 |
|
Jermolene
|
b50eb8da30
|
Fixed problem with tiddler navigation ordering
|
2013-12-17 15:42:53 +00:00 |
|
Jermolene
|
4ece301a97
|
Fix fieldmanger to update modified and modifier fields
|
2013-12-17 15:04:22 +00:00 |
|
Jermolene
|
db85bfe513
|
Fix problem with covering of the dragger image
Fixes #253
|
2013-12-17 13:39:46 +00:00 |
|
Jermolene
|
066a4d9fbc
|
Coding style and layout tweaks
|
2013-12-17 13:32:15 +00:00 |
|
Jermolene
|
3e2f475324
|
Merge branch 'master' of https://github.com/davidjade/TiddlyWiki5 into davidjade-master
|
2013-12-17 13:26:08 +00:00 |
|
Jermolene
|
a5f33d875b
|
Fix up rootwidget and page container
We need to properly link the page container to the rootwidget.
Fixes #223
|
2013-12-17 13:13:43 +00:00 |
|
Jermolene
|
6d09db5608
|
Add a favicon
|
2013-12-16 23:27:26 +00:00 |
|
Jermolene
|
37a46adac8
|
Fix problem with radio widget refreshing
|
2013-12-16 08:52:18 +00:00 |
|
Jermolene
|
7dc7559b90
|
Adjust references to five.tiddlywiki.com
|
2013-12-15 16:53:10 +00:00 |
|
Jermolene
|
57adbe5bf7
|
Fixed typo in hardlinebreak parser
|
2013-12-14 17:42:50 +00:00 |
|
Jermolene
|
713d6945c6
|
Misplaced space
|
2013-12-14 17:22:26 +00:00 |
|
Jermolene
|
ef9175e7bc
|
Remove debugging info
|
2013-12-14 17:07:47 +00:00 |
|
Jermolene
|
6a8feb216a
|
Add parser rule for hard linebreaks
|
2013-12-14 17:05:57 +00:00 |
|
Jermolene
|
79c8935aef
|
Style cleanups for MOTW
@davidjade I assume these changes are all safe from the BHO’s point of
view? Many thanks
|
2013-12-14 09:53:39 +00:00 |
|
Jermolene
|
3f06384516
|
Adjusted plugin encoding so that the JSON text no longer duplicates the fields
|
2013-12-14 09:46:02 +00:00 |
|
David Jade
|
0984e9322f
|
Revised fix for IE drag/drop issue #252
Also improve browser drag/drop inter-op a tiny bit
|
2013-12-13 03:12:56 -08:00 |
|
David Jade
|
80e0714c0d
|
Fix for IE drag/drop issue #252
|
2013-12-12 17:32:06 -08:00 |
|
Jermolene
|
7c9b920e26
|
More style adjustments
|
2013-12-12 20:36:54 +00:00 |
|
Jermolene
|
ae4a2b58ed
|
Complete renaming the radio widget
|
2013-12-12 19:49:43 +00:00 |
|
Jermolene
|
c73a7af95b
|
Remove file mistakenly included in previous commit
|
2013-12-12 19:49:29 +00:00 |
|
Jermolene
|
1420aa2f58
|
Complete renamign the 'fieldradio' widget to 'radio'
|
2013-12-12 19:41:40 +00:00 |
|
Jermolene
|
0814f3623d
|
Rename 'fieldradio' widget to just 'radio'
We’ve already got two widgets starting “field…”, and “radio” is more
consistent with the existing “checkbox” widget.
|
2013-12-12 19:40:27 +00:00 |
|
Jermolene
|
382d7e4449
|
Coding style consistency
|
2013-12-12 19:39:02 +00:00 |
|
Jermolene
|
e2cd611e45
|
Typo correction
|
2013-12-12 19:37:57 +00:00 |
|
Jermolene
|
bb03bb942f
|
Merge branch 'fieldradio' of https://github.com/Skeeve/TiddlyWiki5 into Skeeve-fieldradio
|
2013-12-12 19:23:39 +00:00 |
|
Jermolene
|
fd996bad20
|
Fix problem with edit-text widget gaining class="undefined"
Fixes #269
|
2013-12-12 18:52:51 +00:00 |
|
Jeremy Ruston
|
761b66028d
|
Merge pull request #276 from davidjade/master
Added TiddlyIE and FSO saver modules
|
2013-12-12 10:18:30 -08:00 |
|
Jermolene
|
ae6d1b1685
|
Major refactoring of the navigator widget
Cleans things up, and hopefully fixes #267
|
2013-12-12 15:17:12 +00:00 |
|
Jermolene
|
49b3165fbd
|
Fix occasional crash from trying to save a tiddler after it has been deleted
|
2013-12-12 15:16:44 +00:00 |
|
Jermolene
|
6dbd178378
|
Merge branch 'issue_270' of https://github.com/Skeeve/TiddlyWiki5 into Skeeve-issue_270
|
2013-12-11 22:19:19 +00:00 |
|