Jermolene
4758874d13
Add path conversions from TiddlyWiki Classic
...
TiddlyWiki Classic converts local file URIs to various local native
formats. The same conversions are now performed by the TiddlyFox
adaptor for TW5.
2014-04-17 22:30:14 +01:00
Jermolene
0153fd2a30
Correct typos in 5.0.9 release note
2014-04-17 20:26:35 +01:00
Jermolene
bb42c0ab36
Use localCompare for sorting strings
...
So that accented characters get sorted correctly. Or at least as
correctly as browsers allow.
2014-04-17 20:15:52 +01:00
Jermolene
95d291daac
Update print stylesheet to hide topbar
2014-04-17 19:50:12 +01:00
Jermolene
45b0966013
Support the image widget in markdown
2014-04-17 16:50:54 +01:00
Jermolene
de07da3797
Revise warning about backing up before upgrading
2014-04-17 16:26:57 +01:00
Jeremy Ruston
aebc1ea943
Merge pull request #562 from pmario/upgrade-backup-info
...
add a backup info for the Upgrade tiddler.
2014-04-17 16:24:57 +01:00
Jermolene
73cfd10218
Fix regression with untagged filter operator
...
Restored previous behaviour of considering a missing tiddler to be
untagged.
2014-04-17 16:10:50 +01:00
Jermolene
d336ffea02
Fix incorrect background colour for sidebar tag pills
...
Fixes #568 .
2014-04-17 15:11:59 +01:00
Jermolene
6da28e7365
Docs update
2014-04-17 14:44:14 +01:00
Jermolene
d08a2d109f
Fix html parser tests
2014-04-17 14:43:24 +01:00
Jermolene
f57e047877
Fix issues with tiddlers with null fields
...
Fixing #567
2014-04-17 14:43:12 +01:00
Jermolene
df5fe10a40
Start release note for 5.0.10
2014-04-17 12:52:52 +01:00
Jermolene
433ac8e96e
Typo fix
2014-04-17 12:52:38 +01:00
Jermolene
ad4b03506a
Added wikitext image support
...
We’ve added a parser to recognise the `[img[URL or tiddler title]]`
format, and an associated image widget.
2014-04-17 12:52:32 +01:00
Jermolene
ace57dd205
Refactor utilities out of HTML parser
...
Some of the functions are useful general purpose parser helpers.
2014-04-17 12:00:32 +01:00
Jermolene
bd4a031df8
Fix problem with version checking logic
...
Previously, importing a plugin with a semantically identical version
number was not rejected. This meant that attempts to import
5.0.9-prerelease wikis into 5.0.9-beta led to a corrupted wiki, with a
beta core and prerelease plugins.
2014-04-17 11:59:42 +01:00
Jermolene
6db94052c7
Prepare for 5.0.10 release
2014-04-17 11:58:16 +01:00
Mario Pietsch
dd8797223a
add a backup info for the Upgrade tiddler.
2014-04-16 01:09:26 +02:00
Jermolene
e54b0d7129
Docs fixes
2014-04-15 21:50:36 +01:00
Jermolene
07ab8c75b8
Docs fixes
2014-04-15 21:48:19 +01:00
Jermolene
0a6077286f
Version number update for 5.0.9-beta
2014-04-15 21:43:51 +01:00
Jermolene
634e76eb7f
Update release date for 5.0.9
2014-04-15 21:39:46 +01:00
Jermolene
cd1463cbb0
Get rid of the home button
...
I’m not keen on it because it ends up being very visually prominent for
something that’s not particularly useful.
2014-04-15 20:33:58 +01:00
OGOSHI Masayuki
5bcc666f34
Update some translations.
2014-04-16 02:40:49 +09:00
OGOSHI Masayuki
6bef1d6b30
Update command line helps Japanese Translation.
2014-04-15 23:44:05 +09:00
Jermolene
4b8be85b88
Docs updates
2014-04-15 13:24:43 +01:00
Jermolene
d01f1020d2
Release note updates
2014-04-15 09:07:25 +01:00
Jermolene
f77de37a2f
Include Japanese translation in tiddlywiki.com
...
All of which is making index.html far too big, which we’ll address with
a plugin library.
2014-04-15 09:07:19 +01:00
Jeremy Ruston
f3c5ce7ca4
Merge pull request #558 from pekopeko1/japanese
...
Translation to Japanese.
2014-04-15 08:34:12 +01:00
Jermolene
6ed38389b0
Update test for previous commit
...
Test should have been updated with
dad60cda05
2014-04-15 08:28:47 +01:00
pekopeko1
5393fbee99
signed in CLA
2014-04-15 12:14:34 +09:00
pekopeko1
3b31c6fe3a
some translation added
2014-04-15 12:00:04 +09:00
pekopeko1
9ba55c7e79
GettingStarted.tid plugin.info
2014-04-15 09:59:30 +09:00
pekopeko1
9323574efb
add ja-JP directory
2014-04-15 09:58:21 +09:00
Jermolene
f5cf8cba5c
Docs update
2014-04-14 21:33:16 +01:00
Jermolene
88be791e58
Fix full screen background
2014-04-14 21:30:42 +01:00
Jermolene
dad60cda05
Improve wiki.sortByList()
...
Previously list-before and list-after didn’t work if they referenced
entries that hadn’t yet been placed
2014-04-14 21:30:30 +01:00
Jermolene
fe0ed5e4ce
Tweaks to themes
...
And shaking out some paragraph tags in the sidebar
2014-04-14 18:37:09 +01:00
Jermolene
aa243e4478
Add new seamless theme
...
Gets rid of the borders around tiddlers, and tightens up the use of
white space. Works particularly well with the sidebar hidden.
2014-04-14 13:12:44 +01:00
Jermolene
4c648e7cdc
Exclude more illegal characters from external links
2014-04-14 11:17:28 +01:00
Jermolene
0aa559cd23
Improve responsiveness during editting
...
Simple optimisation whereby we defer the main refresh cycle when only
draft tiddlers have been modified.
We defer for 400ms, and keep extending the delay at each fresh draft
modification. The effect is that if the user is using the preview then
they’ll need to pause typing for 400ms before the preview is updated.
Fixes #470 , #454 , and maybe #206 .
2014-04-14 10:20:32 +01:00
Jermolene
28db76ddb3
Refactor page rendering into a separate function
...
Refactoring page rendering so that we can fix the performance issues
with editing drafts. The plan is to defer the refresh cycle if all the
changes are to draft tiddlers.
We need to do a bit more of this to get startup.js into better shape
(and more extensible).
2014-04-14 09:53:13 +01:00
OGOSHI Masayuki
09cf788063
Merge branch 'master' into ja-JP
2014-04-14 17:03:16 +09:00
Jermolene
e366aa3746
Use Date.now() instead of new Date()
...
Just for when what we actually want is a millisecond counter.
Interesting video about this:
https://www.youtube.com/watch?v=Vo72W1HWeFI
2014-04-14 09:02:52 +01:00
Jermolene
22a529b28d
New ribbon colour for 5.0.9
2014-04-14 08:57:50 +01:00
Jermolene
c2d6086bd9
Show fewer tiddlers in recent changes
2014-04-13 21:17:44 +01:00
Jermolene
f1578d3409
Turn off instrumentation
...
All those console.log()s make editing very slow
2014-04-13 21:17:44 +01:00
Jermolene
93b9d16d6c
Don't include pipe characters in URLs
2014-04-13 21:17:44 +01:00
Jeremy Ruston
13bb20cad4
Merge pull request #553 from xcazin/fr-FR
...
fr-FR translation of the confirmation string before cancelling tiddler changes
2014-04-13 21:03:42 +01:00