Jermolene
f7e50e0950
Add --build
command
...
First pass at the build system described in #356 .
To test it, move to a new, empty directory and try `tiddlywiki
editions/tw5.com --verbose --build`
2014-04-25 22:41:59 +01:00
Jermolene
552657fc58
Fix text parser to use codeblocks
...
This means that JavaScript and JSON tiddlers will be properly
highlighted if the highlight plugin is loaded.
2014-04-24 19:41:07 +01:00
Jermolene
d727046948
Revise number of tiddlers in recent changes list
...
Going back to 100; 250 was a typo.
2014-04-24 12:22:31 +01:00
Jermolene
f6ca7d92e5
Fix docs typo
...
Fixes #575
2014-04-24 11:59:51 +01:00
Jermolene
148e77b0e4
Clean up obsolete macro definition
...
Fixes #576
2014-04-24 11:58:42 +01:00
Jermolene
cc60ad1428
Fixed topbar hover for Firefox
...
Pesky Firefox browser crankiness.
Fixes #579
2014-04-24 11:33:14 +01:00
Jermolene
fecf3a556f
Update JS macro docs
2014-04-24 11:08:23 +01:00
Jeremy Ruston
39ef0ad88f
Merge pull request #581 from mwfogleman/tid-mode
...
Refer Emacs docs to tid-mode, not tid-time.
2014-04-24 09:01:27 +01:00
Michael Fogleman
f75826224b
Refer Emacs docs to tid-mode, not tid-time.
2014-04-24 11:39:37 +05:30
Jeremy Ruston
52f28a1cc3
Merge pull request #578 from sukima/feature/sign-cla-sukima
...
Add @sukima to cla-individual.md
2014-04-22 15:49:35 +01:00
Jermolene
61c3f8a5ba
Remove wikitext tiddlers from "types" sidebar tab
2014-04-22 11:44:27 +01:00
Devin Weaver
13da54b9bd
Add @sukima to cla-individual.md
2014-04-21 18:26:04 -04:00
pekopeko1
680414d1c5
edited 'shadow' translation
2014-04-20 23:33:27 +09:00
pekopeko1
2c7d5c5964
merged @ogoshima's translation
2014-04-20 23:24:35 +09:00
Jermolene
3d69c929d9
Add more warnings about backups
2014-04-19 14:42:22 +01:00
Jeremy Ruston
8cbcfee346
Merge pull request #573 from pmario/fix-concepts-tiddlerfields-lingo
...
Fix "description" column in TiddlerFields
2014-04-19 14:23:06 +01:00
Jermolene
43173c801f
Adjust version number for 5.0.11
2014-04-19 14:22:25 +01:00
Mario Pietsch
523faf71fb
change modified date
2014-04-19 15:16:12 +02:00
Mario Pietsch
ad2bbb2c93
tiddler: TiddlerFields - fix the description column.
2014-04-19 15:11:20 +02:00
Jermolene
8756d25d78
Version number update for 5.0.10-beta
2014-04-19 14:07:48 +01:00
Jermolene
8a27c2759b
Update 5.0.10 release date
2014-04-19 14:06:29 +01:00
Jermolene
beddcd7138
New ribbon colour for 5.0.10
2014-04-19 13:15:24 +01:00
Jermolene
2db90378a2
Release note updates for 5.0.10
2014-04-19 11:34:23 +01:00
Jermolene
7684891285
Move topbar out of the way of scrollbars
...
In the process getting rid of some extraneous `<p>` tags.
Fixes #566
2014-04-19 11:32:56 +01:00
Jermolene
821f1f1428
Fix hamburger and seamless behaviour
...
No longer remove the tiddler borders when hiding the sidebar; users can
select Seamless theme to get the same effect.
Fixes #566
2014-04-19 11:24:41 +01:00
Jermolene
4538f081ee
Release note updates for 5.0.10
2014-04-19 11:22:59 +01:00
Jermolene
b4122be50c
Update release note for 5.0.10
2014-04-19 11:18:08 +01:00
Jermolene
cd76514105
Update roadmap
2014-04-19 09:36:14 +01:00
Jermolene
ba576d9f1b
Add support for safe mode
2014-04-19 09:36:08 +01:00
Jermolene
15d0c27e2a
Add [is[tag]]
filter operator
2014-04-18 17:57:55 +01:00
Jermolene
869cec1ccc
Add docs for date format strings
2014-04-18 17:37:13 +01:00
Jermolene
d6054f1039
Fix problem with offline copy of server edition
...
We were accidentally including all the shadow tiddlers as well as
ordinary ones.
2014-04-18 15:23:00 +01:00
Jermolene
9fbe72a877
Rearrange system tag configuration
...
By rearranging the `[all[]]` operator we are able to ensure that shadow
tiddlers get processed before ordinary tiddlers. This makes it easier
to create custom stylesheets that override the core.
2014-04-18 09:28:14 +01:00
Jermolene
89165fc51d
Fix problem with sorting date fields
...
Introduced a couple of commits ago when the localeCompare() stuff was
added.
2014-04-17 22:52:57 +01:00
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